Commit 613e518e authored by wattelet's avatar wattelet
Browse files

No commit message

No commit message
parent 63a3d64e
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -71,6 +71,9 @@ 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;
+7 −0
Original line number Original line Diff line number Diff line
@@ -273,6 +273,13 @@ 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