ItsRSUsSimulator_Pics.ttcn 318 KB
Newer Older
garciay's avatar
garciay committed
module ItsRSUsSimulator_Pics {
    
    // LibCommon
    import from LibCommon_BasicTypesAndValues all;
    
    // LibIts
    import from ITS_Container language "ASN.1:1997" all;
    import from CAM_PDU_Descriptions language "ASN.1:1997" all;
    import from DENM_PDU_Descriptions language "ASN.1:1997" all;
    import from MAPEM_PDU_Descriptions language "ASN.1:1997" all;
    import from SPATEM_PDU_Descriptions language "ASN.1:1997" all;
    import from IVIM_PDU_Descriptions language "ASN.1:1997" all;
garciay's avatar
garciay committed
    import from IVI language "ASN.1:1997" all;
garciay's avatar
garciay committed
    import from SREM_PDU_Descriptions language "ASN.1:1997" all;
    import from SSEM_PDU_Descriptions language "ASN.1:1997" all;
garciay's avatar
garciay committed
    import from DSRC language "ASN.1:1997" all;
    import from ElectronicRegistrationIdentificationVehicleDataModule language "ASN.1:1997" all;
garciay's avatar
garciay committed
    
    // LibItsBtp
    import from LibItsBtp_TypesAndValues all;
    import from LibItsBtp_Templates all;
    
    // LibItsGeoNetworking
    import from LibItsGeoNetworking_TypesAndValues all;
    
    // ItsRSUsSimulator
    import from ItsRSUsSimulator_TypesAndValues all;
    
    /**
     * @desc This group describes the RSUs installed on the track
     */
garciay's avatar
garciay committed
    group rsuParameters {
        
         * @desc RSU #1 - RSUs A
         * @remark Zone #1
garciay's avatar
garciay committed
        group rsu1 {
            
            /**
             * @desc RSU GN address
             */
            modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU1 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
garciay's avatar
garciay committed
            } // End of PICS_RSU_GN_ADDRESS_RSU1
            
garciay's avatar
garciay committed
                gnAddress := PICS_RSU_GN_ADDRESS_RSU1,
                longPosVector := {
                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU1,
                    timestamp_    := 0,
                    latitude      := 435529150,
                    longitude     := 103010520,
garciay's avatar
garciay committed
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
garciay's avatar
garciay committed
                geoShape := e_geoCircle,
                geoParms := {
                    radius := 500
                },
                pathHistory := PICS_RSU_PATH_HISTORY_RSU1
garciay's avatar
garciay committed
            
            /**
             * @desc Path history to approch the RSU
             */
            modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU1 := {};
            
        } // End of group rsu1
        
         * @desc RSU #2 - RSUs B
         * @remark Zone #2
garciay's avatar
garciay committed
        group rsu2 {
            
            /**
             * @desc RSU GN address
             */
            modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU2 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
                mid                   := 'AABBCCDDEE02'O
            } // End of PICS_RSU_GN_ADDRESS_RSU2
            
            modulepar RsuParm PICS_RSU2 := {
                gnAddress := PICS_RSU_GN_ADDRESS_RSU2,
                longPosVector := {
                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU2,
                    timestamp_    := 0,
                    latitude      := 435512090,
                    longitude     := 103002510,
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111102,
                geoShape := e_geoCircle,
                geoParms := {
                    radius := 500
                },
                pathHistory := PICS_RSU_PATH_HISTORY_RSU2
            } // End of PICS_RSU2
            
            /**
             * @desc Path history to approch the RSU
             */
            modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU2 := {};
            
        } // End of group rsu2
        
        /**
         * @desc RSU #3 - RSUs C
         * @remark Zone #3
         */
        group rsu3 {
            
            /**
             * @desc RSU GN address
             */
            modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU3 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
                mid                   := 'AABBCCDDEE03'O
            } // End of PICS_RSU_GN_ADDRESS_RSU3
            
            modulepar RsuParm PICS_RSU3 := {
                gnAddress := PICS_RSU_GN_ADDRESS_RSU3,
                longPosVector := {
                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU3,
                    timestamp_    := 0,
                    latitude      := 435546630,
                    longitude     := 103041900,
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111103,
                geoShape := e_geoCircle,
                geoParms := {
                    radius := 500
                },
                pathHistory := PICS_RSU_PATH_HISTORY_RSU3
            } // End of PICS_RSU3
            
            /**
             * @desc Path history to approch the RSU
             */
            modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU3 := {};
            
        } // End of group rsu3
        
        /**
         * @desc RSU #4 - RSUs D
         * @remark Zone #5
         */
        group rsu4 {
            
            /**
             * @desc RSU GN address
             */
            modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU4 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
                mid                   := 'AABBCCDDEE04'O
            } // End of PICS_RSU_GN_ADDRESS_RSU4
            
            modulepar RsuParm PICS_RSU4 := {
                gnAddress := PICS_RSU_GN_ADDRESS_RSU4,
                longPosVector := {
                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU4,
                    timestamp_    := 0,
                    latitude      := 435582150,
                    longitude     := 103065170,
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111104,
                geoShape := e_geoCircle,
                geoParms := {
                    radius := 500
                },
                pathHistory := PICS_RSU_PATH_HISTORY_RSU4
            } // End of PICS_RSU4
            
            /**
             * @desc Path history to approch the RSU
             */
            modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU4 := {};
            
        } // End of group rsu4
        
        /**
         * @desc RSU #5 - RSUs E
         * @remark Zone #8
         */
        group rsu5 {
            
            /**
             * @desc RSU GN address
             */
            modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU5 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
                mid                   := 'AABBCCDDEE05'O
            } // End of PICS_RSU_GN_ADDRESS_RSU5
            
            modulepar RsuParm PICS_RSU5 := {
                gnAddress := PICS_RSU_GN_ADDRESS_RSU5,
                longPosVector := {
                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU5,
                    timestamp_    := 0,
                    latitude      := 435838400,
                    longitude     := 103249780,
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111105,
                geoShape := e_geoCircle,
                geoParms := {
                    radius := 500
                },
                pathHistory := PICS_RSU_PATH_HISTORY_RSU5
            } // End of PICS_RSU5
            
            /**
             * @desc Path history to approch the RSU
             */
            modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU5 := {};
            
        } // End of group rsu5
        
        /**
         * @desc RSU #6 - RSUs F
         * @remark Zone #8
         */
        group rsu6 {
            
            /**
             * @desc RSU GN address
             */
            modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU6 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
                mid                   := 'AABBCCDDEE06'O
            } // End of PICS_RSU_GN_ADDRESS_RSU6
            
            modulepar RsuParm PICS_RSU6 := {
                gnAddress := PICS_RSU_GN_ADDRESS_RSU6,
                longPosVector := {
                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU6,
                    timestamp_    := 0,
                    latitude      := 435923480,
                    longitude     := 103375540,
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111106,
                geoShape := e_geoCircle,
                geoParms := {
                    radius := 500
                },
                pathHistory := PICS_RSU_PATH_HISTORY_RSU6
            } // End of PICS_RSU6
            
            /**
             * @desc Path history to approch the RSU
             */
            modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU6 := {};
            
        } // End of group rsu6
        
        /**
         * @desc RSU #7
         */
        group rsu7 {
            
            /**
             * @desc RSU GN address
             */
            modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU7 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
                mid                   := 'AABBCCDDEE07'O
            } // End of PICS_RSU_GN_ADDRESS_RSU7
            
            modulepar RsuParm PICS_RSU7 := {
                gnAddress := PICS_RSU_GN_ADDRESS_RSU7,
                longPosVector := {
                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU7,
                    timestamp_    := 0,
                    latitude      := 435550580,
                    longitude     := 103032980,
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111107,
                geoShape := e_geoCircle,
                geoParms := {
                    radius := 500
                },
                pathHistory := PICS_RSU_PATH_HISTORY_RSU7
            } // End of PICS_RSU7
            
            /**
             * @desc Path history to approch the RSU
             */
            modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU7 := {};
            
        } // End of group rsu7
        
        /**
         * @desc RSU #8
         */
        group rsu8 {
            
            /**
             * @desc RSU GN address
             */
            modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU8 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
                mid                   := 'AABBCCDDEE08'O
            } // End of PICS_RSU_GN_ADDRESS_RSU8
            
            modulepar RsuParm PICS_RSU8 := {
                gnAddress := PICS_RSU_GN_ADDRESS_RSU8,
                longPosVector := {
                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU8,
                    timestamp_    := 0,
                    latitude      := 435546630,
                    longitude     := 103041900,
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111108,
                geoShape := e_geoCircle,
                geoParms := {
                    radius := 500
                },
                pathHistory := PICS_RSU_PATH_HISTORY_RSU8
            } // End of PICS_RSU8
            
            /**
             * @desc Path history to approch the RSU
             */
            modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU8 := {};
            
        } // End of group rsu8
        
        /**
         * @desc RSU #9
         */
        group rsu9 {
            
            /**
             * @desc RSU GN address
             */
            modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU9 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
                mid                   := 'AABBCCDDEE09'O
            } // End of PICS_RSU_GN_ADDRESS_RSU9
            
            modulepar RsuParm PICS_RSU9 := {
                gnAddress := PICS_RSU_GN_ADDRESS_RSU9,
                longPosVector := {
                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU9,
                    timestamp_    := 0,
                    latitude      := 435541280,
                    longitude     := 103015780,
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111109,
                geoShape := e_geoCircle,
                geoParms := {
                    radius := 500
                },
                pathHistory := PICS_RSU_PATH_HISTORY_RSU9
            } // End of PICS_RSU9
            
            /**
             * @desc Path history to approch the RSU
             */
            modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU9 := {};
            
        } // End of group rsu9
        
        /**
         * @desc RSU #10
         */
        group rsu10 {
            
            /**
             * @desc RSU GN address
             */
            modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU10 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
                mid                   := 'AABBCCDDEE0A'O
            } // End of PICS_RSU_GN_ADDRESS_RSU10
            
            modulepar RsuParm PICS_RSU10 := {
                gnAddress := PICS_RSU_GN_ADDRESS_RSU10,
                longPosVector := {
                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU10,
                    timestamp_    := 0,
                    latitude      := 435535520,
                    longitude     := 103010390,
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111110,
                geoShape := e_geoCircle,
                geoParms := {
                    radius := 500
                },
                pathHistory := PICS_RSU_PATH_HISTORY_RSU10
            } // End of PICS_RSU10
            
            /**
             * @desc Path history to approch the RSU
             */
            modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU10 := {};
            
        } // End of group rsu10
        
        /**
         * @desc RSU #11
         */
        group rsu11 {
            
            /**
             * @desc RSU GN address
             */
            modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU11 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
                mid                   := 'AABBCCDDEE0B'O
            } // End of PICS_RSU_GN_ADDRESS_RSU11
            
            modulepar RsuParm PICS_RSU11 := {
                gnAddress := PICS_RSU_GN_ADDRESS_RSU11,
                longPosVector := {
                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU11,
                    timestamp_    := 0,
                    latitude      := 435528780,
                    longitude     := 103008650,
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111111,
                geoShape := e_geoCircle,
                geoParms := {
                    radius := 500
                },
                pathHistory := PICS_RSU_PATH_HISTORY_RSU11
            } // End of PICS_RSU11
            
            /**
             * @desc Path history to approch the RSU
             */
            modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU11 := {};
            
        } // End of group rsu11
        
        /**
         * @desc RSU #12
         */
        group rsu12 {
            
            /**
             * @desc RSU GN address
             */
            modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU12 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
                mid                   := 'AABBCCDDEE0C'O
            } // End of PICS_RSU_GN_ADDRESS_RSU12
            
            modulepar RsuParm PICS_RSU12 := {
                gnAddress := PICS_RSU_GN_ADDRESS_RSU12,
                longPosVector := {
                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU12,
                    timestamp_    := 0,
                    latitude      := 43553123,
                    longitude     := 10302479,
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111112,
                geoShape := e_geoCircle,
                geoParms := {
                    radius := 500
                },
                pathHistory := PICS_RSU_PATH_HISTORY_RSU12
            } // End of PICS_RSU12
            
            /**
             * @desc Path history to approch the RSU
             */
            modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU12 := {};
            
        } // End of group rsu12
garciay's avatar
garciay committed
        
        modulepar RsuParmList PICS_RSU_PARAMS := {
            PICS_RSU1,
            PICS_RSU2,
            PICS_RSU3,
            PICS_RSU4,
            PICS_RSU5,
            PICS_RSU6,
            PICS_RSU7,
            PICS_RSU8,
            PICS_RSU9,
            PICS_RSU10,
            PICS_RSU11,
            PICS_RSU12
garciay's avatar
garciay committed
        } // End of PICS_RSU_PARAMS
        
    } // End of group rsuParameters 
    
garciay's avatar
garciay committed
    /**
     * @desc This group describes the BEACON common settings for the RSUs CAM message broadcast
     */
    group beaconParams {
        
        /**
         * @desc Common settings
         */
        group beaconCommonSettings {
            
            modulepar UInt32 PICS_BEACON_ITS_AID                 := 38;
            
        } // End of group beaconCommonSettings
        
    } // End of group beaconParams
    
    /**
     * @desc This group describes the CAM common settings for the RSUs CAM message broadcast
     */
garciay's avatar
garciay committed
    group camParams {
        
garciay's avatar
garciay committed
            
            modulepar BtpPortId PICS_CAM_BTP_DESTINATION_PORT := 2001;
            
garciay's avatar
garciay committed
            modulepar BtpPortId PICS_CAM_BTP_SOURCE_PORT      := 0;
            modulepar UInt32 PICS_CAM_ITS_AID                 := 36;
            
garciay's avatar
garciay committed
        group camUseCase6 {
garciay's avatar
garciay committed
            group camUseCase6SyncLocation {
                
                modulepar LongPosVector PICS_UC6_DETECTION_POINT := {
                    gnAddr := {
                        typeOfAddress         := e_manual,
                        stationType           := e_unknown,
                        stationCountryCode    := 0,
                        mid                   := '000000000000'O
                    },
                    timestamp_                                    := 0,
                    latitude                                      := 433310000,
                    longitude                                     := 101803000,
garciay's avatar
garciay committed
                    pai                                           := '0'B,
                    speed                                         := 0,
                    heading                                       := 0
                } // End of PICS_UC6_DETECTION_POINT
garciay's avatar
garciay committed
                
                /**
                 * @desc Maximum synchronisation area to start sending CAM
                 */
                modulepar float PICS_UC6_DETECTION_DISTANCE := 11.0;
            
                /**
                 * @desc Maximum synchronisation area to start sending CAM
                 */
                modulepar float PICS_UC6_DETECTION_EPSILLON := 0.01;
garciay's avatar
garciay committed
            } // End of group camUseCase6SyncLocation 
            
            group camUseCase6VehicleDescription {
                
                modulepar LongPosVector PICS_UC6_VEHICLE_POSITION := {
                    gnAddr := {
                        typeOfAddress         := e_manual,
                        stationType           := e_passengerCar,
                        stationCountryCode    := 33,
                        mid                   := 'AABBCCDDEEFF'O
                    },
                    timestamp_                                    := 0,
                    latitude                                      := 0,
                    longitude                                     := 0,
                    pai                                           := '0'B,
                    speed                                         := 30,
                    heading                                       := 0
                } // End of PICS_UC6_VEHICLE_POSITION
garciay's avatar
garciay committed
                
                modulepar GeoArea PICS_UC6_VEHICLE_GEOAREA := {
                    shape := e_geoElip,
                    area := {
                        geoAreaPosLatitude                        := 0,
                        geoAreaPosLongitude                       := 0,
                        distanceA                                 := 5,
                        distanceB                                 := 3,
                        angle                                     := 0
                    }
                } // End of PICS_UC6_VEHICLE_GEOAREA
garciay's avatar
garciay committed
                
            } // End of group camUseCase6VehicleDescription 
            
            modulepar Usecase6VehiclePositions PICS_USECASE6_VEHICLE_POSITIONS := {
                { // UC-Z1-P0
                    latitude                                    := 43551930,
                    longitude                                   := 10300440,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P1
                    latitude                                    := 43551930,
                    longitude                                   := 10300440,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P2
                    latitude                                    := 43551930,
                    longitude                                   := 10300440,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P3
                    latitude                                    := 43551940,
                    longitude                                   := 10300440,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P5
                    latitude                                    := 43551940,
                    longitude                                   := 10300430,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P5
                    latitude                                    := 43551940,
                    longitude                                   := 10300430,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P6
                    latitude                                    := 43551950,
                    longitude                                   := 10300430,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P7
                    latitude                                    := 43551950,
                    longitude                                   := 10300420,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P8
                    latitude                                    := 43551950,
                    longitude                                   := 10300420,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P9
                    latitude                                    := 43551960,
                    longitude                                   := 10300410,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P10
                    latitude                                    := 43551960,
                    longitude                                   := 10300410,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P11
                    latitude                                    := 43551970,
                    longitude                                   := 10300400,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P12
                    latitude                                    := 43551970,
                    longitude                                   := 10300390,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P13
                    latitude                                    := 43551980,
                    longitude                                   := 10300380,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P14
                    latitude                                    := 43551990,
                    longitude                                   := 10300370,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P15
                    latitude                                    := 43552000,
                    longitude                                   := 10300360,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P16
                    latitude                                    := 43552000,
                    longitude                                   := 10300360,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P17
                    latitude                                    := 43552010,
                    longitude                                   := 10300340,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P18
                    latitude                                    := 43552020,
                    longitude                                   := 10300330,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P19
                    latitude                                    := 43552030,
                    longitude                                   := 10300320,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P20
                    latitude                                    := 43552040,
                    longitude                                   := 10300310,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P21
                    latitude                                    := 43552050,
                    longitude                                   := 10300300,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P22
                    latitude                                    := 43552060,
                    longitude                                   := 10300280,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P23
                    latitude                                    := 43552070,
                    longitude                                   := 10300270,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P24
                    latitude                                    := 43552080,
                    longitude                                   := 10300260,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P25
                    latitude                                    := 43552100,
                    longitude                                   := 10300240,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P26
                    latitude                                    := 43552110,
                    longitude                                   := 10300230,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
                        semiMajorOrientation  := HeadingValue_wgs84North_
                    },
                    altitude                                    := {
                        altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                        altitudeConfidence := unavailable
                    }
                },
                { // UC-Z1-P27
                    latitude                                    := 43552120,
                    longitude                                   := 10300210,
                    positionConfidenceEllipse                   := {
                        semiMajorConfidence   := SemiAxisLength_oneCentimeter_,