Loading ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +8 −0 Original line number Diff line number Diff line Loading @@ -798,10 +798,18 @@ module LibItsGeoNetworking_Functions { //TODO } function f_utGenerateGeoAnycastMessageWithPayload(in charstring p_area) runs on ItsNt { //TODO } function f_utGenerateSHBMessage() runs on ItsNt { //TODO } function f_utGenerateSHBMessageWithPayload() runs on ItsNt { //TODO } function f_utGenerateTSBMessage() runs on ItsNt { //TODO } Loading ttcn/GeoNetworking/LibItsGeoNetworking_Templates.ttcn +6 −5 Original line number Diff line number Diff line Loading @@ -771,11 +771,12 @@ module LibItsGeoNetworking_Templates { in template (present) StationTypeIdentifier p_stationType ) := { shbHeader := { commonHeader := mw_commonHeader( ?, ?, m_shbHeaderType, p_stationType commonHeader := mw_commonHeaderWithHopLimit( ?, // SE PV ?, // NH m_shbHeaderType, // HT + HST p_stationType, 1 // HL ) } } Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +8 −0 Original line number Diff line number Diff line Loading @@ -798,10 +798,18 @@ module LibItsGeoNetworking_Functions { //TODO } function f_utGenerateGeoAnycastMessageWithPayload(in charstring p_area) runs on ItsNt { //TODO } function f_utGenerateSHBMessage() runs on ItsNt { //TODO } function f_utGenerateSHBMessageWithPayload() runs on ItsNt { //TODO } function f_utGenerateTSBMessage() runs on ItsNt { //TODO } Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Templates.ttcn +6 −5 Original line number Diff line number Diff line Loading @@ -771,11 +771,12 @@ module LibItsGeoNetworking_Templates { in template (present) StationTypeIdentifier p_stationType ) := { shbHeader := { commonHeader := mw_commonHeader( ?, ?, m_shbHeaderType, p_stationType commonHeader := mw_commonHeaderWithHopLimit( ?, // SE PV ?, // NH m_shbHeaderType, // HT + HST p_stationType, 1 // HL ) } } Loading