Commit 7b7a2790 authored by berge's avatar berge
Browse files

Added TCs in IPv6OverGeoNetworking

parent 853fdc49
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -31,9 +31,9 @@ module LibItsIpv6OverGeoNetworking_Templates {
        }
        
        template IPv6OverGeoNetworkingInd mw_ipv6OverGeoNwInd(
            template (value) charstring p_interface,
            template (value) MacAddress p_srcMacAddr,
            template (value) MacAddress p_dstMacAddr,
            template (present) charstring p_interface,
            template (present) MacAddress p_srcMacAddr,
            template (present) MacAddress p_dstMacAddr,
            template (present) Ipv6Packet p_ipv6Packet
        ) := {
            interface := p_interface,
+2 −0
Original line number Diff line number Diff line
@@ -47,6 +47,8 @@ module LibItsIpv6OverGeoNetworking_TypesAndValues {
         */
        type Oct6 MacAddress;
        
        const MacAddress c_macBroadcastAddr := '333300000001'O;
        
    } // end ethernet
    
    group ipv6 {