Loading ttcn/AtsRSUsSimulator/ItsRSUsSimulator_Functions.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -905,7 +905,7 @@ module ItsRSUsSimulator_Functions { var GeoNetworkingPdu v_geoNwPdu := valueof( m_geoNwPdu( v_geoNwUnicastPacket, v_utGnTrigger.geoUnicast.lifetime, m_lifetimeBase1s(v_utGnTrigger.geoUnicast.lifetime), c_defaultHopLimit ) ); Loading @@ -929,7 +929,7 @@ module ItsRSUsSimulator_Functions { repeat; } [vc_denm == true] utPort.receive(UtDenmInitialize:?) { utPort.send(UtDenmResults: { utDenmInitializeResult := true }); cfPort.send(UtDenmResults: { utDenmInitializeResult := true }); repeat; } [] cfPort.receive { Loading Loading
ttcn/AtsRSUsSimulator/ItsRSUsSimulator_Functions.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -905,7 +905,7 @@ module ItsRSUsSimulator_Functions { var GeoNetworkingPdu v_geoNwPdu := valueof( m_geoNwPdu( v_geoNwUnicastPacket, v_utGnTrigger.geoUnicast.lifetime, m_lifetimeBase1s(v_utGnTrigger.geoUnicast.lifetime), c_defaultHopLimit ) ); Loading @@ -929,7 +929,7 @@ module ItsRSUsSimulator_Functions { repeat; } [vc_denm == true] utPort.receive(UtDenmInitialize:?) { utPort.send(UtDenmResults: { utDenmInitializeResult := true }); cfPort.send(UtDenmResults: { utDenmInitializeResult := true }); repeat; } [] cfPort.receive { Loading