Loading ttcn/GeoNetworking/LibItsGeoNetworking_Templates.ttcn +4 −2 Original line number Diff line number Diff line Loading @@ -1037,14 +1037,16 @@ module LibItsGeoNetworking_Templates { /** * @desc Receive template for GeoNetworking Broadcast Packet * @param p_sourceLongPosVec Long position vector of source * @param p_seqNumber Sequence number of GeoBroadcast packet (Default: ?) * @param p_hopLimit Maximum number of hops (Default: ?) * @param p_flags Flags in the common header (Default: ?) */ template (present) GnNonSecuredPacket mw_geoNwBroadcastPacketWithHlAndFlags( in template (present) LongPosVector p_sourceLongPosVec, in template (present) UInt16 p_seqNumber := ?, in template (present) UInt8 p_hopLimit := ?, in template (present) Bit8 p_flags := ? ) := { ) modifies mw_geoNwBroadcastPacket := { commonHeader := mw_commonHeaderWithHopLimitAndFlags( PX_GN_UPPER_LAYER, mw_geoBroadcastHeaderType, Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Templates.ttcn +4 −2 Original line number Diff line number Diff line Loading @@ -1037,14 +1037,16 @@ module LibItsGeoNetworking_Templates { /** * @desc Receive template for GeoNetworking Broadcast Packet * @param p_sourceLongPosVec Long position vector of source * @param p_seqNumber Sequence number of GeoBroadcast packet (Default: ?) * @param p_hopLimit Maximum number of hops (Default: ?) * @param p_flags Flags in the common header (Default: ?) */ template (present) GnNonSecuredPacket mw_geoNwBroadcastPacketWithHlAndFlags( in template (present) LongPosVector p_sourceLongPosVec, in template (present) UInt16 p_seqNumber := ?, in template (present) UInt8 p_hopLimit := ?, in template (present) Bit8 p_flags := ? ) := { ) modifies mw_geoNwBroadcastPacket := { commonHeader := mw_commonHeaderWithHopLimitAndFlags( PX_GN_UPPER_LAYER, mw_geoBroadcastHeaderType, Loading