Commit ca76da6e authored by tepelmann's avatar tepelmann
Browse files

Introduced reserved field UT trigger GenerateGeoBroadcastMessage resp. GenerateGeoAnycastMessage.

parent 67dd76b2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -174,6 +174,7 @@ module LibItsGeoNetworking_Templates {
                    shape := p_geoArea.shape,
                    lifetime := c_lifetime,
                    trafficClass := m_trafficClass,
                    reserved := c_uInt24Zero,
                    area := p_geoArea.area,
                    payload := { decodedPayload := omit, rawPayload := ''O} // do not use f_adaptPayload_m here
                }
@@ -233,6 +234,7 @@ module LibItsGeoNetworking_Templates {
                    shape := p_geoArea.shape,
                    lifetime := c_lifetime,
                    trafficClass := m_trafficClass,
                    reserved := c_uInt24Zero,
                    area := p_geoArea.area,
                    payload := { decodedPayload := omit, rawPayload := ''O} // do not use f_adaptPayload_m here
                }
+1 −0
Original line number Diff line number Diff line
@@ -947,6 +947,7 @@ module LibItsGeoNetworking_TypesAndValues {
        	GeoShape shape,
            UInt16 lifetime,
            TrafficClass trafficClass,
            UInt24 reserved,
            Area area,
            Payload payload 
        }