Commit 04432058 authored by berge's avatar berge
Browse files

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

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