Commit a4441d41 authored by garciay's avatar garciay
Browse files

ITS-CMS5: UC9: Change radius to 100

parent 840c00f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -330,7 +330,7 @@ module ItsRSUsSimulator_Functions {
                        PICS_RSU_PARAMS[p_rsu_id].pathHistory,
                        PICS_RSU_PARAMS[p_rsu_id].pathHistory,
                        m_highFrequencyContainer_rsuContainerHighFrequency(
                        m_highFrequencyContainer_rsuContainerHighFrequency(
                            m_rSUContainerHighFrequency(
                            m_rSUContainerHighFrequency(
                                PICS_USECASE9_PCZ
                                PICS_UC9_PCZ
                )));
                )));
            } else {
            } else {
                v_cam := 
                v_cam := 
+7 −7
Original line number Original line Diff line number Diff line
@@ -538,20 +538,20 @@ module ItsRSUsSimulator_Pics {
        
        
        group camUseCase9 {
        group camUseCase9 {
            
            
            modulepar ProtectedCommunicationZone PICS_USECASE9_PCZ_1 := {
            modulepar ProtectedCommunicationZone PICS_UC9_PCZ_1 := {
                protectedZoneType        := cenDsrcTolling,
                protectedZoneType        := cenDsrcTolling,
                expiryTime               := omit,
                expiryTime               := omit,
                protectedZoneLatitude    := 435838400,
                protectedZoneLatitude    := 435838400,
                protectedZoneLongitude   := 103249780,
                protectedZoneLongitude   := 103249780,
                protectedZoneRadius      := 255,
                protectedZoneRadius      := 100,
                protectedZoneID          := 1
                protectedZoneID          := 1
            } // End of PICS_USECASE9_PCZ_1
            } // End of PICS_UC9_PCZ_1
            
            
            modulepar ProtectedCommunicationZonesRSU PICS_USECASE9_PCZ := {
            modulepar ProtectedCommunicationZonesRSU PICS_UC9_PCZ := {
                PICS_USECASE9_PCZ_1
                PICS_UC9_PCZ_1
            } // End of PICS_USECASE9_PCZ
            } // End of PICS_UC9_PCZ
            
            
        } // End of group camUseCase7
        } // End of group camUseCase9
        
        
    } // End of group camParams 
    } // End of group camParams