Commit fcbebfac authored by garciay's avatar garciay
Browse files

Revert ServerName changes to PIXITs

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