Loading ttcn/LibDiameter_Interface.ttcn +3 −1 Original line number Diff line number Diff line Loading @@ -75,6 +75,8 @@ module LibDiameter_Interface var template (value) Accounting_Record_Number_AVP vc_accountingRecordNumber; // var UTF8String vc_serverName := "NULL"; var template Termination_Cause_AVP vc_terminationCause; var template Result_Code_AVP vc_resultCode; var template Media_Component_Description_AVP vc_mediaComponentDescription; Loading ttcn/LibDiameter_Steps.ttcn +7 −0 Original line number Diff line number Diff line Loading @@ -275,6 +275,13 @@ group AwaitingMessage { { f_awaitingDiameterMsg({uAA_MSG:=p_UAA}); //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 Loading Loading
ttcn/LibDiameter_Interface.ttcn +3 −1 Original line number Diff line number Diff line Loading @@ -75,6 +75,8 @@ module LibDiameter_Interface var template (value) Accounting_Record_Number_AVP vc_accountingRecordNumber; // var UTF8String vc_serverName := "NULL"; var template Termination_Cause_AVP vc_terminationCause; var template Result_Code_AVP vc_resultCode; var template Media_Component_Description_AVP vc_mediaComponentDescription; Loading
ttcn/LibDiameter_Steps.ttcn +7 −0 Original line number Diff line number Diff line Loading @@ -275,6 +275,13 @@ group AwaitingMessage { { f_awaitingDiameterMsg({uAA_MSG:=p_UAA}); //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 Loading