Commit a4441d41 authored by garciay's avatar garciay
Browse files

ITS-CMS5: UC9: Change radius to 100

parent 840c00f0
......@@ -330,7 +330,7 @@ module ItsRSUsSimulator_Functions {
PICS_RSU_PARAMS[p_rsu_id].pathHistory,
m_highFrequencyContainer_rsuContainerHighFrequency(
m_rSUContainerHighFrequency(
PICS_USECASE9_PCZ
PICS_UC9_PCZ
)));
} else {
v_cam :=
......
......@@ -538,20 +538,20 @@ module ItsRSUsSimulator_Pics {
group camUseCase9 {
modulepar ProtectedCommunicationZone PICS_USECASE9_PCZ_1 := {
modulepar ProtectedCommunicationZone PICS_UC9_PCZ_1 := {
protectedZoneType := cenDsrcTolling,
expiryTime := omit,
protectedZoneLatitude := 435838400,
protectedZoneLongitude := 103249780,
protectedZoneRadius := 255,
protectedZoneRadius := 100,
protectedZoneID := 1
} // End of PICS_USECASE9_PCZ_1
} // End of PICS_UC9_PCZ_1
modulepar ProtectedCommunicationZonesRSU PICS_USECASE9_PCZ := {
PICS_USECASE9_PCZ_1
} // End of PICS_USECASE9_PCZ
modulepar ProtectedCommunicationZonesRSU PICS_UC9_PCZ := {
PICS_UC9_PCZ_1
} // End of PICS_UC9_PCZ
} // End of group camUseCase7
} // End of group camUseCase9
} // End of group camParams
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment