changeset 108:e2c3680b88f2

Set default test vendor to non-0 value
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 08 Dec 2009 13:52:32 +0900
parents eaa5205091d4
children a522268ec95b
files extensions/app_test/app_test.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/app_test/app_test.c	Tue Dec 08 13:48:29 2009 +0900
+++ b/extensions/app_test/app_test.c	Tue Dec 08 13:52:32 2009 +0900
@@ -50,7 +50,7 @@
 	memset(atst_conf, 0, sizeof(struct atst_conf));
 	
 	/* Set the default values */
-	atst_conf->vendor_id  = 0;		/* IETF */
+	atst_conf->vendor_id  = 999999;		/* Dummy value */
 	atst_conf->appli_id   = 0xffffff;	/* dummy value */
 	atst_conf->cmd_id     = 0xfffffe;	/* Experimental */
 	atst_conf->avp_id     = 0xffffff;	/* dummy value */
"Welcome to our mercurial repository"