Loading GeoNetworking/LibItsGeoNetworking_Templates.ttcn +3 −4 Original line number Diff line number Diff line Loading @@ -496,7 +496,7 @@ module LibItsGeoNetworking_Templates { nextHeader := p_nextHeader, headerTST := p_headerTypeSubType, reserved := c_uInt8Zero, flags := c_8ZeroBits, flags := ?, plLength := ?, trafficClass := ?, hopLimit := ?, Loading Loading @@ -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 Loading Loading
GeoNetworking/LibItsGeoNetworking_Templates.ttcn +3 −4 Original line number Diff line number Diff line Loading @@ -496,7 +496,7 @@ module LibItsGeoNetworking_Templates { nextHeader := p_nextHeader, headerTST := p_headerTypeSubType, reserved := c_uInt8Zero, flags := c_8ZeroBits, flags := ?, plLength := ?, trafficClass := ?, hopLimit := ?, Loading Loading @@ -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 Loading