ItsRSUsSimulator_Pics.ttcn 288 KB
Newer Older
garciay's avatar
garciay committed
1
2
3
4
5
6
7
8
9
10
11
12
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
13
    import from IVI language "ASN.1:1997" all;
garciay's avatar
garciay committed
14
15
    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
16
17
    import from DSRC language "ASN.1:1997" all;
    import from ElectronicRegistrationIdentificationVehicleDataModule language "ASN.1:1997" all;
garciay's avatar
garciay committed
18
19
20
21
22
23
24
25
    
    // LibItsBtp
    import from LibItsBtp_TypesAndValues all;
    import from LibItsBtp_Templates all;
    
    // LibItsGeoNetworking
    import from LibItsGeoNetworking_TypesAndValues all;
    
garciay's avatar
garciay committed
26
27
28
    // LibItsSecurity
    import from LibItsSecurity_TypesAndValues all;
    
garciay's avatar
garciay committed
29
30
31
    // ItsRSUsSimulator
    import from ItsRSUsSimulator_TypesAndValues all;
    
32
33
34
    /**
     * @desc This group describes the RSUs installed on the track
     */
garciay's avatar
garciay committed
35
36
    group rsuParameters {
        
37
        /**
38
39
         * @desc RSU #1 - RSUs A
         * @remark Zone #1
40
         */
garciay's avatar
garciay committed
41
42
43
44
45
46
47
48
49
        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
50
                mid                   := '000ACCDDEE01'O
garciay's avatar
garciay committed
51
52
            } // End of PICS_RSU_GN_ADDRESS_RSU1
            
53
            modulepar RsuParm PICS_RSU1 := {
garciay's avatar
garciay committed
54
55
56
                longPosVector := {
                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU1,
                    timestamp_    := 0,
57
58
                    latitude      := 435529150,
                    longitude     := 103010520,
garciay's avatar
garciay committed
59
60
61
62
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
63
                stationID := 1111101,
garciay's avatar
garciay committed
64
65
                stationType := StationType_roadSideUnit_,
                vehicleRole := roadOperator,
garciay's avatar
garciay committed
66
67
                geoShape := e_geoCircle,
                geoParms := {
68
                    radius := 5000
garciay's avatar
garciay committed
69
70
                },
                pathHistory := PICS_RSU_PATH_HISTORY_RSU1
71
            } // End of PICS_RSU1
garciay's avatar
garciay committed
72
73
74
75
76
77
78
79
            
            /**
             * @desc Path history to approch the RSU
             */
            modulepar PathHistory PICS_RSU_PATH_HISTORY_RSU1 := {};
            
        } // End of group rsu1
        
80
        /**
81
82
         * @desc RSU #2 - RSUs B
         * @remark Zone #2
83
         */
garciay's avatar
garciay committed
84
        group rsu2 {
85
86
87
88
89
90
91
92
            
            /**
             * @desc RSU GN address
             */
            modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU2 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
garciay's avatar
garciay committed
93
                mid                   := '000ACCDDEE02'O
94
95
96
97
98
99
            } // End of PICS_RSU_GN_ADDRESS_RSU2
            
            modulepar RsuParm PICS_RSU2 := {
                longPosVector := {
                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU2,
                    timestamp_    := 0,
100
101
                    latitude      := 435512090,
                    longitude     := 103002510,
102
103
104
105
106
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111102,
garciay's avatar
garciay committed
107
108
                stationType := StationType_roadSideUnit_,
                vehicleRole := roadOperator,
109
110
                geoShape := e_geoCircle,
                geoParms := {
111
                    radius := 5000
112
113
114
115
116
117
118
119
120
121
122
123
                },
                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
        
        /**
124
125
         * @desc RSU #3 - RSUs C
         * @remark Zone #3
126
127
128
129
130
131
132
133
134
135
         */
        group rsu3 {
            
            /**
             * @desc RSU GN address
             */
            modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU3 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
garciay's avatar
garciay committed
136
                mid                   := '000ACCDDEE03'O
137
138
139
140
141
142
            } // End of PICS_RSU_GN_ADDRESS_RSU3
            
            modulepar RsuParm PICS_RSU3 := {
                longPosVector := {
                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU3,
                    timestamp_    := 0,
143
144
                    latitude      := 435546630,
                    longitude     := 103041900,
145
146
147
148
149
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111103,
garciay's avatar
garciay committed
150
151
                stationType := StationType_roadSideUnit_,
                vehicleRole := roadOperator,
152
153
                geoShape := e_geoCircle,
                geoParms := {
154
                    radius := 5000
155
156
157
158
159
160
161
162
163
164
165
166
                },
                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
        
        /**
167
168
         * @desc RSU #4 - RSUs D
         * @remark Zone #5
169
170
171
172
173
174
175
176
177
178
         */
        group rsu4 {
            
            /**
             * @desc RSU GN address
             */
            modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU4 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
garciay's avatar
garciay committed
179
                mid                   := '000ACCDDEE04'O
180
181
182
183
184
185
            } // End of PICS_RSU_GN_ADDRESS_RSU4
            
            modulepar RsuParm PICS_RSU4 := {
                longPosVector := {
                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU4,
                    timestamp_    := 0,
186
187
                    latitude      := 435582150,
                    longitude     := 103065170,
188
189
190
191
192
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111104,
garciay's avatar
garciay committed
193
194
                stationType := StationType_roadSideUnit_,
                vehicleRole := roadOperator,
195
196
                geoShape := e_geoCircle,
                geoParms := {
197
                    radius := 5000
198
199
200
201
202
203
204
205
206
207
208
209
                },
                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
        
        /**
210
211
         * @desc RSU #5 - RSUs E
         * @remark Zone #8
212
213
214
215
216
217
218
219
220
221
         */
        group rsu5 {
            
            /**
             * @desc RSU GN address
             */
            modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU5 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
garciay's avatar
garciay committed
222
                mid                   := '000ACCDDEE05'O
223
224
225
226
227
228
            } // End of PICS_RSU_GN_ADDRESS_RSU5
            
            modulepar RsuParm PICS_RSU5 := {
                longPosVector := {
                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU5,
                    timestamp_    := 0,
229
230
                    latitude      := 435838400,
                    longitude     := 103249780,
231
232
233
234
235
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111105,
garciay's avatar
garciay committed
236
237
                stationType := StationType_roadSideUnit_,
                vehicleRole := roadOperator,
238
239
                geoShape := e_geoCircle,
                geoParms := {
240
                    radius := 5000
241
242
243
244
245
246
247
248
249
250
251
252
                },
                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
        
        /**
253
254
         * @desc RSU #6 - RSUs F
         * @remark Zone #8
255
256
257
258
259
260
261
262
263
264
         */
        group rsu6 {
            
            /**
             * @desc RSU GN address
             */
            modulepar GN_Address PICS_RSU_GN_ADDRESS_RSU6 := {
                typeOfAddress         := e_manual,
                stationType           := e_roadSideUnit,
                stationCountryCode    := 33,
garciay's avatar
garciay committed
265
                mid                   := '000ACCDDEE06'O
266
267
268
269
270
271
            } // End of PICS_RSU_GN_ADDRESS_RSU6
            
            modulepar RsuParm PICS_RSU6 := {
                longPosVector := {
                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU6,
                    timestamp_    := 0,
272
273
                    latitude      := 435923480,
                    longitude     := 103375540,
274
275
276
277
278
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111106,
garciay's avatar
garciay committed
279
280
                stationType := StationType_roadSideUnit_,
                vehicleRole := roadOperator,
281
282
                geoShape := e_geoCircle,
                geoParms := {
283
                    radius := 5000
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
                },
                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,
garciay's avatar
garciay committed
307
                mid                   := '000ACCDDEE07'O
308
309
310
311
312
313
            } // End of PICS_RSU_GN_ADDRESS_RSU7
            
            modulepar RsuParm PICS_RSU7 := {
                longPosVector := {
                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU7,
                    timestamp_    := 0,
314
315
                    latitude      := 435550580,
                    longitude     := 103032980,
316
317
318
319
320
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111107,
garciay's avatar
garciay committed
321
322
                stationType := StationType_roadSideUnit_,
                vehicleRole := roadOperator,
323
324
                geoShape := e_geoCircle,
                geoParms := {
325
                    radius := 5000
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
                },
                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,
garciay's avatar
garciay committed
349
                mid                   := '000ACCDDEE08'O
350
351
352
353
354
355
            } // End of PICS_RSU_GN_ADDRESS_RSU8
            
            modulepar RsuParm PICS_RSU8 := {
                longPosVector := {
                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU8,
                    timestamp_    := 0,
356
357
                    latitude      := 435546630,
                    longitude     := 103041900,
358
359
360
361
362
                    pai           := '0'B,
                    speed         := 0,
                    heading       := 0
                },
                stationID := 1111108,
garciay's avatar
garciay committed
363
364
                stationType := StationType_roadSideUnit_,
                vehicleRole := roadOperator,
365
366
                geoShape := e_geoCircle,
                geoParms := {
367
                    radius := 5000
368
369
370
371
372
373
374
375
376
377
                },
                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
garciay's avatar
garciay committed
378
                
garciay's avatar
garciay committed
379
        modulepar RsuParmList PICS_RSU_PARAMS := {
380
381
382
383
384
385
386
            PICS_RSU1,
            PICS_RSU2,
            PICS_RSU3,
            PICS_RSU4,
            PICS_RSU5,
            PICS_RSU6,
            PICS_RSU7,
garciay's avatar
garciay committed
387
            PICS_RSU8
garciay's avatar
garciay committed
388
389
390
391
        } // End of PICS_RSU_PARAMS
        
    } // End of group rsuParameters 
    
garciay's avatar
garciay committed
392
393
394
395
396
397
398
399
400
401
    /**
     * @desc This group describes the BEACON common settings for the RSUs CAM message broadcast
     */
    group beaconParams {
        
        /**
         * @desc Common settings
         */
        group beaconCommonSettings {
            
garciay's avatar
garciay committed
402
            modulepar UInt32 PICS_BEACON_ITS_AID                 := 141;
garciay's avatar
garciay committed
403
404
405
406
407
            
        } // End of group beaconCommonSettings
        
    } // End of group beaconParams
    
408
409
410
    /**
     * @desc This group describes the CAM common settings for the RSUs CAM message broadcast
     */
garciay's avatar
garciay committed
411
412
    group camParams {
        
413
414
415
416
        /**
         * @desc Common settings
         */
        group camCommonSettings {
garciay's avatar
garciay committed
417
418
419
            
            modulepar BtpPortId PICS_CAM_BTP_DESTINATION_PORT := 2001;
            
garciay's avatar
garciay committed
420
            modulepar BtpPortId PICS_CAM_BTP_SOURCE_PORT      := 0;
garciay's avatar
garciay committed
421
            
422
423
            modulepar UInt32 PICS_CAM_ITS_AID                 := 36;
            
424
        } // End of group camCommonSettings
garciay's avatar
garciay committed
425
        
garciay's avatar
garciay committed
426
        group camUseCase6 {
427
            
garciay's avatar
garciay committed
428
            group camUseCase6VehicleTemplateDescription {
garciay's avatar
garciay committed
429
                
garciay's avatar
garciay committed
430
                modulepar LongPosVector PICS_UC6_VEHICLE_TEMPLATE_POSITION := {
garciay's avatar
garciay committed
431
432
433
434
                    gnAddr := {
                        typeOfAddress         := e_manual,
                        stationType           := e_passengerCar,
                        stationCountryCode    := 33,
garciay's avatar
garciay committed
435
                        mid                   := '000ACCDDEEFF'O
garciay's avatar
garciay committed
436
437
438
439
440
441
442
                    },
                    timestamp_                                    := 0,
                    latitude                                      := 0,
                    longitude                                     := 0,
                    pai                                           := '0'B,
                    speed                                         := 30,
                    heading                                       := 0
443
                } // End of PICS_UC6_VEHICLE_POSITION
garciay's avatar
garciay committed
444
                
garciay's avatar
garciay committed
445
                modulepar GeoArea PICS_UC6_VEHICLE_TEMPLATE_GEOAREA := {
garciay's avatar
garciay committed
446
447
448
449
450
451
452
453
                    shape := e_geoElip,
                    area := {
                        geoAreaPosLatitude                        := 0,
                        geoAreaPosLongitude                       := 0,
                        distanceA                                 := 5,
                        distanceB                                 := 3,
                        angle                                     := 0
                    }
454
                } // End of PICS_UC6_VEHICLE_GEOAREA
garciay's avatar
garciay committed
455
456
457
                
            } // End of group camUseCase6VehicleDescription 
            
garciay's avatar
garciay committed
458
459
460
461
462
            group camUseCase6SyncLocation {
                
                /**
                 * @desc Coordinates of the collision point
                 */
garciay's avatar
garciay committed
463
464
465
466
                modulepar ThreeDLocation PICS_UC6_COLLISION_POINT := {
                    latitude                                      := 435522970,
                    longitude                                     := 103000170,
                    elevation                                     := '0000'O
garciay's avatar
garciay committed
467
468
469
470
471
472
473
                } // End of PICS_UC6_COLLISION_POINT
                
                /**
                 * @desc Vehicle detection area
                 */
                modulepar RectangularRegion PICS_UC6_CAM_DETECTION_AREA := {
                    northwest := {
garciay's avatar
garciay committed
474
475
                        latitude                                      := 435529170,
                        longitude                                     := 102998330
garciay's avatar
garciay committed
476
477
                    },
                    southeast := {
garciay's avatar
garciay committed
478
479
                        latitude                                      := 435522420,
                        longitude                                     := 103011400
garciay's avatar
garciay committed
480
481
482
483
484
                    }
                } // End of PICS_UC6_CAM_DETECTION_AREA
                
            } // End of group camUseCase6SyncLocation 
            
garciay's avatar
garciay committed
485
        } // End of group camUseCase6
486
        
garciay's avatar
garciay committed
487
488
489
490
491
492
493
494
495
        group camUseCase7 {
            
            /**
             * @desc RSU GN address
             */
            modulepar GN_Address PICS_UC7_GN_ADDRESS := {
                typeOfAddress                               := e_manual,
                stationType                                 := e_bus,
                stationCountryCode                          := 39,
garciay's avatar
garciay committed
496
                mid                                         := '001C6B0DEEEE'O
garciay's avatar
garciay committed
497
498
499
500
            } // End of PICS_UC7_GN_ADDRESS
            
            modulepar RsuParm PICS_UC7_LPV := {
                longPosVector := {
garciay's avatar
garciay committed
501
                    gnAddr                                  := PICS_UC7_GN_ADDRESS,
garciay's avatar
garciay committed
502
503
504
505
506
507
508
                    timestamp_                              := 0,
                    latitude                                := 435582150,
                    longitude                               := 103065170,
                    pai                                     := '0'B,
                    speed                                   := 0,
                    heading                                 := 10
                },
garciay's avatar
garciay committed
509
510
511
                stationID                                   := 7895,
                stationType := StationType_passengerCar_,
                vehicleRole := taxi,
garciay's avatar
garciay committed
512
513
514
515
516
517
518
519
520
521
522
                geoShape                                    := e_geoCircle,
                geoParms := {
                    radius                                  := 300
                },
                pathHistory                                 := {}
            } // End of PICS_UC7_LPV
            
            modulepar ReferencePosition PICS_UC7_COLLISION_POINT := {
                latitude                                    := 435582150,
                longitude                                   := 103065170,
                positionConfidenceEllipse                   := {
garciay's avatar
garciay committed
523
524
                    semiMajorConfidence   := 100,
                    semiMinorConfidence   := 100,
garciay's avatar
garciay committed
525
526
527
528
529
530
                    semiMajorOrientation  := HeadingValue_wgs84North_
                },
                altitude                                    := {
                    altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                    altitudeConfidence := unavailable
                }
garciay's avatar
garciay committed
531
            } // End of PICS_UC7_COLLISION_POINT
garciay's avatar
garciay committed
532
533
534
            
        } // End of group camUseCase7
        
535
536
537
538
539
        group camUseCase9 {
            
            modulepar ProtectedCommunicationZone PICS_USECASE9_PCZ_1 := {
                protectedZoneType        := cenDsrcTolling,
                expiryTime               := omit,
540
541
542
                protectedZoneLatitude    := 435838400,
                protectedZoneLongitude   := 103249780,
                protectedZoneRadius      := 255,
543
544
545
546
547
548
549
                protectedZoneID          := 1
            } // End of PICS_USECASE9_PCZ_1
            
            modulepar ProtectedCommunicationZonesRSU PICS_USECASE9_PCZ := {
                PICS_USECASE9_PCZ_1
            } // End of PICS_USECASE9_PCZ
            
garciay's avatar
garciay committed
550
        } // End of group camUseCase7
551
        
garciay's avatar
garciay committed
552
    } // End of group camParams 
garciay's avatar
garciay committed
553
    
554
555
556
    /**
     * @desc This group describes the DENM common settings for the each use cases and for each RSU.
     */
garciay's avatar
garciay committed
557
558
    group denmEvents {
        
559
560
561
562
        /**
         * @desc Common settings
         */
        group denmCommonSettings {
garciay's avatar
garciay committed
563
564
565
            
            modulepar BtpPortId PICS_DENM_BTP_DESTINATION_PORT := 2002;
            
garciay's avatar
garciay committed
566
            modulepar BtpPortId PICS_DENM_BTP_SOURCE_PORT      := 0;
garciay's avatar
garciay committed
567
            
568
569
            modulepar UInt32 PICS_DENM_ITS_AID                 := 37;
            
garciay's avatar
garciay committed
570
            modulepar PosConfidenceEllipse PICS_DENM_POSITION_CONFIDENCE_ELLIPSE := {
571
572
                semiMajorConfidence   := 100,
                semiMinorConfidence   := 100,
garciay's avatar
garciay committed
573
574
575
576
577
578
579
580
                semiMajorOrientation  := HeadingValue_wgs84North_
            } // End of PICS_DENM_POSITION_CONFIDENCE_ELLIPSE
            
            modulepar Altitude PICS_DENM_ALTITUDE := {
                altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
                altitudeConfidence := unavailable
            } // End of PICS_DENM_ALTITUDE
            
581
582
583
584
585
            /**
             * @desc DENM repetition interval, in ms
             */
            modulepar TransmissionInterval PICS_DENM_REPETITION_INTERVAL := 1000;
            
586
587
588
            /**
             * @desc DENM RelevanceDistance
             */
589
            modulepar RelevanceDistance PICS_DENM_RELEVANCE_DISTANCE := lessThan200m;
590
            
591
592
593
594
595
            /**
             * @desc DENM ValidityDuration
             */
            modulepar ValidityDuration PICS_DENM_VALIDITY_DURATION := 90 * 60; // 90 minutes
            
596
597
598
599
600
            /**
             * @desc DENM RelevanceTrafficDirection
             */
            modulepar RelevanceTrafficDirection PICS_DENM_RELEVANCE_TRAFFIC_DIRECTION := upstreamTraffic;
            
601
        } // End of group denmCommonSettings
garciay's avatar
garciay committed
602
        
603
604
605
606
607
608
609
610
611
612
        /**
         * @desc Use case #1: Z1-D1-SL/Speed limit
         */
        group denmUseCase1 {
            
            /**
             * @desc Use case #1: Z1-D1-EP/Event position
             */
            group denmZone1 {
                
613
614
                modulepar SpeedLimit PICS_SPEED_LIMIT := 30;
                
615
616
                group denmZone1_D1 {
                    
617
618
619
620
                    /**
                     * @desc Z1-D1-EP/POS0
                     */
                    modulepar DeltaReferencePosition PICS_Z1_D1_POS0 := {
garciay's avatar
garciay committed
621
622
                        deltaLatitude                       := 2616,
                        deltaLongitude                      := 4067,
623
624
625
                        deltaAltitude                       := 0
                    }; // End of PICS_Z1_D1_POS0
                    
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
                    /**
                     * @desc Z1-D1-EP/POS1
                     */
                    modulepar ReferencePosition PICS_Z1_D1_EP := {
                        latitude                                    := 435525352,                               // Z1-D1-EP/latitude
                        longitude                                   := 103003415,                               // Z1-D1-EP/longitude
                        positionConfidenceEllipse                   := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := PICS_DENM_ALTITUDE
                    }; // End of PICS_Z1_D1_EP
                    
                    /**
                     * @desc Z1-D1-EP/EventHistory1
                     */
                    modulepar EventHistory PICS_Z1_D1_Hx := { 
                        { // Z1_D1_H1
                            eventPosition := {
                                deltaLatitude                       := -2546,
                                deltaLongitude                      := -3697,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
garciay's avatar
garciay committed
648
                        },
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
                        { // Z1_D1_H2
                            eventPosition := {
                                deltaLatitude                       := -3699,
                                deltaLongitude                      := -5788,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        }
                    }; // End of PICS_Z1_D1_Hx
                    
                    /**
                     * @desc Z1-D1-Traces/Trace1
                     */
                    modulepar Traces PICS_Z1_D1_Tx := {
                        {
665
666
667
668
669
670
671
                            { // Z1-D1-T1
                                pathPosition := {
                                    deltaLatitude                       := 4659,
                                    deltaLongitude                      := 7205,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
672
                            },
673
674
675
676
677
678
679
                            { // Z1-D1-T2
                                pathPosition := {
                                    deltaLatitude                       := 510,
                                    deltaLongitude                      := 720,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
680
                            },
681
682
683
684
685
686
687
                            { // Z1-D1-T3
                                pathPosition := {
                                    deltaLatitude                       := 208,
                                    deltaLongitude                      := 531,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
688
                            },
689
690
691
692
693
694
695
                            { // Z1-D1-T4
                                pathPosition := {
                                    deltaLatitude                       := 154,
                                    deltaLongitude                      := 409,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
696
                            },
697
698
699
700
701
702
703
704
                            { // Z1-D1-T5
                                pathPosition := {
                                    deltaLatitude                       := 160,
                                    deltaLongitude                      := 1041,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            }
705
706
707
708
709
710
711
712
713
                        }
                    }; // End of PICS_Z1_D1_Tx
                    
                    modulepar DenmParm PICS_Z1_D1 := {
                        eventPosition                               := PICS_Z1_D1_EP,
                        causeCodeType                               := CauseCodeType_roadworks_,
                        eventHistory                                := PICS_Z1_D1_Hx,
                        traces                                      := PICS_Z1_D1_Tx,
                        roadWorksContainerExtended := {
garciay's avatar
garciay committed
714
                            lightBarSirenInUse                      := omit,
715
716
                            closedLanes := {
                                hardShoulderStatus                  := availableForDriving,
garciay's avatar
garciay committed
717
                                drivingLaneStatus                   := '0001'B
718
719
                            },
                            restriction                             := omit,
720
                            speedLimit                              := PICS_SPEED_LIMIT,
721
722
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
723
                            startingPointSpeedLimit                 := PICS_Z1_D1_POS0,
garciay's avatar
garciay committed
724
                            trafficFlowRule                         := passToRight,
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
                            referenceDenms                          := omit
                        }
                    } // End of PICS_Z1_D1
                    
                } // End of group denmZone1_D1
                
                group denmZone1_D2 {
                    
                    /**
                     * @desc Z1-D2-EP/POS2
                     */
                    modulepar ReferencePosition PICS_Z1_D2_EP := {
                        latitude                                    := 435519107,                               // Z1-D2-EP/latitude
                        longitude                                   := 102993930,                               // Z1-D2-EP/longitude
                        positionConfidenceEllipse                   := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := PICS_DENM_ALTITUDE
                    }; // End of PICS_Z1_D2_EP
                    
                    /**
                     * @desc Z1-D2-EP/EventHistory2
                     */
                    modulepar EventHistory PICS_Z1_D2_Hx := { 
                        { // Z1_D2_H1
                            eventPosition := {
                                deltaLatitude                       := -2750,
                                deltaLongitude                      := -4251,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
garciay's avatar
garciay committed
755
                        },
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
                        { // Z1_D2_H2
                            eventPosition := {
                                deltaLatitude                       := -2936,
                                deltaLongitude                      := -3641,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        }
                    }; // End of PICS_Z1_D2_Hx
                    
                    /**
                     * @desc Z1-D2-Traces/Trace2
                     */
                    modulepar Traces PICS_Z1_D2_Tx := {
                        {
772
773
774
775
776
777
778
                            { // Z1-D2-T1
                                pathPosition := {
                                    deltaLatitude                       := 3699,
                                    deltaLongitude                      := 5788,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
779
                            },
780
781
782
783
784
785
786
                            { // Z1-D2-T2
                                pathPosition := {
                                    deltaLatitude                       := 456,
                                    deltaLongitude                      := 598,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
787
                            },
788
789
790
791
792
793
794
                            { // Z1-D2-T3
                                pathPosition := {
                                    deltaLatitude                       := 450,
                                    deltaLongitude                      := 697,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
795
                            },
796
797
798
799
800
801
802
                            { // Z1-D2-T4
                                pathPosition := {
                                    deltaLatitude                       := 619,
                                    deltaLongitude                      := 963,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
803
                            },
804
805
806
807
808
809
810
811
                            { // Z1-D2-T5
                                pathPosition := {
                                    deltaLatitude                       := 510,
                                    deltaLongitude                      := 719,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            }
812
813
814
815
816
817
818
819
820
                        }
                    }; // End of PICS_Z1_D2_Tx
                    
                    modulepar DenmParm PICS_Z1_D2 := {
                        eventPosition                               := PICS_Z1_D2_EP,
                        causeCodeType                               := CauseCodeType_roadworks_,
                        eventHistory                                := PICS_Z1_D2_Hx,
                        traces                                      := PICS_Z1_D2_Tx,
                        roadWorksContainerExtended := {
garciay's avatar
garciay committed
821
                            lightBarSirenInUse                      := omit,
822
823
                            closedLanes := {
                                hardShoulderStatus                  := availableForDriving,
garciay's avatar
garciay committed
824
                                drivingLaneStatus                   := '0011'B
825
826
                            },
                            restriction                             := omit,
827
                            speedLimit                              := PICS_SPEED_LIMIT,
828
829
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
830
                            startingPointSpeedLimit                 := omit,
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
                            trafficFlowRule                         := passToRight,
                            referenceDenms                          := omit
                        }
                        
                    } // End of PICS_Z1_D2
                    
                } // End of group denmZone1_D2
                
                group denmZone1_D3 {
                    
                    /**
                     * @desc Z1-D3-EP/POS3
                     */
                    modulepar ReferencePosition PICS_Z1_D3_EP := {
                        latitude                                    := 435513421,                               // Z1-D3-EP/latitude
                        longitude                                   := 102986038,                               // Z1-D3-EP/longitude
                        positionConfidenceEllipse                   := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := PICS_DENM_ALTITUDE
                    }; // End of PICS_Z1_D3_EP
                    
                    /**
                     * @desc Z1-D3-EP/EventHistory1
                     */
                    modulepar EventHistory PICS_Z1_D3_Hx := { 
                        { // Z1_D3_H1
                            eventPosition := {
                                deltaLatitude                       := -1158,
                                deltaLongitude                      := -45,
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        },
                        { // Z1_D3_H2
                            eventPosition := {
                                deltaLatitude                       := -1299,
garciay's avatar
garciay committed
867
                                deltaLongitude                      := 819,
868
869
870
871
872
873
874
875
876
877
878
879
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        }
                    }; // End of PICS_Z1_D3_Hx
                    
                    /**
                     * @desc Z1-D3-Traces/Trace1
                     */
                    modulepar Traces PICS_Z1_D3_Tx := {
                        {
880
881
882
883
884
885
886
                            { // Z1-D3-T1
                                pathPosition := {
                                    deltaLatitude                       := 3435,
                                    deltaLongitude                      := 4483,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
887
                            },
888
889
890
891
892
893
894
                            { // Z1-D3-T2
                                pathPosition := {
                                    deltaLatitude                       := 626,
                                    deltaLongitude                      := 863,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
895
                            },
896
897
898
899
900
901
902
                            { // Z1-D3-T3
                                pathPosition := {
                                    deltaLatitude                       := 500,
                                    deltaLongitude                      := 541,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
903
                            },
904
905
906
907
908
909
910
911
                            { // Z1-D3-T4
                                pathPosition := {
                                    deltaLatitude                       := 564,
                                    deltaLongitude                      := 841,
                                    deltaAltitude                       := 0
                                },
                                pathDeltaTime                           := omit
                            }
912
913
914
915
916
917
918
919
920
921
922
923
                        }
                    }; // End of PICS_Z1_D3_Tx
                    
                    modulepar DenmParm PICS_Z1_D3 := {
                        eventPosition                               := PICS_Z1_D3_EP,
                        causeCodeType                               := CauseCodeType_roadworks_,
                        eventHistory                                := PICS_Z1_D3_Hx,
                        traces                                      := PICS_Z1_D3_Tx,
                        roadWorksContainerExtended := {
                            lightBarSirenInUse                      := omit,
                            closedLanes := {
                                hardShoulderStatus                  := closed,
garciay's avatar
garciay committed
924
                                drivingLaneStatus                   := '0100'B
925
926
                            },
                            restriction                             := omit,
927
                            speedLimit                              := PICS_SPEED_LIMIT,
928
929
930
931
932
933
934
                            incidentIndication                      := omit,
                            recommendedPath                         := omit,
                            startingPointSpeedLimit := {
                                deltaLatitude                       := 0,
                                deltaLongitude                      := 0,
                                deltaAltitude                       := 0
                            },
garciay's avatar
garciay committed
935
936
937
                            trafficFlowRule                         := passToLeft,
                            referenceDenms                          := {
                            }
938
939
940
941
942
943
944
                        }
                        
                    } // End of PICS_Z1_D3
                    
                } // End of denmZone1_D3
                
            } // End of group denmZone1 
garciay's avatar
garciay committed
945
            
946
947
948
949
            group denmZone2 {
                
                group denmZone2_D1 {
                    
950
951
952
953
                    /**
                     * @desc Z2-D1-EP/POS0
                     */
                    modulepar DeltaReferencePosition PICS_Z2_D1_POS0 := {
garciay's avatar
garciay committed
954
955
                        deltaLatitude                       := -676,
                        deltaLongitude                      := -6542,
956
957
958
                        deltaAltitude                       := 0
                    }; // End of PICS_Z2_D1_POS0
                    
959
960
961
962
                    /**
                     * @desc Z2-D1-EP/POS1
                     */
                    modulepar ReferencePosition PICS_Z2_D1_EP := {
963
964
                        latitude                                    := 435512286,                               // Z2-D1-EP/latitude
                        longitude                                   := 102999675,                               // Z2-D1-EP/longitude
965
966
967
968
969
970
971
972
973
974
                        positionConfidenceEllipse                   := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
                        altitude                                    := PICS_DENM_ALTITUDE
                    }; // End of PICS_Z2_D1_EP
                    
                    /**
                     * @desc Z2-D1-EP/EventHistory1
                     */
                    modulepar EventHistory PICS_Z2_D1_Hx := { 
                        { // Z2_D1_H1
                            eventPosition := {
975
976
                                deltaLatitude                       := 718,
                                deltaLongitude                      := 7406,
977
978
979
980
981
982
983
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        },
                        { // Z2_D1_H2
                            eventPosition := {
984
985
                                deltaLatitude                       := 577,
                                deltaLongitude                      := 5717,
986
987
988
989
990
991
992
993
994
995
996
997
                                deltaAltitude                       := 0
                            },
                            eventDeltaTime                          := omit,
                            informationQuality                      := 0
                        }
                    }; // End of PICS_Z2_D1_Hx
                    
                    /**
                     * @desc Z2-D1-Traces/Trace1
                     */
                    modulepar Traces PICS_Z2_D1_Tx := {
                        {
998
999
                            { // Z2-D1-T1
                                pathPosition := {
garciay's avatar
garciay committed
1000
                                    deltaLatitude                       := -1377,
For faster browsing, not all history is shown. View entire blame