Loading ttcn/LibDiameter_TypesAndValues.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -458,9 +458,9 @@ group BasicTypesAndConstants{ /* Ref: FRC3588 p.4.3 Derived Avp Data Formats */ type record Address{ Oct2 addressFamily, IpAddress ipAddress Diameter_IpAddress ipAddress } type union IpAddress { type union Diameter_IpAddress { IPv4Addr ipv4, IPv6Addr ipv6 } Loading Loading
ttcn/LibDiameter_TypesAndValues.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -458,9 +458,9 @@ group BasicTypesAndConstants{ /* Ref: FRC3588 p.4.3 Derived Avp Data Formats */ type record Address{ Oct2 addressFamily, IpAddress ipAddress Diameter_IpAddress ipAddress } type union IpAddress { type union Diameter_IpAddress { IPv4Addr ipv4, IPv6Addr ipv6 } Loading