Commit 66808e02 authored by garciay's avatar garciay
Browse files

Bug fixed on m_geoNwReq_linkLayerBroadcast

parent fb3d342e
Loading
Loading
Loading
Loading
+1 −4
Original line number Original line Diff line number Diff line
@@ -41,10 +41,7 @@ module LibItsGeoNetworking_Templates {
            template (value) GeoNetworkingPdu p_geoNwMsg
            template (value) GeoNetworkingPdu p_geoNwMsg
        ) := {
        ) := {
            msgOut                  := p_geoNwMsg,
            msgOut                  := p_geoNwMsg,
            macDestinationAddress   := c_llBroadcast,
            macDestinationAddress   := c_llBroadcast            
            ssp                     := omit,
            its_aid                 := omit
            
        }
        }
        
        
        /**
        /**