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