Loading ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +3 −5 Original line number Diff line number Diff line Loading @@ -98,12 +98,11 @@ module LibItsGeoNetworking_Functions { [] utPort.receive(UtGnTriggerResult:true) { tc_wait.stop; } [] utPort.receive { tc_wait.stop; } [] tc_wait.timeout { v_return := false; } [] a_utDefault() { } [else] { // Shortcut defaults repeat; } Loading Loading @@ -1126,9 +1125,8 @@ module LibItsGeoNetworking_Functions { repeat; } [] utPort.receive { tc_wait.stop; log("*** " & __SCOPE__ & ": INFO: Received unexpected UT message from IUT ***"); f_selfOrClientSyncAndVerdict("error", e_error); repeat; } } Loading ttcn/GeoNetworking/LibItsGeoNetworking_Templates.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -1116,10 +1116,10 @@ module LibItsGeoNetworking_Templates { m_beaconHeaderType ), extendedHeader := mw_beaconHeader(p_sourceLongPosVec), payload := { payload := */*{ decodedPayload := omit, rawPayload := ''O } }*/ //FIXME ethernet testing requires minimum packet size of 60 bytes } } // end group geoNwPacketBeaconTemplates Loading Loading @@ -1424,7 +1424,7 @@ module LibItsGeoNetworking_Templates { template (value) TrafficClass m_trafficClass ( in SCF p_scf := e_scfEnable, in ChannelOffload p_ChOff := e_choffDisabled ) := { scf := p_scf, channelOffload := p_ChOff, tcId := 17 tcId := 0 } /** Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +3 −5 Original line number Diff line number Diff line Loading @@ -98,12 +98,11 @@ module LibItsGeoNetworking_Functions { [] utPort.receive(UtGnTriggerResult:true) { tc_wait.stop; } [] utPort.receive { tc_wait.stop; } [] tc_wait.timeout { v_return := false; } [] a_utDefault() { } [else] { // Shortcut defaults repeat; } Loading Loading @@ -1126,9 +1125,8 @@ module LibItsGeoNetworking_Functions { repeat; } [] utPort.receive { tc_wait.stop; log("*** " & __SCOPE__ & ": INFO: Received unexpected UT message from IUT ***"); f_selfOrClientSyncAndVerdict("error", e_error); repeat; } } Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Templates.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -1116,10 +1116,10 @@ module LibItsGeoNetworking_Templates { m_beaconHeaderType ), extendedHeader := mw_beaconHeader(p_sourceLongPosVec), payload := { payload := */*{ decodedPayload := omit, rawPayload := ''O } }*/ //FIXME ethernet testing requires minimum packet size of 60 bytes } } // end group geoNwPacketBeaconTemplates Loading Loading @@ -1424,7 +1424,7 @@ module LibItsGeoNetworking_Templates { template (value) TrafficClass m_trafficClass ( in SCF p_scf := e_scfEnable, in ChannelOffload p_ChOff := e_choffDisabled ) := { scf := p_scf, channelOffload := p_ChOff, tcId := 17 tcId := 0 } /** Loading