Commit fd152b17 authored by schmitting's avatar schmitting
Browse files

Minor editorial changes to allow T3Doc compatibility

parent 47875d71
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -278,33 +278,33 @@ module LibSip_PIXITS language "TTCN-3:2005"//MRO
  group ParametersForHTTP_Authentication {
	  modulepar{

	  /** @desc	charstring for RFC 2617 3.2.1 qop options:
	  /** @desc	charstring for RFC 2617 clause 3-2-1 qop options:
	  * 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.
	  */
	  charstring PX_SIP_SUT_UE1_QOP := "auth";

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

	  /** @desc	charstring for RFC 2617 3.2.2.2 passwd: A known shared secret, the password of user of the specified username
	  /** @desc	charstring for RFC 2617 clause 3-2-2-2 passwd: A known shared secret, the password of user of the specified username
	  */
	  charstring PX_SIP_SUT_UE1_PASSWD := "1234";

	  /** @desc	charstring for RFC 2617 3.2.1 qop options:
	  /** @desc	charstring for RFC 2617  3-2-1 qop options:
	  * 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.
	  */
	  charstring PX_SIP_SUT_UE2_QOP := "auth";
	  
	  /** @desc	charstring for RFC 2617 3.2.2 username
	  /** @desc	charstring for RFC 2617 clause 3-2-2 username:
	  * The name of user in the specified realm
	  */
	  charstring PX_SIP_SUT_UE2_USERNAME := "abcd";

	  /** @desc	charstring for RFC 2617 3.2.2.2 passwd: A known shared secret, the password of user of the specified username
	  /** @desc	charstring for RFC 2617 clause 3-2-2-2 passwd: A known shared secret, the password of user of the specified username
	  */
	  charstring PX_SIP_SUT_UE2_PASSWD := "1234";