Commit b7047ca4 authored by fischer's avatar fischer
Browse files

TC added

parent 29775c61
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -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
        }
        }
+6 −5
Original line number Original line Diff line number Diff line
@@ -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
                    )
                    )
                }
                }
            }
            }