Commit ccf4277e authored by fischer's avatar fischer
Browse files

TC_GEONW_FDV_GUC_BV_01 added

parent c9299ecf
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -782,6 +782,10 @@ module LibItsGeoNetworking_Functions {
            //TODO
            //TODO
        }
        }


        function f_utGenerateGeoUnicastMessageWithPayload(in GN_Address p_destinationGnAddr) runs on ItsNt {
            //TODO
        }

        function f_utGenerateGeoBroadcastMessage(in charstring p_area) runs on ItsNt {
        function f_utGenerateGeoBroadcastMessage(in charstring p_area) runs on ItsNt {
            //TODO
            //TODO
        }
        }
+7 −1
Original line number Original line Diff line number Diff line
@@ -44,6 +44,12 @@ module LibItsGeoNetworking_Templates {
            payload := *          
            payload := *          
        }     
        }     
                
                
        template GeoNetworkingPacket mw_geoNwPduWithPayload(in template (present) Header p_header) := {
        	header := p_header,
        	secHeader := *,
            payload := ?          
        }     
                
    } // end geoNwPduTemplates
    } // end geoNwPduTemplates
    
    
    group geoNwHeadersTemplates {
    group geoNwHeadersTemplates {
@@ -253,7 +259,7 @@ module LibItsGeoNetworking_Templates {
            template HeaderTST mw_geoUnicastHeaderType := {
            template HeaderTST mw_geoUnicastHeaderType := {
                geoUnicastHdr := {
                geoUnicastHdr := {
                	headerType := e_geoUnicast,
                	headerType := e_geoUnicast,
                    headerSubType := ?
                    headerSubType := c_uInt4Zero
                }
                }
            }       
            }