diff include/freeDiameter/libfreeDiameter.h @ 112:6a294d977878

Default to add Session-Id in answers
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 08 Dec 2009 15:24:34 +0900
parents 2c9444152e4b
children 5b3868944e2b
line wrap: on
line diff
--- a/include/freeDiameter/libfreeDiameter.h	Tue Dec 08 14:53:26 2009 +0900
+++ b/include/freeDiameter/libfreeDiameter.h	Tue Dec 08 15:24:34 2009 +0900
@@ -1722,7 +1722,8 @@
 /* Some flags used in the functions bellow */
 #define MSGFL_ALLOC_ETEID	0x01	/* When creating a message, a new end-to-end ID is allocated and set in the message */
 #define MSGFL_ANSW_ERROR	0x02	/* When creating an answer message, set the 'E' bit and use the generic error ABNF instead of command-specific ABNF */
-#define MSGFL_MAX		MSGFL_ANSW_ERROR	/* The biggest valid flag value */
+#define MSGFL_ANSW_NOSID	0x04	/* When creating an answer message, do not add the Session-Id even if present in request */
+#define MSGFL_MAX		MSGFL_ANSW_NOSID	/* The biggest valid flag value */
 
 /**************************************************/
 /*   Message creation, manipulation, disposal     */
"Welcome to our mercurial repository"