Commit c4e77b87 authored by nikolajev's avatar nikolajev
Browse files

prefixed IpAddress union type with "Diameter_" to fix redefiniton errors in t3devkit codecs

parent aa802c79
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
                }