Commit 2aa3f3f2 authored by berge's avatar berge
Browse files

Fixed templates (flags field).

Removed temporary code for demo.
parent 4fff7ad7
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -496,7 +496,7 @@ module LibItsGeoNetworking_Templates {
                nextHeader := p_nextHeader,
                headerTST := p_headerTypeSubType,
                reserved := c_uInt8Zero,
                flags := c_8ZeroBits,
                flags := ?,
                plLength := ?, 
                trafficClass := ?,
                hopLimit := ?,
@@ -524,12 +524,11 @@ module LibItsGeoNetworking_Templates {
                },
                reserved := c_uInt8Zero,
                flags := ?,
                plLength := PX_BEACON_PL, //0, TODO only for demonstrating the mismatch behaviour
                plLength := 0,
                trafficClass := p_trafficClass,
                hopLimit := p_hopLimit,
                senderPosVector := p_senderLongPosVec
            }
            modulepar integer PX_BEACON_PL := 0; //TODO only for demonstrating the mismatch behaviour
                      
            /**
             * @desc    Receive template for Common header with specific Hop limit