Commit 7a389e61 authored by garciay's avatar garciay
Browse files

Add support of 'macDestinationAddress' in GeoNetworkingReq/GeoNetworkingInd

It will be required to replace hard coded broadcast address by a PIXIT
parent 5f69d972
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -26,7 +26,8 @@ module LibItsGeoNetworking_Templates {
        template (value) GeoNetworkingReq m_geoNwReq(
            template (value) GeoNetworkingPacket p_geoNwMsg
            ) := {
            msgOut := p_geoNwMsg
            msgOut := p_geoNwMsg,
            macDestinationAddress := 'FFFFFFFFFFFF'O // TODO Use a pixit
        }

        /**
@@ -36,7 +37,8 @@ module LibItsGeoNetworking_Templates {
        template GeoNetworkingInd mw_geoNwInd(
            template (present) GeoNetworkingPacket p_geoNwMsg
            ) := {
            msgIn := p_geoNwMsg
            msgIn := p_geoNwMsg,
            macDestinationAddress := 'FFFFFFFFFFFF'O // TODO Use a pixit
        }
        
        group utPrimitives {