Loading DiameterCxDx/ttcn/DiameterCxDx_PIXITS.ttcn +15 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,7 @@ module DiameterCxDx_PIXITS modulepar charstring PX_DestinationRealm := "myalupcrf.etsi.org"; /** @desc charstring, PIXIT item A-7/10 /** @desc UTF8String, PIXIT item A-7/10 The User-Name AVP (AVP Code 1) [RADIUS] is of type UTF8String, which contains the User-Name, in a format consistent with the NAI Loading @@ -220,6 +220,20 @@ module DiameterCxDx_PIXITS */ modulepar UTF8String PX_UserName := "private_username@etsi.org"; /** @desc UTF8String, PIXIT item A-7/11 The Public-Identity AVP is of type UTF8String. This AVP contains the public identity of a user in the IMS. The syntax of this AVP corresponds either to a SIP URL (with the format defined in IETF RFC 3261 [3] and IETF RFC 2396 [4]) or a TEL URL (with the format defined in IETF RFC 3966 [8]). Both SIP URL and TEL URL shall be in canonical form, as described in 3GPP TS 23.003 [13]. Ref: 3GPP TS 29.229 6.3.2 Public-Identity AVP */ modulepar UTF8String PX_PublicIdentity := "public_identity@etsi.org"; } //end group DiameterCommonCxData /** @desc boolean indicator Loading Loading
DiameterCxDx/ttcn/DiameterCxDx_PIXITS.ttcn +15 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,7 @@ module DiameterCxDx_PIXITS modulepar charstring PX_DestinationRealm := "myalupcrf.etsi.org"; /** @desc charstring, PIXIT item A-7/10 /** @desc UTF8String, PIXIT item A-7/10 The User-Name AVP (AVP Code 1) [RADIUS] is of type UTF8String, which contains the User-Name, in a format consistent with the NAI Loading @@ -220,6 +220,20 @@ module DiameterCxDx_PIXITS */ modulepar UTF8String PX_UserName := "private_username@etsi.org"; /** @desc UTF8String, PIXIT item A-7/11 The Public-Identity AVP is of type UTF8String. This AVP contains the public identity of a user in the IMS. The syntax of this AVP corresponds either to a SIP URL (with the format defined in IETF RFC 3261 [3] and IETF RFC 2396 [4]) or a TEL URL (with the format defined in IETF RFC 3966 [8]). Both SIP URL and TEL URL shall be in canonical form, as described in 3GPP TS 23.003 [13]. Ref: 3GPP TS 29.229 6.3.2 Public-Identity AVP */ modulepar UTF8String PX_PublicIdentity := "public_identity@etsi.org"; } //end group DiameterCommonCxData /** @desc boolean indicator Loading