Loading ttcn/LibDiameter_Interface.ttcn +0 −3 Original line number Original line Diff line number Diff line Loading @@ -71,9 +71,6 @@ module LibDiameter_Interface var template (value) Destination_Host_AVP vc_destinationHost_IUT; var template (value) Destination_Host_AVP vc_destinationHost_IUT; var template (value) Destination_Realm_AVP vc_destinationRealm_IUT; var template (value) Destination_Realm_AVP vc_destinationRealm_IUT; var UTF8String vc_serverName := "NULL"; var template Termination_Cause_AVP vc_terminationCause; var template Termination_Cause_AVP vc_terminationCause; var template Result_Code_AVP vc_resultCode; var template Result_Code_AVP vc_resultCode; var template Media_Component_Description_AVP vc_mediaComponentDescription; var template Media_Component_Description_AVP vc_mediaComponentDescription; Loading ttcn/LibDiameter_Steps.ttcn +0 −7 Original line number Original line Diff line number Diff line Loading @@ -273,13 +273,6 @@ group AwaitingMessage { { { f_awaitingDiameterMsg({uAA_MSG:=p_UAA}); f_awaitingDiameterMsg({uAA_MSG:=p_UAA}); //store specific parameter for UAA if needed //store specific parameter for UAA if needed if ( vc_serverName == "NULL") { if ( ispresent ( vc_recvDiamMsg.uAA_MSG.uAA_Body.server_Name ) ) { vc_serverName := vc_recvDiamMsg.uAA_MSG.uAA_Body.server_Name.aVP_Data; } } } } function f_awaiting_SAR(template (present)SAR_MSG p_SAR) runs on DiameterComponent function f_awaiting_SAR(template (present)SAR_MSG p_SAR) runs on DiameterComponent Loading Loading
ttcn/LibDiameter_Interface.ttcn +0 −3 Original line number Original line Diff line number Diff line Loading @@ -71,9 +71,6 @@ module LibDiameter_Interface var template (value) Destination_Host_AVP vc_destinationHost_IUT; var template (value) Destination_Host_AVP vc_destinationHost_IUT; var template (value) Destination_Realm_AVP vc_destinationRealm_IUT; var template (value) Destination_Realm_AVP vc_destinationRealm_IUT; var UTF8String vc_serverName := "NULL"; var template Termination_Cause_AVP vc_terminationCause; var template Termination_Cause_AVP vc_terminationCause; var template Result_Code_AVP vc_resultCode; var template Result_Code_AVP vc_resultCode; var template Media_Component_Description_AVP vc_mediaComponentDescription; var template Media_Component_Description_AVP vc_mediaComponentDescription; Loading
ttcn/LibDiameter_Steps.ttcn +0 −7 Original line number Original line Diff line number Diff line Loading @@ -273,13 +273,6 @@ group AwaitingMessage { { { f_awaitingDiameterMsg({uAA_MSG:=p_UAA}); f_awaitingDiameterMsg({uAA_MSG:=p_UAA}); //store specific parameter for UAA if needed //store specific parameter for UAA if needed if ( vc_serverName == "NULL") { if ( ispresent ( vc_recvDiamMsg.uAA_MSG.uAA_Body.server_Name ) ) { vc_serverName := vc_recvDiamMsg.uAA_MSG.uAA_Body.server_Name.aVP_Data; } } } } function f_awaiting_SAR(template (present)SAR_MSG p_SAR) runs on DiameterComponent function f_awaiting_SAR(template (present)SAR_MSG p_SAR) runs on DiameterComponent Loading