Commit b8c82176 authored by filatov's avatar filatov
Browse files

Revert last changes @207 in the tag

parent 613e518e
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -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;
+0 −7
Original line number Original line Diff line number Diff line
@@ -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