Loading ItsGeoNetworking_TpFunctions.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -235,7 +235,7 @@ module ItsGeoNetworking_TpFunctions { [] geoNetworkingPort.receive(mw_geoNwInd(mw_geoNwPdu(mw_geoNwShbPacket))) -> value v_geoNwInd { tc_ac.stop; if(ispresent(v_geoNwInd.msgIn.gnPacket.packet.payload)) { if(v_geoNwInd.msgIn.gnPacket.packet.commonHeader.plLength == lengthof(v_geoNwInd.msgIn.gnPacket.packet.payload)) { if(v_geoNwInd.msgIn.gnPacket.packet.commonHeader.plLength == lengthof(v_payload)) { log("*** " & testcasename() & ": PASS: PL field correctly indicates payload size ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_success); } Loading @@ -243,7 +243,7 @@ module ItsGeoNetworking_TpFunctions { log("*** " & testcasename() & ": FAIL: PL does correctly not indicate payload size (" & int2str(v_geoNwInd.msgIn.gnPacket.packet.commonHeader.plLength) & " != " & int2str(lengthof(v_geoNwInd.msgIn.gnPacket.packet.payload)) & int2str(lengthof(v_payload)) & ")***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_error); } Loading Loading
ItsGeoNetworking_TpFunctions.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -235,7 +235,7 @@ module ItsGeoNetworking_TpFunctions { [] geoNetworkingPort.receive(mw_geoNwInd(mw_geoNwPdu(mw_geoNwShbPacket))) -> value v_geoNwInd { tc_ac.stop; if(ispresent(v_geoNwInd.msgIn.gnPacket.packet.payload)) { if(v_geoNwInd.msgIn.gnPacket.packet.commonHeader.plLength == lengthof(v_geoNwInd.msgIn.gnPacket.packet.payload)) { if(v_geoNwInd.msgIn.gnPacket.packet.commonHeader.plLength == lengthof(v_payload)) { log("*** " & testcasename() & ": PASS: PL field correctly indicates payload size ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_success); } Loading @@ -243,7 +243,7 @@ module ItsGeoNetworking_TpFunctions { log("*** " & testcasename() & ": FAIL: PL does correctly not indicate payload size (" & int2str(v_geoNwInd.msgIn.gnPacket.packet.commonHeader.plLength) & " != " & int2str(lengthof(v_geoNwInd.msgIn.gnPacket.packet.payload)) & int2str(lengthof(v_payload)) & ")***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_error); } Loading