Commit fcf58195 authored by berge's avatar berge
Browse files

Fixed 'with' statement (ttwb issue: 'encode' statetement not inherited from base type)

parent 6fac9a04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ module LibItsIpv6OverGeoNetworking_TypesAndValues {
        /**
         * @desc IPv6 Address
         */
        type Oct16 Ipv6Address;
        type Oct16 Ipv6Address with {encode "length(16)"};
        
        group rfc2461MessageTypes {
          const UInt8   c_prefixInfo := 3 ;