Commit 2704749a authored by garciay's avatar garciay
Browse files

Editorial changes

parent 02bd4587
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ module ItsRSUsSimulator_Functions {
        /**
         * @desc Default handling cf01 de-initialisation.
         */
        altstep a_cf01Down() runs on ItsGeoNetworking {
        altstep a_cf01Down() runs on ItsRSUsSimulator {
            [] a_shutdown() {
                f_poDefault();
                f_cf01Down();
+41 −37
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ module ItsRSUsSimulator_Pics {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
                mid                   := '000ACCDDEE01'O
                mid                   := '001C6B0D0201'O
            } // End of PICS_RSU_GN_ADDRESS_RSU1
            
            modulepar RsuParm PICS_RSU1 := {
@@ -90,7 +90,7 @@ module ItsRSUsSimulator_Pics {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
                mid                   := '000ACCDDEE02'O
                mid                   := '001C6B0D0202'O
            } // End of PICS_RSU_GN_ADDRESS_RSU2
            
            modulepar RsuParm PICS_RSU2 := {
@@ -133,7 +133,7 @@ module ItsRSUsSimulator_Pics {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
                mid                   := '000ACCDDEE03'O
                mid                   := '001C6B0D0203'O
            } // End of PICS_RSU_GN_ADDRESS_RSU3
            
            modulepar RsuParm PICS_RSU3 := {
@@ -176,7 +176,7 @@ module ItsRSUsSimulator_Pics {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
                mid                   := '000ACCDDEE04'O
                mid                   := '001C6B0D0204'O
            } // End of PICS_RSU_GN_ADDRESS_RSU4
            
            modulepar RsuParm PICS_RSU4 := {
@@ -219,7 +219,7 @@ module ItsRSUsSimulator_Pics {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
                mid                   := '000ACCDDEE05'O
                mid                   := '001C6B0D0205'O
            } // End of PICS_RSU_GN_ADDRESS_RSU5
            
            modulepar RsuParm PICS_RSU5 := {
@@ -262,7 +262,7 @@ module ItsRSUsSimulator_Pics {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
                mid                   := '000ACCDDEE06'O
                mid                   := '001C6B0D0206'O
            } // End of PICS_RSU_GN_ADDRESS_RSU6
            
            modulepar RsuParm PICS_RSU6 := {
@@ -304,7 +304,7 @@ module ItsRSUsSimulator_Pics {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
                mid                   := '000ACCDDEE07'O
                mid                   := '001C6B0D0207'O
            } // End of PICS_RSU_GN_ADDRESS_RSU7
            
            modulepar RsuParm PICS_RSU7 := {
@@ -346,7 +346,7 @@ module ItsRSUsSimulator_Pics {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
                mid                   := '000ACCDDEE08'O
                mid                   := '001C6B0D0208'O
            } // End of PICS_RSU_GN_ADDRESS_RSU8
            
            modulepar RsuParm PICS_RSU8 := {
@@ -425,6 +425,8 @@ module ItsRSUsSimulator_Pics {
        
        group camUseCase6 {
            
            group camUseCase6VehicleDescription  {
                
                modulepar integer SIMULTANEOUS_VEHICLE_NUM        := 10;
                
                group camUseCase6VehicleTemplateDescription {
@@ -434,7 +436,7 @@ module ItsRSUsSimulator_Pics {
                            typeOfAddress         := e_manual,
                            stationType           := e_passengerCar,
                            stationCountryCode    := 33,
                        mid                   := '000ACCDDEEFF'O
                            mid                   := '001C6B0D02FF'O
                        },
                        timestamp_                                    := 0,
                        latitude                                      := 0,
@@ -457,6 +459,8 @@ module ItsRSUsSimulator_Pics {
                    
                    modulepar boolean PICS_USE_SPV := true;
                    
                } // End of group camUseCase6VehicleTemplateDescription 
                
            } // End of group camUseCase6VehicleDescription 
            
            group camUseCase6SyncLocation {