Commit 858fbbd5 authored by pintar's avatar pintar
Browse files

Comment correction and function modification

parent 3eab4048
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,4 +70,4 @@ module LibDiameter_Interface

  } // end DiameterComponent
  
} // end module DiameterSip_Interface
 No newline at end of file
} // end module LibDiameter_Interface
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -26,4 +26,4 @@ module LibDiameter_PIXITS

	} //group Diameter_PIXITparameters
  
} // end module DiameterSip_PIXITS
 No newline at end of file
} // end module LibDiameter_PIXITS
 No newline at end of file
+15 −6
Original line number Diff line number Diff line
@@ -602,9 +602,18 @@ group GlobalSteps {
            
            function f_IPAdress (IPv4Addr p_ipv4,IPv6Addr p_ipv6)
                return template Address
        	{if (PX_IPv6)
        	    {return( {ipv6:= p_ipv6  }  ) }
        	    else {return( {ipv4:= p_ipv4 }   )}
                {
                    var template Address v_ipv4, v_ipv6;
                    v_ipv4 := {ipv4:= p_ipv4 };
                    v_ipv6 := {ipv6:= p_ipv6 };
                    if (PX_IPv6)
                    {
                        return(v_ipv6) 
                    }
                    else 
                    {
                        return(v_ipv4)
                    }
                }  
        	
            function f_IPV4or6_String2Address (charstring p_addr)
@@ -878,4 +887,4 @@ group DefaultsTestStep
    
      	
} // end of group DefaultsTestStep
} // end module LibSip_Steps
 No newline at end of file
} // end module LibDiameter_Steps
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -4451,4 +4451,4 @@ group BasicTypesAndConstants{
    type set of Codec_Data_AVP Codec_Data_setof;
    
	} // end of AuxTypes
}
 No newline at end of file
} //end module LibDiameter_TypesAndValues
 No newline at end of file