Loading ttcn/LibDiameter_Interface.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,8 @@ module LibDiameter_Interface var template (value) Destination_Host_AVP vc_destinationHost_IUT; var template (value) Destination_Realm_AVP vc_destinationRealm_IUT; var template (value) Accounting_Record_Number_AVP vc_accountingRecordNumber; 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 +1 −0 Original line number Diff line number Diff line Loading @@ -252,6 +252,7 @@ group AwaitingMessage { vc_sessionId := vc_recvDiamMsg.aCR_MSG.session_Id; vc_recv_hopid:= vc_recvDiamMsg.aCR_MSG.header.hopid; vc_recv_endid:= vc_recvDiamMsg.aCR_MSG.header.endid; vc_accountingRecordNumber := vc_recvDiamMsg.aCR_MSG.aCR_Body.accounting_Record_Number; } function f_awaiting_ACA(template (present)ACA_MSG p_ACA) runs on DiameterComponent Loading Loading
ttcn/LibDiameter_Interface.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,8 @@ module LibDiameter_Interface var template (value) Destination_Host_AVP vc_destinationHost_IUT; var template (value) Destination_Realm_AVP vc_destinationRealm_IUT; var template (value) Accounting_Record_Number_AVP vc_accountingRecordNumber; 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 +1 −0 Original line number Diff line number Diff line Loading @@ -252,6 +252,7 @@ group AwaitingMessage { vc_sessionId := vc_recvDiamMsg.aCR_MSG.session_Id; vc_recv_hopid:= vc_recvDiamMsg.aCR_MSG.header.hopid; vc_recv_endid:= vc_recvDiamMsg.aCR_MSG.header.endid; vc_accountingRecordNumber := vc_recvDiamMsg.aCR_MSG.aCR_Body.accounting_Record_Number; } function f_awaiting_ACA(template (present)ACA_MSG p_ACA) runs on DiameterComponent Loading