Commit 01b5f610 authored by pintar's avatar pintar
Browse files

new global variable introduced and value is saved on the message ACR receive.

parent 690c8965
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
+1 −0
Original line number Diff line number Diff line
@@ -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