Commit a6c91289 authored by schmitting's avatar schmitting
Browse files

Minor editorial changes to allow T3Doc compatibility

parent 0fb934fc
Loading
Loading
Loading
Loading
+19 −19
Original line number Diff line number Diff line
@@ -51,16 +51,16 @@ group SUT_UE1 {
	*/
	  charstring  PX_IMS_SUT_UE1_PUBLIC_USER := "2910";

	/** @desc	charstring for RFC 2617 3-2-2 username of UE1
	/** @desc	charstring for RFC 2617 clause 3-2-2 username of UE1:
	* The name of user in the specified realm
	*/
	  charstring PX_IMS_SUT_UE1_PRIVAT_USERNAME := "abcd";

	/** @desc	charstring for RFC 2617 3-2-2-2 passwd of UE1: A known shared secret, the password of user of the specified username
	/** @desc	charstring for RFC 2617 clause 3-2-2-2 passwd of UE1: A known shared secret, the password of user of the specified username
	*/
	  charstring PX_IMS_SUT_UE1_PRIVAT_PASSWD := "1234";
		 
	/** @desc	charstring for RFC 2617 3-2-1 qop options of UE1:
	/** @desc	charstring for RFC 2617 clause 3-2-1 qop options of UE1:
	* Quoted string of one or more tokens indicating the "quality of protection" values supported by the server; the
	* value "auth" indicates authentication; the value "auth-int" indicates authentication with integrity protection.
	*/
@@ -102,16 +102,16 @@ group SUT_UE2 {
	*/
	  charstring  PX_IMS_SUT_UE2_PUBLIC_USER := "2910";

	/** @desc	charstring for RFC 2617 3.2.2 username of UE2
      /** @desc	charstring for RFC 2617 clause 3-2-2 username of UE2:
      * The name of user in the specified realm
      */
	  charstring PX_IMS_SUT_UE2_PRIVAT_USERNAME := "abcd";

	/** @desc	charstring for RFC 2617 3-2-2-2 passwd: A known shared secret, the password of user of the specified username of UE2
	/** @desc	charstring for RFC 2617 clause 3-2-2-2 passwd: A known shared secret, the password of user of the specified username of UE2
	*/
	  charstring PX_IMS_SUT_UE2_PRIVAT_PASSWD := "1234";
		 
	/** @desc	charstring for RFC 2617 3-2-1 qop options UE2:
	/** @desc	charstring for RFC 2617 clause 3-2-1 qop options UE2:
	* Quoted string of one or more tokens indicating the "quality of protection" values supported by the server, the
	* value "auth" indicates authentication; the value "auth-int" indicates authentication with integrity protection.
	*/
@@ -149,16 +149,16 @@ group SUT_UE3 {
	*/
	  charstring  PX_IMS_SUT_UE3_PUBLIC_USER := "2910";

	/** @desc	charstring for RFC 2617 3.2.2 username of UE2
      /** @desc	charstring for RFC 2617 clause 3-2-2 username of UE3:
      * The name of user in the specified realm
      */
	  charstring PX_IMS_SUT_UE3_PRIVAT_USERNAME := "abcd";

	/** @desc	charstring for RFC 2617 3-2-2-2 passwd: A known shared secret, the password of user of the specified username of UE2
	/** @desc	charstring for RFC 2617 clause 3-2-2-2 passwd: A known shared secret, the password of user of the specified username of UE3
	*/
	  charstring PX_IMS_SUT_UE3_PRIVAT_PASSWD := "1234";
		 
	/** @desc	charstring for RFC 2617 3-2-1 qop options UE3:
	/** @desc	charstring for RFC 2617 clause 3-2-1 qop options UE3:
	* Quoted string of one or more tokens indicating the "quality of protection" values supported by the server, the
	* value "auth" indicates authentication; the value "auth-int" indicates authentication with integrity protection.
	*/
@@ -196,16 +196,16 @@ group SUT_UE4 {//UE4 can be used as UE1Visited
	*/
	  charstring  PX_IMS_SUT_UE4_PUBLIC_USER := "2910";

	/** @desc	charstring for RFC 2617 3.2.2 username of UE4
      /** @desc	charstring for RFC 2617 clause 3-2-2 username of UE4:
      * The name of user in the specified realm
      */
	  charstring PX_IMS_SUT_UE4_PRIVAT_USERNAME := "abcd";

	/** @desc	charstring for RFC 2617 3-2-2-2 passwd: A known shared secret, the password of user of the specified username of UE2
	/** @desc	charstring for RFC 2617 clause 3-2-2-2 passwd: A known shared secret, the password of user of the specified username of UE2
	*/
	  charstring PX_IMS_SUT_UE4_PRIVAT_PASSWD := "1234";
		 
	/** @desc	charstring for RFC 2617 3-2-1 qop options UE4:
	/** @desc	charstring for RFC 2617 clause 3-2-1 qop options UE4:
	* Quoted string of one or more tokens indicating the "quality of protection" values supported by the server, the
	* value "auth" indicates authentication; the value "auth-int" indicates authentication with integrity protection.
	*/
@@ -218,9 +218,9 @@ group SUT_UE4 {//UE4 can be used as UE1Visited
} // end group SUT_UE4

group SUT_unknown{
	modulepar {
	/** @desc	charstring for identity of unknown UE public user
	*/
	modulepar {
	  charstring  PX_IMS_SUT_unknownUE_PUBLIC_USER := "0007";
	}
} // end group SUT_unknown