Loading ttcn/LibDiameter_Interface.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -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 ttcn/LibDiameter_PIXITS.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -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 ttcn/LibDiameter_Steps.ttcn +15 −6 Original line number Diff line number Diff line Loading @@ -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) Loading Loading @@ -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 ttcn/LibDiameter_TypesAndValues.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
ttcn/LibDiameter_Interface.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -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
ttcn/LibDiameter_PIXITS.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -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
ttcn/LibDiameter_Steps.ttcn +15 −6 Original line number Diff line number Diff line Loading @@ -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) Loading Loading @@ -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
ttcn/LibDiameter_TypesAndValues.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -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