Commit a3a06009 authored by garciay's avatar garciay
Browse files

Integration of IPv6 checksum calculation in the codec

parent 10e01aa2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ module LibItsIpv6OverGeoNetworking_TypesAndValues {
            Ipv6Address destinationAddress
        } with {
            encode (payloadLength) "MarkForUpdate"; 
            variant (nextHeader) "markForNextHeader"; 
            encode (nextHeader) "MarkForNextHeader"; 
            variant (sourceAddress) "MarkForIPv6SrcAddress"; 
            variant (destinationAddress) "MarkForIPv6DstAddress" 
        }
@@ -180,7 +180,7 @@ module LibItsIpv6OverGeoNetworking_TypesAndValues {
            UInt32        reachableTime,
            UInt32        retransTimer,
            RtAdvOptions  rtAdvOptions optional
        } with { encode (payloadLength) "MarkForIPv6ChecksumCalculation" }
        } with { variant (checksum) "MarkForIPv6ChecksumCalculation" }
        
        /**
         * @desc RouterAdvertisement option list
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ module LibIts_TestSystem {
            port CooperPort cooperPort;
            
            // MGT1 ports
            port IiscPort iiscPort;
            port IicpPort iicpPort;
            // MGT2 ports
            port MgtMFSapPort mgtMFSapPort;
            port MgtMNSapPort mgtMNSapPort;