Commit 8f6190af authored by juvancic's avatar juvancic
Browse files

No commit message

No commit message
parent 7e0cf6d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,8 +37,8 @@ module LibDiameter_Interface
      var DIAMETER_MSG vc_recvDiamMsg ;
      
      //init of values at component started
      var UInt32 vc_send_hopid:= hex2int('00000100'H);
      var UInt32 vc_send_endid:= hex2int('01000000'H);
      var UInt32 vc_send_hopid:=0;// hex2int('00000100'H);
      var UInt32 vc_send_endid:=0;// hex2int('01000000'H);
      var UInt32 vc_recv_hopid:=0;
      var UInt32 vc_recv_endid:=0; 
            
+2 −19
Original line number Diff line number Diff line
@@ -196,6 +196,7 @@ group SendMessage {
        {
            if(f_gtZero(vc_ETS_conn))
            {
                f_Diameter_Set_Headers
		        DIAMP.send( p_diameterMSG);
		    }
		    else
@@ -206,6 +207,7 @@ group SendMessage {
        }
        else 
        {
            f_Diameter_Set_Headers
            DIAMP.send( p_diameterMSG);
        }	
    }//end f_sendDiameterMsg  
@@ -671,25 +673,6 @@ group Preambles {
    
    group preamble_Diameter{
        
        function f_preamble_AF() runs on DiameterComponent
        {
            if(PX_DIAM_LLP_ENABLED)
            {
                f_preambleClient();
            }
    
            f_preambleDiameterBase();
        }
       
        function f_preamble_PCRF() runs on DiameterComponent
        {
            if(PX_DIAM_LLP_ENABLED)
            {
                f_preambleServer();
            }
            
            f_preambleDiameterBase();
        }
        
        function f_preambleDiameterBase()runs on DiameterComponent
        {