Loading ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +7 −0 Original line number Diff line number Diff line Loading @@ -922,6 +922,13 @@ module LibItsGeoNetworking_Functions { group iutFunctions { function f_getIutGnLocalAddress() return GN_Address { // TODO return valueof(m_dummyGnAddr); } /** * @desc Gets the LS retransmission timer. * @return Loading ttcn/GeoNetworking/LibItsGeoNetworking_Templates.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -870,7 +870,7 @@ module LibItsGeoNetworking_Templates { template Header mw_tsbHeaderWithHopLimit( in template (present) StationTypeIdentifier p_stationType, in template (present) UInt16 p_seqNumber, in template (present) LongPosVector p_srcPosVector, in template (present) LongPosVector p_sourceLongPosVec, in template (present) UInt8 p_hopLimit ) modifies mw_tsbHeader := { tsbHeader := { Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +7 −0 Original line number Diff line number Diff line Loading @@ -922,6 +922,13 @@ module LibItsGeoNetworking_Functions { group iutFunctions { function f_getIutGnLocalAddress() return GN_Address { // TODO return valueof(m_dummyGnAddr); } /** * @desc Gets the LS retransmission timer. * @return Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Templates.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -870,7 +870,7 @@ module LibItsGeoNetworking_Templates { template Header mw_tsbHeaderWithHopLimit( in template (present) StationTypeIdentifier p_stationType, in template (present) UInt16 p_seqNumber, in template (present) LongPosVector p_srcPosVector, in template (present) LongPosVector p_sourceLongPosVec, in template (present) UInt8 p_hopLimit ) modifies mw_tsbHeader := { tsbHeader := { Loading