Loading DiameterCxDx/ttcn/DiameterCxDx_Cx_TCFunctions.ttcn3 +2 −1 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ module DiameterCxDx_Cx_TCFunctions { f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict()); // sync - preamble done //initial registration vc_userName := m_user_Name(PX_UserName); f_send_UAR(m_UAR_Msg(vc_sessionId, m_UAR_UauthDhostFlags(vc_originHost, vc_originRealm, vc_destinationRealm, Loading DiameterCxDx/ttcn/DiameterCxDx_PIXITS.ttcn +10 −0 Original line number Diff line number Diff line Loading @@ -210,6 +210,16 @@ module DiameterCxDx_PIXITS */ modulepar charstring PX_DestinationRealm := "myalupcrf.etsi.org"; /** @desc charstring, 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 specification [NAI]. Ref: RFC 3588 section 8-14 */ modulepar UTF8String PX_UserName := "private_username@etsi.org"; } //end group DiameterCommonCxData /** @desc boolean indicator Loading Loading
DiameterCxDx/ttcn/DiameterCxDx_Cx_TCFunctions.ttcn3 +2 −1 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ module DiameterCxDx_Cx_TCFunctions { f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict()); // sync - preamble done //initial registration vc_userName := m_user_Name(PX_UserName); f_send_UAR(m_UAR_Msg(vc_sessionId, m_UAR_UauthDhostFlags(vc_originHost, vc_originRealm, vc_destinationRealm, Loading
DiameterCxDx/ttcn/DiameterCxDx_PIXITS.ttcn +10 −0 Original line number Diff line number Diff line Loading @@ -210,6 +210,16 @@ module DiameterCxDx_PIXITS */ modulepar charstring PX_DestinationRealm := "myalupcrf.etsi.org"; /** @desc charstring, 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 specification [NAI]. Ref: RFC 3588 section 8-14 */ modulepar UTF8String PX_UserName := "private_username@etsi.org"; } //end group DiameterCommonCxData /** @desc boolean indicator Loading