titanization.patch 518 KB
Newer Older
garciay's avatar
garciay committed
Index: AtsCAM/ItsCam_TpFunctions.ttcn
===================================================================
garciay's avatar
garciay committed
--- AtsCAM/ItsCam_TpFunctions.ttcn	(revision 2630)
garciay's avatar
garciay committed
+++ AtsCAM/ItsCam_TpFunctions.ttcn	(working copy)
@@ -26,6 +26,7 @@
     import from LibItsCommon_Templates all;
     import from LibItsCommon_Functions all;
     import from LibItsCommon_Pixits all;
+    import from LibItsCommon_ASN1_NamedNumbers all;
     
     // LibItsCam
     import from LibItsCam_TestSystem all;
garciay's avatar
garciay committed
@@ -401,7 +402,7 @@
                     }
                     
                     for (v_cnt:=0; v_cnt<lengthof(p_utTriggers); v_cnt:=v_cnt+1) {
-                        f_utTriggerEvent(p_utTriggers[v_cnt]);
+                        f_utTriggerEvent(valueof(p_utTriggers[v_cnt]));
                         
                         tc_ac.start;
                         alt {
@@ -557,7 +558,9 @@
                     f_CAM_MSD_INA_BV_01(
                         "Brake pedal being deactivated", 
                         { m_setAccelerationControlStatus(AccelerationControl_brakePedalEngaged_), m_setAccelerationControlStatus(c_accCtrlIdle) },
-                        { mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_brakePedalActive_On)), mw_camMsg_HF_BV(mw_HF_BV_accCtrl((omit, mw_brakePedalActive_Off))) }
+//FIXME RGY omit has been disallowed in value lists (see $B.1.2.1 of the standad), ifpresent shall be used instead
+//                        { mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_brakePedalActive_On)), mw_camMsg_HF_BV(mw_HF_BV_accCtrl((omit, mw_brakePedalActive_Off))) }
+                        { mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_brakePedalActive_On)), mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_brakePedalActive_Off ifpresent)) }
                     );
                     
                     // Postamble
@@ -629,7 +632,9 @@
                     f_CAM_MSD_INA_BV_01(
                         "Gas pedal being deactivated", 
                         { m_setAccelerationControlStatus(AccelerationControl_gasPedalEngaged_), m_setAccelerationControlStatus(c_accCtrlIdle) },
-                        { mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_gasPedalActive_On)), mw_camMsg_HF_BV(mw_HF_BV_accCtrl((omit, mw_gasPedalActive_Off))) }
+//FIXME RGY omit has been disallowed in value lists (see $B.1.2.1 of the standad), ifpresent shall be used instead
+//                        { mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_gasPedalActive_On)), mw_camMsg_HF_BV(mw_HF_BV_accCtrl((omit, mw_gasPedalActive_Off))) }
+                        { mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_gasPedalActive_On)), mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_gasPedalActive_Off ifpresent)) }
                     );
                     
                     // Postamble
@@ -701,7 +706,9 @@
                     f_CAM_MSD_INA_BV_01(
                         "Emergency brake being deactivated", 
                         { m_setAccelerationControlStatus(AccelerationControl_emergencyBrakeEngaged_), m_setAccelerationControlStatus(c_accCtrlIdle) },
-                        { mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_emergencyBrakeActive_On)), mw_camMsg_HF_BV(mw_HF_BV_accCtrl((omit, mw_emergencyBrakeActive_Off))) }
+//FIXME RGY omit has been disallowed in value lists (see $B.1.2.1 of the standad), ifpresent shall be used instead
+//                        { mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_emergencyBrakeActive_On)), mw_camMsg_HF_BV(mw_HF_BV_accCtrl((omit, mw_emergencyBrakeActive_Off))) }
+                        { mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_emergencyBrakeActive_On)), mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_emergencyBrakeActive_Off ifpresent)) }
                     );
                     
                     // Postamble
@@ -773,7 +780,9 @@
                     f_CAM_MSD_INA_BV_01(
                         "Collision warning being deactivated",
                         { m_setAccelerationControlStatus(AccelerationControl_collisionWarningEngaged_), m_setAccelerationControlStatus(c_accCtrlIdle) },
-                        { mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_collisionWarningActive_On)), mw_camMsg_HF_BV(mw_HF_BV_accCtrl((omit, mw_collisionWarningActive_Off))) }
+//FIXME RGY omit has been disallowed in value lists (see $B.1.2.1 of the standad), ifpresent shall be used instead
+//                        { mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_collisionWarningActive_On)), mw_camMsg_HF_BV(mw_HF_BV_accCtrl((omit, mw_collisionWarningActive_Off))) }
+                        { mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_collisionWarningActive_On)), mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_collisionWarningActive_Off ifpresent)) }
                     );
                     
                     // Postamble
@@ -845,7 +854,9 @@
                     f_CAM_MSD_INA_BV_01(
                         "ACC being deactivated",
                         { m_setAccelerationControlStatus(AccelerationControl_accEngaged_), m_setAccelerationControlStatus(c_accCtrlIdle) },
-                        { mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_accActive_On)), mw_camMsg_HF_BV(mw_HF_BV_accCtrl((omit, mw_accActive_Off))) }
+//FIXME RGY omit has been disallowed in value lists (see $B.1.2.1 of the standad), ifpresent shall be used instead
+//                        { mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_accActive_On)), mw_camMsg_HF_BV(mw_HF_BV_accCtrl((omit, mw_accActive_Off))) }
+                        { mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_accActive_On)), mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_accActive_Off ifpresent)) }
                     );
                     
                     // Postamble
@@ -917,7 +928,9 @@
                     f_CAM_MSD_INA_BV_01(
                         "Cruise control being deactivated",
                         { m_setAccelerationControlStatus(AccelerationControl_cruiseControlEngaged_), m_setAccelerationControlStatus(c_accCtrlIdle) },
-                        { mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_cruiseControl_On)), mw_camMsg_HF_BV(mw_HF_BV_accCtrl((omit, mw_cruiseControl_Off))) }
+//FIXME RGY omit has been disallowed in value lists (see $B.1.2.1 of the standad), ifpresent shall be used instead
+//                        { mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_cruiseControl_On)), mw_camMsg_HF_BV(mw_HF_BV_accCtrl((omit, mw_cruiseControl_Off))) }
+                        { mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_cruiseControl_On)), mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_cruiseControl_Off ifpresent)) }
                     );
                     
                     // Postamble
@@ -989,7 +1002,9 @@
                     f_CAM_MSD_INA_BV_01( 
                         "Speed limiter control being deactivated", 
                         { m_setAccelerationControlStatus(AccelerationControl_speedLimiterEngaged_), m_setAccelerationControlStatus(c_accCtrlIdle) },
-                        { mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_speedLimiterActive_On)), mw_camMsg_HF_BV(mw_HF_BV_accCtrl((omit, mw_speedLimiterActive_Off))) }
+//FIXME RGY omit has been disallowed in value lists (see $B.1.2.1 of the standad), ifpresent shall be used instead
+//                        { mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_speedLimiterActive_On)), mw_camMsg_HF_BV(mw_HF_BV_accCtrl((omit, mw_speedLimiterActive_Off))) }
+                        { mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_speedLimiterActive_On)), mw_camMsg_HF_BV(mw_HF_BV_accCtrl(mw_speedLimiterActive_Off ifpresent)) }
                     );
                     
                     // Postamble
@@ -1061,7 +1076,9 @@
                     f_CAM_MSD_INA_BV_01(
                         "Low beam headlights being deactivated", 
                         { m_setExteriorLightsStatus(ExteriorLights_lowBeamHeadlightsOn_), m_setExteriorLightsStatus(c_elAllLightsOff) },
-                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_lowBeamLightsOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights((omit, mw_lowBeamLightsOff))) }
+//FIXME RGY omit has been disallowed in value lists (see $B.1.2.1 of the standad), ifpresent shall be used instead
+//                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_lowBeamLightsOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights((omit, mw_lowBeamLightsOff))) }
+                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_lowBeamLightsOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_lowBeamLightsOff ifpresent)) }
                     );
                     
                     // Postamble
@@ -1133,7 +1150,9 @@
                     f_CAM_MSD_INA_BV_01(
                         "High beam headlights being deactivated", 
                         { m_setExteriorLightsStatus(ExteriorLights_highBeamHeadlightsOn_), m_setExteriorLightsStatus(c_elAllLightsOff) },
-                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_highBeamLightsOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights((omit, mw_highBeamLightsOff))) }
+//FIXME RGY omit has been disallowed in value lists (see $B.1.2.1 of the standad), ifpresent shall be used instead
+//                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_highBeamLightsOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights((omit, mw_highBeamLightsOff))) }
+                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_highBeamLightsOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_highBeamLightsOff ifpresent)) }
                     );
                     
                     // Postamble
@@ -1205,7 +1224,9 @@
                     f_CAM_MSD_INA_BV_01( 
                         "Left turn signal being deactivated", 
                         { m_setExteriorLightsStatus(ExteriorLights_leftTurnSignalOn_), m_setExteriorLightsStatus(c_elAllLightsOff) },
-                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_leftTurnSignalOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights((omit, mw_leftTurnSignalOff))) }
+//FIXME RGY omit has been disallowed in value lists (see $B.1.2.1 of the standad), ifpresent shall be used instead
+//                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_leftTurnSignalOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights((omit, mw_leftTurnSignalOff))) }
+                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_leftTurnSignalOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_leftTurnSignalOff ifpresent)) }
                     );
                     
                     // Postamble
@@ -1277,7 +1298,9 @@
                     f_CAM_MSD_INA_BV_01(
                         "Right turn signal being deactivated", 
                         { m_setExteriorLightsStatus(ExteriorLights_rightTurnSignalOn_), m_setExteriorLightsStatus(c_elAllLightsOff) },
-                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_rightTurnSignalOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights((omit, mw_rightTurnSignalOff))) }
+//FIXME RGY omit has been disallowed in value lists (see $B.1.2.1 of the standad), ifpresent shall be used instead
+//                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_rightTurnSignalOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights((omit, mw_rightTurnSignalOff))) }
+                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_rightTurnSignalOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_rightTurnSignalOff ifpresent)) }
                     );
                     
                     // Postamble
@@ -1349,7 +1372,9 @@
                     f_CAM_MSD_INA_BV_01(
                         "Daytime running lights being deactivated", 
                         { m_setExteriorLightsStatus(ExteriorLights_daytimeRunningLightsOn_), m_setExteriorLightsStatus(c_elAllLightsOff) },
-                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_daytimeRunningLightsOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights((omit, mw_daytimeRunningLightsOff))) }
+//FIXME RGY omit has been disallowed in value lists (see $B.1.2.1 of the standad), ifpresent shall be used instead
+//                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_daytimeRunningLightsOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights((omit, mw_daytimeRunningLightsOff))) }
+                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_daytimeRunningLightsOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_daytimeRunningLightsOff ifpresent)) }
                     );
                     
                     // Postamble
@@ -1421,7 +1446,9 @@
                     f_CAM_MSD_INA_BV_01(
                         "Reverese light being deactivated", 
                         { m_setExteriorLightsStatus(ExteriorLights_reverseLightOn_), m_setExteriorLightsStatus(c_elAllLightsOff) },
-                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_reverseLightOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights((omit, mw_reverseLightOff))) }
+//FIXME RGY omit has been disallowed in value lists (see $B.1.2.1 of the standad), ifpresent shall be used instead
+//                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_reverseLightOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights((omit, mw_reverseLightOff))) }
+                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_reverseLightOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_reverseLightOff ifpresent)) }
                     );
                     
                     // Postamble
@@ -1493,7 +1520,9 @@
                     f_CAM_MSD_INA_BV_01(
                         "Fog lights being deactivated", 
                         { m_setExteriorLightsStatus(ExteriorLights_fogLightOn_), m_setExteriorLightsStatus(c_elAllLightsOff) },
-                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_fogLightOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights((omit, mw_fogLightOff))) }
+//FIXME RGY omit has been disallowed in value lists (see $B.1.2.1 of the standad), ifpresent shall be used instead
+//                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_fogLightOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights((omit, mw_fogLightOff))) }
+                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_fogLightOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_fogLightOff ifpresent)) }
                     );
                     
                     // Postamble
@@ -1565,7 +1594,9 @@
                     f_CAM_MSD_INA_BV_01(
                         "Parking lights being deactivated", 
                         { m_setExteriorLightsStatus(ExteriorLights_parkingLightsOn_), m_setExteriorLightsStatus(c_elAllLightsOff) },
-                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_parkingLightsOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights((omit, mw_parkingLightsOff))) }
+//FIXME RGY omit has been disallowed in value lists (see $B.1.2.1 of the standad), ifpresent shall be used instead
+//                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_parkingLightsOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights((omit, mw_parkingLightsOff))) }
+                        { mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_parkingLightsOn)), mw_camMsg_LF_BV(mw_LF_BV_extLights(mw_parkingLightsOff ifpresent)) }
                     );
                     
                     // Postamble
garciay's avatar
garciay committed
Index: AtsDENM/ItsDenm_TpFunctions.ttcn
===================================================================
garciay's avatar
garciay committed
--- AtsDENM/ItsDenm_TpFunctions.ttcn	(revision 2630)
garciay's avatar
garciay committed
+++ AtsDENM/ItsDenm_TpFunctions.ttcn	(working copy)
@@ -18,6 +18,7 @@
     import from LibItsCommon_TypesAndValues all;
     import from LibItsCommon_Templates all;
     import from LibItsCommon_Functions all;
+    import from LibItsCommon_ASN1_NamedNumbers all;
     
     // LibIts
     import from DENM_PDU_Descriptions language "ASN.1:1997" all;
garciay's avatar
garciay committed
@@ -256,7 +257,7 @@
               // Preamble
               f_prInitialState();
               for (i := 0; i < lengthof(v_situations) - 1; i := i + 1) {
-                  f_utTriggerEvent(m_utTriggerEvent(v_situations[i]));
+                  f_utTriggerEvent(m_utTriggerEvent(valueof(v_situations[i])));
                   f_awaitDenMessage(mw_denmInd(mw_anyDenmPdu), v_denmInd);
                   v_actionIds[i] := v_denmInd.msgIn.denm.management.actionID;
               }
@@ -263,7 +264,7 @@
               f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
               
               // Test Body
-              f_utTriggerEvent(m_utTriggerEvent(v_situations[lengthof(v_situations) - 1]));
+              f_utTriggerEvent(m_utTriggerEvent(valueof(v_situations[lengthof(v_situations) - 1])));
               f_awaitDenMessage(mw_denmInd(mw_anyDenmPdu), v_denmInd);
               v_actionIds[lengthof(v_actionIds) - 1] := v_denmInd.msgIn.denm.management.actionID;
               
@@ -447,7 +448,7 @@
               // Preamble
               f_prInitialState();
               for (i := 0; i < lengthof(v_situations) - 1; i := i + 1) {
-                  f_utTriggerEvent(m_utTriggerEvent(v_situations[i]));
+                  f_utTriggerEvent(m_utTriggerEvent(valueof(v_situations[i])));
                   f_awaitDenMessage(mw_denmInd(mw_anyDenmPdu), v_denmInd);
                   v_actionIds[i] := v_denmInd.msgIn.denm.management.actionID;
                   v_timestampIts := v_denmInd.msgIn.denm.management.referenceTime;
@@ -455,7 +456,7 @@
               f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
               
               // Test Body
-              f_utTriggerEvent(m_utTriggerEvent(v_situations[lengthof(v_situations) - 1]));
+              f_utTriggerEvent(m_utTriggerEvent(valueof(v_situations[lengthof(v_situations) - 1])));
               
               tc_ac.start;
               alt {
@@ -530,7 +531,7 @@
               // Preamble
               f_prInitialState();
               for (i := 0; i < lengthof(v_situations) - 1; i := i + 1) {
-                  f_utTriggerEvent(m_utTriggerEvent(v_situations[i]));
+                  f_utTriggerEvent(m_utTriggerEvent(valueof(v_situations[i])));
                   f_awaitDenMessage(mw_denmInd(mw_anyDenmPdu), v_denmInd);
                   f_poCancelEvent(e_iut, v_denmInd.msgIn.denm.management.actionID);
               }
@@ -539,7 +540,7 @@
               f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
               
               // Test Body
-              f_utTriggerEvent(m_utTriggerEvent(v_situations[lengthof(v_situations) - 1]));
+              f_utTriggerEvent(m_utTriggerEvent(valueof(v_situations[lengthof(v_situations) - 1])));
               
               tc_ac.start;
               alt {
@@ -1254,7 +1255,7 @@
               // Preamble
               f_prInitialState();
               for (i := 0; i < lengthof(v_situations); i := i + 1) {
-                  f_utTriggerEvent(m_utTriggerEvent(v_situations[i]));
+                  f_utTriggerEvent(m_utTriggerEvent(valueof(v_situations[i])));
                   f_awaitDenMessage(mw_denmInd(mw_anyDenmPdu), v_denmInd);
                   v_actionIds[i] := v_denmInd.msgIn.denm.management.actionID;
               }
garciay's avatar
garciay committed
Index: AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn
===================================================================
garciay's avatar
garciay committed
--- AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn	(revision 2630)
garciay's avatar
garciay committed
+++ AtsGeoNetworking/ItsGeoNetworking_TpFunctions.ttcn	(working copy)
garciay's avatar
garciay committed
@@ -23,7 +23,8 @@
     import from LibItsGeoNetworking_Templates all;
     import from LibItsGeoNetworking_TypesAndValues all;
     import from LibItsGeoNetworking_Pics all;
garciay's avatar
garciay committed
-	import from LibItsGeoNetworking_Pixits all;
+    import from LibItsGeoNetworking_Pixits all;
+    import from LibItsGeoNetworking_EncdecDeclarations all;
 
     // 6.2.1
     group geoFormatingAndDataValidity {
garciay's avatar
garciay committed
@@ -107,7 +108,7 @@
                 f_prNeighbour();
                 v_gnPacket := m_geoNwPdu(m_geoNwShbPacket(v_longPosVectorNodeB));
                 
-                f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(v_gnPacket));
+                f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(v_gnPacket)));
                 
                 f_sleep(PX_TAC);
                 
@@ -125,7 +126,7 @@
                 // Test Body
                 v_gnPacket.basicHeader.version := valueof(v_gnPacket.basicHeader.version) + 1;
                 
-                f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(v_gnPacket));
+                f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(v_gnPacket)));
                 
                 f_sleep(PX_TAC);
                 
@@ -221,8 +222,8 @@
                 // Preamble
                 f_prNeighbour();
                 if ( not f_utTriggerEvent(m_generateShbMessageWithPayload(v_payload)) ) {
-                	log("*** " & testcasename() & ": INCONC: Trigger failed ***");
-                	f_selfOrClientSyncAndVerdict(c_prDone, e_timeout);
+                    log("*** " & testcasename() & ": INCONC: Trigger failed ***");
+                    f_selfOrClientSyncAndVerdict(c_prDone, e_timeout);
                 }
                 f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                 
@@ -380,7 +381,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwTsbPacket(
                                     vc_localSeqNumber,
@@ -391,7 +392,7 @@
                                 v_hopLimit
                             )
                         )
-                    );
+                    ));
                     
                     tc_noac.start;
                     alt {
@@ -1379,7 +1380,7 @@
                         f_prNeighbour();
                     }
                     else {
-						f_prNonNeighbour();
+                        f_prNonNeighbour();
                     }
                     
                     return v_longPosVectorNode;
@@ -1392,7 +1393,7 @@
                     
                     //preamble part II
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(m_geoNwPdu(p_packet, -, c_hopLimit1))
+                        valueof(m_geoNwReq_linkLayerBroadcast(m_geoNwPdu(p_packet, -, c_hopLimit1)))
                     );
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                 } // end f_TP_GEONW_PON_LOT_BV_03_pre_2
@@ -1456,7 +1457,7 @@
                 
                 // Preamble
                 f_prDefault(); // NodeB will send Beacon only once
-                f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(m_geoNwPdu(m_geoNwBeaconPacket(f_getPosition(c_compNodeB)), -, c_hopLimit1)));
+                f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(m_geoNwPdu(m_geoNwBeaconPacket(f_getPosition(c_compNodeB)), -, c_hopLimit1))));
                 f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                 
                 // Test Body
@@ -1717,7 +1718,7 @@
                     f_prDefault();
                     
                     // Act as a neighbor and send one beacon
-                    f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(m_geoNwPdu(m_geoNwBeaconPacket(f_getPosition(c_compNodeB)), -, c_hopLimit1)));
+                    f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(m_geoNwPdu(m_geoNwBeaconPacket(f_getPosition(c_compNodeB)), -, c_hopLimit1))));
                 } // end f_TP_GEONW_PON_LOT_BV_05_pre_1
                 
                 /**
@@ -1727,7 +1728,7 @@
                     
                     //preamble part II
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(m_geoNwPdu(p_packet))
+                        valueof(m_geoNwReq_linkLayerBroadcast(m_geoNwPdu(p_packet)))
                     );
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                 } // end f_TP_GEONW_PON_LOT_BV_05_pre_2
@@ -1992,10 +1993,10 @@
                         }
                         else {
                             v_expectedSequenceNumber := v_expectedSequenceNumber + 1;
-				            if ( not  f_utTriggerEvent(m_generateGeoBroadcastMessage(f_getArea(c_area1))) ) {
-				                log("*** " & testcasename() & ": INCONC: Trigger failed ***");
-				                f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
-				            }
+                            if ( not  f_utTriggerEvent(m_generateGeoBroadcastMessage(f_getArea(c_area1))) ) {
+                                log("*** " & testcasename() & ": INCONC: Trigger failed ***");
+                                f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
+                            }
                             tc_ac.start;
                             repeat;
                         }
@@ -2185,7 +2186,7 @@
                 
                 // Test Body
                 f_sendGeoNetMessage(
-                    m_geoNwReq_linkLayerBroadcast(
+                    valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(
                             m_geoNwLsReplyPacket(
                                 v_longPosVectorNodeA,
@@ -2194,7 +2195,7 @@
                             )
                         )
                     )
-                );
+                ));
                 
                 tc_ac.start;
                 alt {
@@ -2275,12 +2276,12 @@
                         if ( v_firstLsRequestReceived == true ) {
                             log("*** " & testcasename() & ": Second LsRequest received ***");
                             tc_ac.stop;
-                            f_sendGeoNetMessage ( m_geoNwReq_linkLayerBroadcast(
+                            f_sendGeoNetMessage ( valueof( m_geoNwReq_linkLayerBroadcast(
                                                     m_geoNwPdu (
                                                         m_geoNwLsReplyPacket(
                                                             v_longPosVectorNodeA,
                                                             f_longPosVector2ShortPosVector(v_longPosVectorIut),
-                                                            vc_localSeqNumber ) ) ) );
+                                                            vc_localSeqNumber ) ) ) ) );
                             f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                         }
                         else {
@@ -2424,7 +2425,7 @@
                 }
                 
                 f_sendGeoNetMessage(
-                    m_geoNwReq_linkLayerBroadcast(
+                    valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(
                             m_geoNwLsReplyPacket(
                                 v_longPosVectorNodeA,
@@ -2433,7 +2434,7 @@
                             )
                         )
                     )
-                );
+                ));
                 
                 // Check for messages send to Tester
                 tc_noac.start;
@@ -2562,7 +2563,7 @@
                 f_prNeighbour();
                  if ( not f_utTriggerEvent(m_generateGeoUnicastMessageWithLifetime(
                     v_longPosVectorNodeA.gnAddr,
-			                    float2int(int2float(v_maxNbrRetrans + 2) * f_getLsRetransmitTimer() * 1000.0))) ) {
+                                float2int(int2float(v_maxNbrRetrans + 2) * f_getLsRetransmitTimer() * 1000.0))) ) {
                     log("*** " & testcasename() & ": INCONC: Trigger failed ***");
                     f_selfOrClientSyncAndVerdict(c_prDone, e_timeout);
                 }
@@ -2767,7 +2768,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwLsRequestPacket(
                                     v_longPosVectorNodeB,
@@ -2776,7 +2777,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     
                     tc_noac.start;
                     alt {
@@ -2899,7 +2900,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwLsRequestPacket(
                                     f_getPosition(c_compNodeA),
@@ -2910,7 +2911,7 @@
                                 c_defaultHopLimit
                             )
                         )
-                    );
+                    ));
                     f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                     
                     // Postamble
@@ -3013,7 +3014,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwLsReplyPacket(
                                     f_getPosition(c_compNodeA),
@@ -3024,7 +3025,7 @@
                                 c_defaultHopLimit
                             )
                         )
-                    );
+                    ));
                     f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                     
                     // Postamble
@@ -3077,7 +3078,7 @@
                 
                 // Test Body
                 f_sendGeoNetMessage(
-                    m_geoNwReq_linkLayerBroadcast(
+                    valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(
                             m_geoNwUnicastPacket(
                                 v_longPosVectorNodeA,
@@ -3086,7 +3087,7 @@
                             )
                         )
                     )
-                );
+                ));
                 
                 tc_ac.start;
                 alt {
@@ -3165,7 +3166,7 @@
                 f_sleepIgnoreDef(int2float(v_lt2));
                 
                 f_sendGeoNetMessage(
-                    m_geoNwReq_linkLayerBroadcast(
+                    valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(
                             m_geoNwLsReplyPacket(
                                 v_longPosVectorNodeA,
@@ -3174,7 +3175,7 @@
                             )
                         )
                     )
-                );
+                ));
                 
                 tc_ac.start;
                 alt {
@@ -3310,7 +3311,7 @@
                 // Test Body
                 if (tc_wait.running) {
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwUnicastPacket(
                                     v_longPosVectorNodeA,
@@ -3319,7 +3320,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     tc_wait.stop;
                     
                     tc_noac.start;
@@ -3392,7 +3393,7 @@
                 
                 // Test Body
                 f_sendGeoNetMessage(
-                    m_geoNwReq_linkLayerBroadcast(
+                    valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(
                             m_geoNwUnicastPacket(
                                 v_longPosVectorNodeA,
@@ -3401,7 +3402,7 @@
                             )
                         )
                     )
-                );
+                ));
                 
                 tc_ac.start;
                 alt {
@@ -3467,7 +3468,7 @@
                 
                 // Test Body
                 f_sendGeoNetMessage(
-                    m_geoNwReq_linkLayerBroadcast(
+                    valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(
                             m_geoNwUnicastPacket(
                                 v_longPosVectorNodeA,
@@ -3476,7 +3477,7 @@
                             )
                         )
                     )
-                );
+                ));
                 
                 tc_noac.start;
                 alt {
@@ -3546,7 +3547,7 @@
                 
                 // Test Body
                 f_sendGeoNetMessage(
-                    m_geoNwReq_linkLayerBroadcast(
+                    valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(
                             m_geoNwUnicastPacket(
                                 v_longPosVectorNodeA,
@@ -3555,7 +3556,7 @@
                             )
                         )
                     )
-                );
+                ));
                 
                 tc_noac.start;
                 alt {
@@ -3677,22 +3678,22 @@
                     f_prNeighbour();
                     
                     // Make sure IUT has LocE for NodeA by sending unsolicited LS_REPLY
-                    f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(m_geoNwPdu(
+                    f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(m_geoNwPdu(
                         m_geoNwLsReplyPacket(
                             v_longPosVectorNodeA,
                             f_longPosVector2ShortPosVector(v_longPosVectorIut),
                             vc_localSeqNumber
                         )
-                    )));
+                    ))));
                     
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
                     // Test Body
                     // /!\ This pre-condition has impact on test body
-	                if ( not f_utTriggerEvent(m_generateGeoUnicastMessage(v_longPosVectorNodeA.gnAddr)) ) {
-	                    log("*** " & testcasename() & ": INCONC: Trigger failed ***");
-	                    f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
-	                }
+                    if ( not f_utTriggerEvent(m_generateGeoUnicastMessage(v_longPosVectorNodeA.gnAddr)) ) {
+                        log("*** " & testcasename() & ": INCONC: Trigger failed ***");
+                        f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
+                    }
                     tc_noac.start;
                     alt {
                         [] geoNetworkingPort.receive(mw_geoNwInd(mw_geoNwPdu(?))) {
@@ -3723,7 +3724,9 @@
                     // Local variables
                     var ItsGeoNetworking v_nodeB;
                     var ItsGeoNetworking v_nodeC;
-                    const UInt16 c_sequenceNumberC := f_getInitialSequenceNumber();
+//FIXME RGY c_sequenceNumberC shall not be constant as calls a function returning a variable
+//                    const UInt16 c_sequenceNumberC := f_getInitialSequenceNumber();
+                    var UInt16 c_sequenceNumberC := f_getInitialSequenceNumber();
                     
                     // Test control
                     if (not PICS_GN_GUC_SRC) {
garciay's avatar
garciay committed
@@ -3812,7 +3815,7 @@
                     vc_localSeqNumber := p_sequenceNumberC;
                     
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwUnicastPacket(
                                     v_longPosVectorNodeC,
@@ -3823,7 +3826,7 @@
                                 c_defaultHopLimit
                             )
                         )
-                    );
+                    ));
                     
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
@@ -3847,7 +3850,9 @@
                     // Local variables
                     var ItsGeoNetworking v_nodeB;
                     var ItsGeoNetworking v_nodeC;
-                    const UInt16 c_sequenceNumberC := f_getInitialSequenceNumber();
+//FIXME RGY c_sequenceNumberC shall not be constant as calls a function returning a variable
+//                    const UInt16 c_sequenceNumberC := f_getInitialSequenceNumber();
+                    var UInt16 c_sequenceNumberC := f_getInitialSequenceNumber();
                     const integer c_messageCount := 2;
                     
                     // Test control
garciay's avatar
garciay committed
674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 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 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 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 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133
@@ -3949,7 +3954,7 @@
                     
                     for(i:=0; i < vc_multipleMessagesCount; i:=i+1) {
                         f_sendGeoNetMessage(
-                            m_geoNwReq_linkLayerBroadcast(
+                            valueof(m_geoNwReq_linkLayerBroadcast(
                                 m_geoNwPdu(
                                     m_geoNwUnicastPacket(
                                         v_longPosVectorNodeC,
@@ -3958,7 +3963,7 @@
                                     )
                                 )
                             )
-                        );
+                        ));
                     }
                     
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
@@ -4063,7 +4068,7 @@
                     f_prNeighbour();
                     
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwUnicastPacket(
                                     v_longPosVectorNodeC,
@@ -4074,7 +4079,7 @@
                                 c_defaultHopLimit
                             )
                         )
-                    );
+                    ));
                     
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
@@ -4245,10 +4250,10 @@
                     f_prDefault();
                     vc_multipleMessagesCount := p_messageCount;
                     for(i:=0; i < vc_multipleMessagesCount; i:=i+1) {
-	                    if(not f_utTriggerEvent(m_generateGeoBroadcastMessage(f_getArea(c_area1))) ) {
-	                        log("*** " & testcasename() & ": INCONC: Trigger failed ***");
-	                        f_selfOrClientSyncAndVerdict(c_prDone, e_timeout);
-	                    }
+                        if(not f_utTriggerEvent(m_generateGeoBroadcastMessage(f_getArea(c_area1))) ) {
+                            log("*** " & testcasename() & ": INCONC: Trigger failed ***");
+                            f_selfOrClientSyncAndVerdict(c_prDone, e_timeout);
+                        }
                     }
 
                     tc_ac.start(1.0);
@@ -4573,13 +4578,13 @@
                     f_prNeighbour();
                     
                     // Make sure IUT has LocE for NodeA by sending unsolicited LS_REPLY
-                    f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(m_geoNwPdu(
+                    f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(m_geoNwPdu(
                         m_geoNwLsReplyPacket(
                             v_longPosVectorNodeA,
                             f_longPosVector2ShortPosVector(v_longPosVectorIut),
                             vc_localSeqNumber
                         )
-                    )));
+                    ))));
                     
                     if ( not f_utTriggerEvent(m_generateGeoUnicastMessage(v_longPosVectorNodeA.gnAddr)) ) {
                         log("*** " & testcasename() & ": INCONC: Trigger failed ***");
@@ -4803,13 +4808,13 @@
                     // Preamble
                     f_prNonNeighbour();
                     // Make sure IUT has LocE for NodeA by sending unsolicited LS_REPLY
-                    f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(m_geoNwPdu(
+                    f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(m_geoNwPdu(
                         m_geoNwLsReplyPacket(
                             v_longPosVectorNodeA,
                             f_longPosVector2ShortPosVector(v_longPosVectorIut),
                             vc_localSeqNumber
                         )
-                    )));
+                    ))));
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
                     // Test Body
@@ -5418,7 +5423,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_withLinkLayerDestination(
+                        valueof(m_geoNwReq_withLinkLayerDestination(
                             m_geoNwPdu(
                                 m_geoNwUnicastPacket(
                                     f_getPosition(c_compNodeC),
@@ -5433,7 +5438,7 @@
                             -,
                             f_getIutMacAddress()
                         )
-                    );
+                    ));
 
                     tc_ac.start;
                     alt {
@@ -5551,7 +5556,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwAnycastPacket(
                                     v_longPosVectorNodeC,
@@ -5562,7 +5567,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     
                     tc_ac.start;
                     alt {
@@ -5680,7 +5685,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeC,
@@ -5691,7 +5696,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     
                     tc_ac.start;
                     alt {
@@ -5809,7 +5814,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwTsbPacket(
                                     vc_localSeqNumber,
@@ -5821,7 +5826,7 @@
                                 c_defaultHopLimit
                             )
                         )
-                    );
+                    ));
                     
                     tc_ac.start;
                     alt {
@@ -5970,7 +5975,7 @@
                 
                 // Test Body
                 v_longPosVectorNodeB.gnAddr := v_iutGnAddress;
-                f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(m_geoNwPdu(m_geoNwShbPacket(v_longPosVectorNodeB), -, c_hopLimit1)));
+                f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(m_geoNwPdu(m_geoNwShbPacket(v_longPosVectorNodeB), -, c_hopLimit1))));
                 
                 f_sleep(0.5);
                 
@@ -6340,7 +6345,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_withLinkLayerDestination(
+                        valueof(m_geoNwReq_withLinkLayerDestination(
                             m_geoNwPdu(
                                 m_geoNwUnicastPacket(
                                     f_getPosition(c_compNodeC),
@@ -6353,7 +6358,7 @@
                             -,
                             f_getIutMacAddress()
                         )
-                    );
+                    ));
                     
                     f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                     
@@ -6432,7 +6437,7 @@
                     f_prNeighbour();
                     
                     f_sendGeoNetMessage(
-                        m_geoNwReq_withLinkLayerDestination(
+                        valueof(m_geoNwReq_withLinkLayerDestination(
                             m_geoNwPdu(
                                 m_geoNwUnicastPacket(
                                     v_longPosVectorNodeA,
@@ -6443,7 +6448,7 @@
                             -,
                             f_getIutMacAddress()
                         )
-                    );
+                    ));
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
                     // Test Body
@@ -6507,7 +6512,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_withLinkLayerDestination(
+                        valueof(m_geoNwReq_withLinkLayerDestination(
                             m_geoNwPdu(
                                 m_geoNwUnicastPacket(
                                     f_getPosition(c_compNodeC),
@@ -6521,7 +6526,7 @@
                             -,
                             f_getIutMacAddress()
                         )
-                    );
+                    ));
                     
                     f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                     
@@ -6625,7 +6630,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_withLinkLayerDestination(
+                        valueof(m_geoNwReq_withLinkLayerDestination(
                             m_geoNwPdu(
                                 m_geoNwUnicastPacket(
                                     f_getPosition(c_compNodeC),
@@ -6638,7 +6643,7 @@
                             -,
                             f_getIutMacAddress()
                         )
-                    );
+                    ));
                     
                     f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                     
@@ -6683,7 +6688,7 @@
                                       vc_localSeqNumber
                                   )
                               );
-                f_sendGeoNetMessage(m_geoNwReq_withLinkLayerDestination(v_gnPacket, -, f_getIutMacAddress()));
+                f_sendGeoNetMessage(valueof(m_geoNwReq_withLinkLayerDestination(v_gnPacket, -, f_getIutMacAddress())));
                 
                 f_sleep(PX_TAC);
                 
@@ -6829,7 +6834,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_withLinkLayerDestination(
+                        valueof(m_geoNwReq_withLinkLayerDestination(
                             m_geoNwPdu(
                                 m_geoNwUnicastPacket(
                                     f_getPosition(c_compNodeC),
@@ -6842,7 +6847,7 @@
                             -,
                             f_getIutMacAddress()
                         )
-                    );
+                    ));
                     log("*** " & testcasename() & ": INFO: Message sent ***");
                     f_selfOrClientSyncAndVerdict(c_msgSent, e_success);
                     
@@ -6955,7 +6960,7 @@
                         ) {
                             tc_ac.stop;
                             if(t_toCbf.running) {
-                            	t_toCbf.stop;
+                                t_toCbf.stop;
                                 log("*** " & testcasename() & ": FAIL: IUT re-broadcasted the packet too early ***");
                                 f_selfOrClientSyncAndVerdict(c_tbDone, e_error);
                             }
@@ -6994,7 +6999,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_withLinkLayerDestination(
+                        valueof(m_geoNwReq_withLinkLayerDestination(
                             m_geoNwPdu(
                                 m_geoNwUnicastPacket(
                                     f_getPosition(c_compNodeC),
@@ -7007,7 +7012,7 @@
                             -,
                             f_getIutMacAddress()
                         )
-                    );
+                    ));
                     log("*** " & testcasename() & ": INFO: Message sent ***");
                     f_selfOrClientSyncAndVerdict(c_msgSent, e_success);
                     
@@ -7104,7 +7109,7 @@
                     f_sleepIgnoreDef(int2float(f_getGeoUnicastCbfMaxTime())/2000.0);
                     
                     f_sendGeoNetMessage(
-                        m_geoNwReq_withLinkLayerDestination(
+                        valueof(m_geoNwReq_withLinkLayerDestination(
                             m_geoNwPdu(
                                 m_geoNwUnicastPacket(
                                     f_getPosition(c_compNodeC),
@@ -7117,7 +7122,7 @@
                             -,
                             f_getIutMacAddress()
                         )
-                    );
+                    ));
                     
                     tc_noac.start;
                     alt {
@@ -7162,7 +7167,7 @@
                     // Test Body
                     //Note: Sending of the GUC packet move to test body in contrast to the test purpose due to time critical behaviour
                     f_sendGeoNetMessage(
-                        m_geoNwReq_withLinkLayerDestination(
+                        valueof(m_geoNwReq_withLinkLayerDestination(
                             m_geoNwPdu(
                                 m_geoNwUnicastPacket(
                                     f_getPosition(c_compNodeC),
@@ -7175,7 +7180,7 @@
                             -,
                             f_getIutMacAddress()
                         )
-                    );
+                    ));
                     
                     tc_noac.start;
                     alt {
@@ -7311,7 +7316,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_withLinkLayerDestination(
+                        valueof(m_geoNwReq_withLinkLayerDestination(
                             m_geoNwPdu(
                                 m_geoNwUnicastPacket(
                                     f_getPosition(c_compNodeC),
@@ -7324,7 +7329,7 @@
                             -,
                             f_getIutMacAddress()
                         )
-                    );
+                    ));
                     
                     f_sleepIgnoreDef(int2float(f_getGeoUnicastCbfMaxTime())/2000.0);
                     
@@ -7561,7 +7566,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_withLinkLayerDestination(
+                        valueof(m_geoNwReq_withLinkLayerDestination(
                             m_geoNwPdu(
                                 m_geoNwUnicastPacket(
                                     f_getPosition(c_compNodeC),
@@ -7574,7 +7579,7 @@
                             -,
                             f_getIutMacAddress()
                         )
-                    );
+                    ));
                     
                     tc_noac.start;
                     alt {
@@ -7614,7 +7619,7 @@
                     // Preamble
                     f_prNeighbour();
                     f_sendGeoNetMessage(
-                        m_geoNwReq_withLinkLayerDestination(
+                        valueof(m_geoNwReq_withLinkLayerDestination(
                             m_geoNwPdu(
                                 m_geoNwUnicastPacket(
                                     f_getPosition(c_compNodeC),
@@ -7627,7 +7632,7 @@
                             -,
                             f_getIutMacAddress()
                         )
-                    );
+                    ));
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
                     // Test Body
@@ -7724,8 +7729,8 @@
                     // Preamble
                     f_prNeighbour();
                     f_sleep(PX_TAC);
-	                v_sentRawPayload := f_adaptPayloadForUtInd_m(valueof(v_gnPacket.gnPacket.packet.payload));
-	                for(i:=0; i < lengthof(vc_utInds) and not match(vc_utInds[i].rawPayload, v_sentRawPayload); i:=i+1) {
+                    v_sentRawPayload := f_adaptPayloadForUtInd_m(valueof(v_gnPacket.gnPacket.packet.payload));
+                    for(i:=0; i < lengthof(vc_utInds) and not match(vc_utInds[i].rawPayload, v_sentRawPayload); i:=i+1) {
                         // empty on purpose 
                     }
                     if(i < lengthof(vc_utInds)) {
@@ -7740,7 +7745,7 @@
                     }
                     
                     // Test Body
-                    f_sendGeoNetMessage(m_geoNwReq_withLinkLayerDestination(valueof(v_gnPacket), -, f_getIutMacAddress()));
+                    f_sendGeoNetMessage(valueof(m_geoNwReq_withLinkLayerDestination(v_gnPacket, -, f_getIutMacAddress())));
                    
                     f_sleep(PX_TAC);
                     
@@ -7769,7 +7774,7 @@
                     // Preamble
                     f_prNeighbour();
                     f_sendGeoNetMessage(
-                        m_geoNwReq_withLinkLayerDestination(
+                        valueof(m_geoNwReq_withLinkLayerDestination(
                             m_geoNwPdu(
                                 m_geoNwUnicastPacket(
                                     f_getPosition(c_compNodeC),
@@ -7782,7 +7787,7 @@
                             -,
                             f_getIutMacAddress()
                         )
-                    );
+                    ));
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
                     // Test Body
@@ -7850,10 +7855,10 @@
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
                     // Test Body
-	                if ( not f_utTriggerEvent(m_generateGeoBroadcastMessage(f_getArea(c_area1))) ) {
-	                    log("*** " & testcasename() & ": INCONC: Trigger failed ***");
-	                    f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
-	                }
+                    if ( not f_utTriggerEvent(m_generateGeoBroadcastMessage(f_getArea(c_area1))) ) {
+                        log("*** " & testcasename() & ": INCONC: Trigger failed ***");
+                        f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
+                    }
                     
                     tc_ac.start;
                     alt {
@@ -8085,7 +8090,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeB,
@@ -8094,7 +8099,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     
                     tc_ac.start;
                     alt {
@@ -8215,7 +8220,7 @@
                                       -,
                                       c_defaultHopLimit
                                   );
-                    f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(valueof(v_gnPacket)));
+                    f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(v_gnPacket)));
                     
                     tc_ac.start;
                     alt {
@@ -8262,7 +8267,9 @@
                     
                     // Local variables
                     var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB);
-                    var template (present) GeoNetworkingInd v_msgInd;
+//FIXME RGY variable shall not be of template type, because a message is stored into it
+//                    var template (present) GeoNetworkingInd v_msgInd;
+                    var /*template (present)*/ GeoNetworkingInd v_msgInd;
                     
                     // Preamble
                     f_prNeighbour();
garciay's avatar
garciay committed
@@ -8286,9 +8293,11 @@
                     // Test Body
                     // send geoBroadcast for second time (same source + same seq Nr + lower RHL)
                     v_msgInd.msgIn.basicHeader.routerHopLimit := valueof(v_msgInd.msgIn.basicHeader.routerHopLimit) - 1;
garciay's avatar
garciay committed
-                    f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(valueof(v_msgInd.msgIn)));
+                    f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(v_msgInd.msgIn)));
                     
-                    v_msgInd.msgIn.basicHeader.routerHopLimit := ?;
+//FIXME RGY variable is not used after asigning AnyValue;
+//          if a template is needed for some purpose a template variable should also be declared; see f_GEONW_PON_GBC_BO_06_nodeB
+//                    v_msgInd.msgIn.basicHeader.routerHopLimit := ?;
                     tc_noac.start;
                     alt {
                         [] a_receiveGeoBroadcast(
garciay's avatar
garciay committed
@@ -8400,7 +8409,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeC,
@@ -8409,7 +8418,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                     
                     // Postamble
@@ -8507,7 +8516,9 @@
                     
                     // Local variables
                     var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC);
-                    var template (present) GeoNetworkingInd v_msgInd;
+                    var template (present) GeoNetworkingInd vt_msgInd;
+//FIXME RGY variable is declared to store the received message
+                    var GeoNetworkingInd v_msgInd;
                     
                     // Preamble
                     f_prNeighbour();
@@ -8518,6 +8529,8 @@
                                 ?,
                                 f_getGeoBroadcastArea(c_area2)
                             )))) -> value v_msgInd {
+//FIXME RGY the received value stored in the template variable too
+                            vt_msgInd:= v_msgInd
                             tc_ac.stop;
                             log("*** " & testcasename() & ": PASS: Pre-conditions: GBC message correctly forwarded to area center ***");
                             f_selfOrClientSyncAndVerdict(c_prDone, e_success);
@@ -8529,10 +8542,11 @@
                     }
                     
                     // Test Body
-                    v_msgInd.msgIn.basicHeader.routerHopLimit := ?;
+//FIXME RGY for the AnyValue the template varibale is used
+                    vt_msgInd.msgIn.basicHeader.routerHopLimit := ?;
                     tc_noac.start;
                     alt {
-                        [] geoNetworkingPort.receive(v_msgInd) {
+                        [] geoNetworkingPort.receive(vt_msgInd) {
                             tc_noac.stop;
                             log("*** " & testcasename() & ": FAIL: GBC message re-forwarded to area center ***");
                             f_selfOrClientSyncAndVerdict(c_tbDone, e_error);
garciay's avatar
garciay committed
@@ -8559,7 +8573,7 @@
                     // Preamble
                     f_prNeighbour();
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeC,
@@ -8570,7 +8584,7 @@
                                 c_defaultHopLimit
                             )
                         )
-                    );
+                    ));
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
                     // Test Body
@@ -8611,7 +8625,7 @@
                     // Test Body
                     // send geoBroadcast for second time (same source + same seq Nr + lower RHL)
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeC,
@@ -8622,7 +8636,7 @@
                                 c_defaultHopLimit - 1
                             )
                         )
-                    );
+                    ));
                     
                     tc_noac.start;
                     alt {
@@ -8699,7 +8713,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeB,
@@ -8711,7 +8725,7 @@
                                 c_defaultHopLimit
                             )
                         )
-                    );
+                    ));
                     
                     tc_ac.start;
                     alt {
@@ -8826,7 +8840,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeB,
@@ -8837,7 +8851,7 @@
                                 c_hopLimit1
                             )
                         )
-                    );
+                    ));
                     
                     tc_noac.start;
                     alt {
@@ -8929,7 +8943,7 @@
                                             f_getGeoBroadcastArea(c_area1)
                                         )
                                     );
-                f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(v_gnPacket));
+                f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(v_gnPacket)));
                 
                 f_sleep(PX_TAC);
                 
@@ -9015,7 +9029,7 @@
                                             -,
                                             c_defaultHopLimit
                                         );
-                    f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(valueof(v_gnPacket)));
+                    f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(v_gnPacket)));
                     
                     // IUT should also rebroadcast the packet. Get ready
                     tc_ac.start;
@@ -9035,14 +9049,14 @@
                     
                     f_sleep(PX_TAC);
                     
-	                v_sentRawPayload := f_adaptPayloadForUtInd_m(valueof(v_gnPacket.gnPacket.packet.payload));
-	                for(i:=0; i < lengthof(vc_utInds) and not match(vc_utInds[i].rawPayload, v_sentRawPayload); i:=i+1) {
+                    v_sentRawPayload := f_adaptPayloadForUtInd_m(valueof(v_gnPacket.gnPacket.packet.payload));
+                    for(i:=0; i < lengthof(vc_utInds) and not match(vc_utInds[i].rawPayload, v_sentRawPayload); i:=i+1) {
                         // empty on purpose 
                     }
                     if(i < lengthof(vc_utInds)) {
                         log("*** " & testcasename() & ": PASS: GN was transmitted to upper layer ***");
-	                    //flush received upper indications 
-	                    vc_utInds := {};
+                        //flush received upper indications 
+                        vc_utInds := {};
                         f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     }
                     else {
@@ -9074,7 +9088,9 @@
                     
                     // Local variables
                     var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB);
-                    var template (value) GeoNetworkingInd v_msgInd;
+//FIXME RGY variable shall not be of template type, because a message is stored into it
+//                    var template (value) GeoNetworkingInd v_msgInd;
+                    var GeoNetworkingInd v_msgInd;
                     var integer i;
                     
                     // Preamble
garciay's avatar
garciay committed
@@ -9100,7 +9116,7 @@
                      
                     // Test Body
                     v_msgInd.msgIn.basicHeader.routerHopLimit := valueof(v_msgInd.msgIn.basicHeader.routerHopLimit) / 2;
-                    f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(v_msgInd.msgIn));
+                    f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(v_msgInd.msgIn)));
                     f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                     
                     // Postamble
@@ -9145,7 +9161,7 @@
                                             f_getGeoBroadcastArea(c_area2)
                                         )
                                     );
-                f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(v_gnPacket));
+                f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(v_gnPacket)));
                 
                 f_sleep(PX_TAC);
                 
@@ -9379,7 +9395,7 @@
                         p_distanceTooBig
                     );
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeC,
@@ -9388,7 +9404,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
                     // Test Body
@@ -9565,7 +9581,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeC,
@@ -9574,7 +9590,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     tc_ac.start;
                     alt {
                         [] geoNetworkingPort.receive(mw_geoNwInd(mw_geoNwPdu(mw_geoNwBroadcastPacketWithArea(
@@ -9726,7 +9742,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeC,
@@ -9735,7 +9751,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     tc_ac.start;
                     alt {
                         [] geoNetworkingPort.receive(mw_geoNwInd(mw_geoNwPdu(mw_geoNwBroadcastPacketWithArea(
@@ -9933,7 +9949,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwTsbPacket(
                                     vc_localSeqNumber,
@@ -9943,7 +9959,7 @@
                                 c_defaultHopLimit
                             )
                         )
-                    );
+                    ));
                     
                     tc_ac.start;
                     alt {
@@ -10071,7 +10087,7 @@
                                       c_defaultHopLimit
                                   );
                     
-                    f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(valueof(v_gnPacket)));
+                    f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(v_gnPacket)));
                     v_gnPacket.basicHeader.routerHopLimit := ?;
                     tc_noac.start;
                     alt {
@@ -10130,7 +10146,9 @@
                     
                     // Local variables
                     var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB);
-                    var template (value) GeoNetworkingInd v_msgInd;
+//FIXME RGY variable shall not be of template type, because a message is stored into it
+//                    var template (value) GeoNetworkingInd v_msgInd;                    
+                    var GeoNetworkingInd v_msgInd;
                     
                     // Preamble
                     f_prNeighbour();
garciay's avatar
garciay committed
@@ -10158,7 +10176,7 @@
                     
                     // Test Body
                     v_msgInd.msgIn.basicHeader.routerHopLimit := valueof(v_msgInd.msgIn.basicHeader.routerHopLimit) -1;
-                    f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(v_msgInd.msgIn));
+                    f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(v_msgInd.msgIn)));
                     
                     tc_noac.start;
                     alt {
@@ -10204,7 +10222,7 @@
                     // Preamble
                     
                     // Start components
-                    v_nodeB := f_getComponent(c_compNodeB);                    
+                    v_nodeB := f_getComponent(c_compNodeB);
                     v_nodeD := f_getComponent(c_compNodeD);
                     v_nodeB.start(f_GEONW_PON_TSB_BV_04_nodeB());
                     v_nodeD.start(f_GEONW_PON_TSB_BV_04_nodeD());
@@ -10231,7 +10249,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwTsbPacket(
                                     vc_localSeqNumber,
@@ -10242,7 +10260,7 @@
                                 c_defaultHopLimit
                             )
                         )
-                    );
+                    ));
                     
                     tc_ac.start;
                     alt {
@@ -10401,7 +10419,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwTsbPacket(
                                     vc_localSeqNumber,
@@ -10411,7 +10429,7 @@
                                 1
                             )
                         )
-                    );
+                    ));
                     f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                     
                     // Postamble
@@ -10495,7 +10513,7 @@
                                             v_longPosVectorNodeB
                                         )
                                     );
-                f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(v_gnPacket));
+                f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(v_gnPacket)));
                 
                 f_sleep(PX_TAC);
                 
@@ -10578,7 +10596,7 @@
                                             -,
                                             c_defaultHopLimit
                                         );
-                    f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(valueof(v_gnPacket)));
+                    f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(valueof(v_gnPacket))));
                     
                     tc_ac.start;
                     alt {
@@ -10644,7 +10662,9 @@
                     
                     // Local variables
                     var LongPosVector v_longPosVectorNodeB := f_getPosition(c_compNodeB);
-                    var template (value) GeoNetworkingInd v_msgInd;
+//FIXME RGY variable shall not be of template type, because a message is stored into it
+//                    var template (value) GeoNetworkingInd v_msgInd;
+                    var GeoNetworkingInd v_msgInd;
                     var integer i;
                     var template (value) GeoNetworkingPdu v_gnPacket;
                     
garciay's avatar
garciay committed
@@ -10676,7 +10696,7 @@
                     // Test Body
                     v_msgInd.msgIn.basicHeader.routerHopLimit := valueof(v_msgInd.msgIn.basicHeader.routerHopLimit) - 1;
                     v_gnPacket := v_msgInd.msgIn;
-                    f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(v_msgInd.msgIn));
+                    f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(v_msgInd.msgIn)));
                     f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                     
                     // Postamble
@@ -10839,7 +10859,7 @@
                 
                 // Test Body
                 v_gnPacket := m_geoNwPdu(m_geoNwShbPacket(v_longPosVectorNodeB));
-                f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(v_gnPacket));
+                f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(v_gnPacket)));
                 
                 f_sleep(PX_TAC);
                 
@@ -11147,7 +11167,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwAnycastPacket(
                                     v_longPosVectorNodeB,
@@ -11156,7 +11176,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     
                     tc_noac.start;
                     alt {
@@ -11303,7 +11323,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwAnycastPacket(
                                     v_longPosVectorNodeC,
@@ -11312,7 +11332,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                     
                     // Postamble
@@ -11404,7 +11424,9 @@
                     
                     // Local variables
                     var LongPosVector v_longPosVectorNodeC := f_getPosition(c_compNodeC);
-                    var template (present) GeoNetworkingInd v_msgInd;
+                    var template (present) GeoNetworkingInd vt_msgInd;
+//FIXME RGY variable is declared to store the received message
+                    var GeoNetworkingInd v_msgInd;
                     
                     // Preamble
                     f_prNeighbour();
@@ -11421,6 +11443,8 @@
                                     )
                                 )
                             ) -> value v_msgInd {
+//FIXME RGY the received value stored in the template variable too
+                            vt_msgInd:= v_msgInd
                             tc_ac.stop;
                             log("*** " & testcasename() & ": PASS: Pre-conditions: GAC message correctly forwarded to area center ***");
                             f_selfOrClientSyncAndVerdict(c_prDone, e_success);
@@ -11432,10 +11456,11 @@
                     }
                     
                     // Test Body
-                    v_msgInd.msgIn.basicHeader.routerHopLimit := ?;
+//FIXME RGY for the AnyValue the template varibale is used
+                    vt_msgInd.msgIn.basicHeader.routerHopLimit := ?;
                     tc_noac.start;
                     alt {
-                        [] geoNetworkingPort.receive(v_msgInd) {
+                        [] geoNetworkingPort.receive(vt_msgInd) {
                             tc_noac.stop;
                             log("*** " & testcasename() & ": FAIL: GAC message re-forwarded to area center ***");
                             f_selfOrClientSyncAndVerdict(c_tbDone, e_error);
garciay's avatar
garciay committed
1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486
@@ -11462,7 +11487,7 @@
                     // Preamble
                     f_prNeighbour();
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwAnycastPacket(
                                     v_longPosVectorNodeC,
@@ -11473,7 +11498,7 @@
                                 c_defaultHopLimit
                             )
                         )
-                    );
+                    ));
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
                     // Test Body
@@ -11528,7 +11553,7 @@
                     // Test Body
                     // send geoAnycast for second time (same source + same seq Nr + lower RHL)
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwAnycastPacket(
                                     v_longPosVectorNodeC,
@@ -11539,7 +11564,7 @@
                                 c_defaultHopLimit - 1
                             )
                         )
-                    );
+                    ));
                     
                     tc_noac.start;
                     alt {
@@ -11652,7 +11677,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwAnycastPacket(
                                     v_longPosVectorNodeC,
@@ -11664,7 +11689,7 @@
                                 c_defaultHopLimit
                             )
                         )
-                    );
+                    ));
                     f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                     
                     // Postamble
@@ -11759,7 +11784,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwAnycastPacket(
                                     v_longPosVectorNodeC,
@@ -11770,7 +11795,7 @@
                                 c_hopLimit1
                             )
                         )
-                    );
+                    ));
                     f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                     
                     // Postamble
@@ -11815,7 +11840,7 @@
                                             f_getGeoAnycastArea(c_area1)
                                         )
                                     );
-                f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(v_gnPacket));
+                f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(v_gnPacket)));
                 
                 f_sleep(PX_TAC);
                 
@@ -11919,7 +11944,7 @@
                     
                     // Test Body
                     v_gnPacket.basicHeader.routerHopLimit := valueof(v_gnPacket.basicHeader.routerHopLimit) / 2;
-                    f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(v_gnPacket));
+                    f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(v_gnPacket)));
                     
                     f_sleep(PX_TAC);
                     
@@ -11957,7 +11982,7 @@
                                             -,
                                             c_defaultHopLimit
                                         );
-                    f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(v_gnPacket));
+                    f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(v_gnPacket)));
                     
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
@@ -12006,7 +12031,7 @@
                                             f_getGeoAnycastArea(c_area2)
                                         )
                                     );
-                f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(v_gnPacket));
+                f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(v_gnPacket)));
 
                 f_sleep(PX_TAC);
                 
@@ -12123,7 +12148,7 @@
                         p_distanceTooBig
                     );
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwAnycastPacket(
                                     v_longPosVectorNodeC,
@@ -12132,7 +12157,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
                     // Test Body
@@ -12405,7 +12430,7 @@
                     // Preamble
                     f_prNeighbour();
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeC,
@@ -12414,7 +12439,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
                     // Test Body
@@ -12454,7 +12479,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeC,
@@ -12463,7 +12488,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     
                     tc_noac.start;
                     alt {
@@ -12595,7 +12620,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeC,
@@ -12604,7 +12629,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     
                     t_toCbf.start;                    
                     tc_ac.start;
@@ -12781,7 +12806,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeC,
@@ -12790,7 +12815,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     
                     tc_noac.start;
                     alt {
@@ -12967,7 +12992,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeD,
@@ -12976,7 +13001,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     
                     tc_noac.start;
                     alt {
@@ -13134,7 +13159,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeC,
@@ -13143,7 +13168,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     
                     t_toCbf.start;                    
                     tc_ac.start;
@@ -13312,7 +13337,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeC,
@@ -13321,7 +13346,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     
                     tc_ac.start;
                     alt {
@@ -13446,7 +13471,7 @@
                     
                     // Test Body 
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeA,
@@ -13455,7 +13480,7 @@
                                 )
                             )
                         )
-                    );                   
+                    ));
                     
                     tc_ac.start;
                     alt {
@@ -13655,7 +13680,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(
                                 m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeC,
@@ -13664,7 +13689,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     
                     t_toCbf.start;                    
                     tc_ac.start;
@@ -13804,12 +13829,12 @@
                                             f_getGeoBroadcastArea(c_area1)
                                         )
                                     );
-                    f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(v_gnPacket));
+                    f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(v_gnPacket)));
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
                     // Test Body
                     for(i:=1; i < f_getAdvancedGbcForwardingMaxCounter(); i:=i+1) {
-                        f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(v_gnPacket));
+                        f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(v_gnPacket)));
                         f_sleepIgnoreDef(0.5);
                     }
                     tc_noac.start;
@@ -13890,7 +13915,7 @@
                     
                     // Preamble
                     f_prNeighbour();
-                    f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(
+                    f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(m_geoNwBroadcastPacket(
                                 v_longPosVectorNodeB,
                                 0,
@@ -13897,7 +13922,7 @@
                                 f_getGeoBroadcastArea(c_area1)
                             )
                         )
-                    ));
+                    )));
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
                     // Test Body
@@ -13932,7 +13957,7 @@
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
                     // Test Body
-                    f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(
+                    f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(m_geoNwBroadcastPacket(
                                 v_longPosVectorNodeB,
                                 0,
@@ -13939,7 +13964,7 @@
                                 f_getGeoBroadcastArea(c_area1)
                             )
                         )
-                    ));
+                    )));
                     tc_noac.start;
                     alt {
                         [] geoNetworkingPort.receive (mw_geoNwInd(mw_geoNwPdu(?))){
@@ -14018,7 +14043,7 @@
                     
                     // Preamble
                     f_prNeighbour();
-                    f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(
+                    f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(m_geoNwBroadcastPacket(
                                 v_longPosVectorNodeB,
                                 0,
@@ -14025,7 +14050,7 @@
                                 f_getGeoBroadcastArea(c_area1)
                             )
                         )
-                    ));
+                    )));
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
                     // Test Body                 
@@ -14071,14 +14096,15 @@
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
                     // Test Body
-                    f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(
-                        m_geoNwPdu(m_geoNwBroadcastPacket(
+                    f_sendGeoNetMessage(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
+                            m_geoNwPdu(m_geoNwBroadcastPacket(
                                 v_longPosVectorNodeB,
                                 0,
                                 f_getGeoBroadcastArea(c_area1)
                             )
                         )
-                    ));
+                    )));
                     t_toCbf.start;                    
                     tc_ac.start;
                     alt {
@@ -14089,7 +14115,7 @@
                             )))) {
                             tc_ac.stop;                           
                             
-                            if(t_toCbf.running) {                            	
+                            if(t_toCbf.running) {                                
                                 t_toCbf.stop;
                                 log("*** " & testcasename() & ": FAIL: GBC retransmitted before CBF timer expiration ***");
                                 f_selfOrClientSyncAndVerdict(c_tbDone, e_error);
@@ -14178,8 +14204,8 @@
                     
                     // Test Body
                     tc_ac.start;
-                    alt {                    	
-                    	[] geoNetworkingPort.receive(mw_geoNwInd(mw_geoNwPdu(mw_geoNwBroadcastPacketWithArea(
+                    alt {                        
+                        [] geoNetworkingPort.receive(mw_geoNwInd(mw_geoNwPdu(mw_geoNwBroadcastPacketWithArea(
                                 mw_longPosVectorPosition(v_longPosVectorNodeA),
                                 ?,
                                 f_getGeoBroadcastArea(c_area1)
@@ -14213,17 +14239,17 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-	                    m_geoNwReq_withLinkLayerDestination(
-	                        m_geoNwPdu(m_geoNwBroadcastPacket(
-	                                v_longPosVectorNodeA,
-	                                0,
-	                                f_getGeoBroadcastArea(c_area1)
-	                            )
-	                        ),
+                        valueof(m_geoNwReq_withLinkLayerDestination(
+                            m_geoNwPdu(m_geoNwBroadcastPacket(
+                                    v_longPosVectorNodeA,
+                                    0,
+                                    f_getGeoBroadcastArea(c_area1)
+                                )
+                            ),
                             -,
-	                        f_getIutMacAddress()
-	                    )
-                    );
+                            f_getIutMacAddress()
+                        )
+                    ));
                     f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                     
                     // Postamble
@@ -14295,7 +14321,7 @@
                     
                     // Test Body
                     tc_ac.start;
-                    alt {                    	
+                    alt {                        
                         [] geoNetworkingPort.receive(mw_geoNwInd(mw_geoNwPdu(mw_geoNwBroadcastPacketWithArea(
                                 mw_longPosVectorPosition(v_longPosVectorNodeA),
                                 ?,
@@ -14330,7 +14356,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_withLinkLayerDestination(
+                        valueof(m_geoNwReq_withLinkLayerDestination(
                             m_geoNwPdu(m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeA,
                                     0,
@@ -14340,9 +14366,9 @@
                             -,
                             f_getIutMacAddress()
                         )
-                    );
+                    ));
                     tc_ac.start;
-                    alt {                    	
+                    alt {                        
                         [] geoNetworkingPort.receive(mw_geoNwInd(mw_geoNwPdu(mw_geoNwBroadcastPacketWithArea(
                                 mw_longPosVectorPosition(v_longPosVectorNodeA),
                                 ?,
@@ -14487,7 +14513,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeE,
                                     0,
@@ -14495,7 +14521,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     
                     t_toCbf.start;
                     tc_ac.start;
@@ -14634,7 +14660,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeC,
                                     0,
@@ -14642,7 +14668,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                     
                     // Postamble
@@ -14807,7 +14833,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeD,
                                     0,
@@ -14815,7 +14841,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                     
                     // Postamble
@@ -14898,7 +14924,7 @@
                             tc_ac.stop;
                             
                             if(t_toCbf.running) {
-                            	t_toCbf.stop;
+                                t_toCbf.stop;
                                 log("*** " & testcasename() & ": FAIL: GBC retransmitted before CBF timer expiration ***");
                                 f_selfOrClientSyncAndVerdict(c_tbDone, e_error);
                             }
@@ -14937,7 +14963,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeB,
                                     0,
@@ -14945,7 +14971,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     
                     t_toCbf.start;
                     tc_ac.start;
@@ -15084,7 +15110,7 @@
                     
                     // Test Body
                     f_sendGeoNetMessage(
-                        m_geoNwReq_linkLayerBroadcast(
+                        valueof(m_geoNwReq_linkLayerBroadcast(
                             m_geoNwPdu(m_geoNwBroadcastPacket(
                                     v_longPosVectorNodeC,
                                     0,
@@ -15092,7 +15118,7 @@
                                 )
                             )
                         )
-                    );
+                    ));
                     tc_ac.start;
                     alt {                       
                         [] geoNetworkingPort.receive(mw_geoNwInd(mw_geoNwPdu(mw_geoNwBroadcastPacketWithArea(
@@ -15210,7 +15236,7 @@
                     
                     // Preamble
                     f_prNeighbour();
-                    f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(
+                    f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(m_geoNwBroadcastPacket(
                                 v_longPosVectorNodeB,
                                 0,
@@ -15217,7 +15243,7 @@
                                 f_getGeoBroadcastArea(c_area1)
                             )
                         )
-                    ));
+                    )));
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
                     // Test Body                  
@@ -15262,7 +15288,7 @@
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
                     // Test Body
-                    f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(
+                    f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(m_geoNwBroadcastPacket(
                                 v_longPosVectorNodeB,
                                 0,
@@ -15269,7 +15295,7 @@
                                 f_getGeoBroadcastArea(c_area1)
                             )
                         )
-                    ));
+                    )));
                     
                     t_toCbf.start;                    
                     tc_ac.start;
@@ -15397,15 +15423,15 @@
                 v_nbrOfPackets := f_getLsPacketBufferSize() / v_packetSize + 1;
                 log("*** " & testcasename() & ": " & int2str(v_nbrOfPackets) & " ***");
                 for (v_index:=1; v_index <= v_nbrOfPackets; v_index:=v_index+1) {
-	                if ( not f_utTriggerEvent(m_generateGeoUnicastMessageWithPayload(v_longPosVectorNodeA.gnAddr, char2oct("PAYLOAD_" & oct2str(int2oct(v_index, 2))))) ) {
-	                    log("*** " & testcasename() & ": INCONC: Trigger failed ***");
-	                    f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
-	                }
+                    if ( not f_utTriggerEvent(m_generateGeoUnicastMessageWithPayload(v_longPosVectorNodeA.gnAddr, char2oct("PAYLOAD_" & oct2str(int2oct(v_index, 2))))) ) {
+                        log("*** " & testcasename() & ": INCONC: Trigger failed ***");
+                        f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
+                    }
                 }
                 
                 f_sleepIgnoreDef(0.5);
                 f_sendGeoNetMessage(
-                    m_geoNwReq_linkLayerBroadcast(
+                    valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(
                             m_geoNwLsReplyPacket(
                                 v_longPosVectorNodeB,
@@ -15414,7 +15440,7 @@
                             )
                         )
                     )
-                );
+                ));
                 
                 // packet 1 shall be dropped
                 v_index := 2;
@@ -15613,7 +15639,7 @@
                     p_geoNetworkingMsg.gnPacket.packet.extendedHeader.geoUnicastHeader.dstPosVector := f_longPosVector2ShortPosVector(v_longPosVectorNodeA);
                     for (i:=0; i < p_nbrOfPackets; i:=i+1) {
                         p_geoNetworkingMsg.gnPacket.packet.extendedHeader.geoUnicastHeader.seqNumber := vc_localSeqNumber;
-                        f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(p_geoNetworkingMsg));
+                        f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(p_geoNetworkingMsg)));
                     }
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
@@ -15779,7 +15805,7 @@
                     
                     for (i:=0; i < p_nbrOfPackets; i:=i+1) {
                         p_geoNetworkingMsg.gnPacket.packet.extendedHeader.geoBroadcastHeader.seqNumber := vc_localSeqNumber;
-                        f_sendGeoNetMessage(m_geoNwReq_linkLayerBroadcast(p_geoNetworkingMsg));
+                        f_sendGeoNetMessage(valueof(m_geoNwReq_linkLayerBroadcast(p_geoNetworkingMsg)));
                     }
                     f_selfOrClientSyncAndVerdict(c_prDone, e_success);
                     
Index: AtsIPv6OverGeoNetworking/ItsIpv6OverGeoNetworking_TestCases.ttcn
===================================================================
--- AtsIPv6OverGeoNetworking/ItsIpv6OverGeoNetworking_TestCases.ttcn	(revision 2630)
+++ AtsIPv6OverGeoNetworking/ItsIpv6OverGeoNetworking_TestCases.ttcn	(working copy)
@@ -1084,7 +1084,7 @@
                 
                 // Test Body
                 f_sendGeoNetMessageWithPayload(
-                    m_geoNwReq_linkLayerBroadcast(
+                    valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(
                             m_geoNwBroadcastPacket(
                                 v_longPosVectorNodeA,
@@ -1092,7 +1092,7 @@
                                 f_getGeoBroadcastArea(vc_gvlTable[c_gvl1].area)
                             )
                         )
-                    ),
+                    )),
                     m_ipv6Payload(v_ipv6Packet)
                 );
                 
@@ -1190,7 +1190,7 @@
                 
                 // Test Body
                 f_sendGeoNetMessageWithPayload(
-                    m_geoNwReq_linkLayerBroadcast(
+                    valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(
                             m_geoNwBroadcastPacket(
                                 v_longPosVectorNodeA,
@@ -1198,7 +1198,7 @@
                                 f_getGeoBroadcastArea(vc_gvlTable[c_gvl2].area)
                             )
                         )
-                    ),
+                    )),
                     m_ipv6Payload(v_ipv6Packet)
                 );
                 
@@ -1289,7 +1289,7 @@
                 
                 // Test Body
                 f_sendGeoNetMessageWithPayload(
-                    m_geoNwReq_linkLayerBroadcast(
+                    valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(
                             m_geoNwAnycastPacket(
                                 v_longPosVectorNodeA,
@@ -1297,7 +1297,7 @@
                                 f_getGeoAnycastArea(vc_gvlTable[c_gvl1].area)
                             )
                         )
-                    ),
+                    )),
                     m_ipv6Payload(v_ipv6Packet)
                 );
                 
@@ -1394,7 +1394,7 @@
                 
                 // Test Body
                 f_sendGeoNetMessageWithPayload(
-                    m_geoNwReq_linkLayerBroadcast(
+                    valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(
                             m_geoNwBroadcastPacket(
                                 v_longPosVectorNodeA,
@@ -1402,7 +1402,7 @@
                                 f_getGeoBroadcastArea(vc_gvlTable[c_gvl1].area)
                             )
                         )
-                    ),
+                    )),
                     m_ipv6Payload(v_ipv6Packet)
                 );
                 
@@ -1507,7 +1507,7 @@
                 
                 // Test Body
                 f_sendGeoNetMessageWithPayload(
-                    m_geoNwReq_linkLayerBroadcast(
+                    valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(
                             m_geoNwBroadcastPacket(
                                 v_longPosVectorNodeA,
@@ -1515,7 +1515,7 @@
                                 f_getGeoBroadcastArea(vc_gvlTable[c_gvl3].area)
                             )
                         )
-                    ),
+                    )),
                     m_ipv6Payload(v_ipv6Packet)
                 );
                 
@@ -1614,7 +1614,7 @@
                 
                 // Test Body
                 f_sendGeoNetMessageWithPayload(
-                    m_geoNwReq_linkLayerBroadcast(
+                    valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(
                             m_geoNwUnicastPacket(
                                 v_longPosVectorNodeA,
@@ -1622,7 +1622,7 @@
                                 vc_localSeqNumber
                             )
                         )
-                    ),
+                    )),
                     m_ipv6Payload(v_ipv6Packet)
                 );
                 
@@ -1723,7 +1723,7 @@
                 
                 // Test Body
                 f_sendGeoNetMessageWithPayload(
-                    m_geoNwReq_linkLayerBroadcast(
+                    valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(
                             m_geoNwUnicastPacket(
                                 v_longPosVectorNodeB,
@@ -1731,7 +1731,7 @@
                                 vc_localSeqNumber
                             )
                         )
-                    ),
+                    )),
                     m_ipv6Payload(v_ipv6Packet)
                 );
                 
@@ -1830,7 +1830,7 @@
                 
                 // Test Body
                 f_sendGeoNetMessageWithPayload(
-                    m_geoNwReq_linkLayerBroadcast(
+                    valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(
                             m_geoNwUnicastPacket(
                                 v_longPosVectorNodeB,
@@ -1838,7 +1838,7 @@
                                 vc_localSeqNumber
                             )
                         )
-                    ),
+                    )),
                     m_ipv6Payload(v_ipv6Packet)
                 );
                 
@@ -1939,7 +1939,7 @@
                 
                 // Test Body
                 f_sendGeoNetMessageWithPayload(
-                    m_geoNwReq_linkLayerBroadcast(
+                    valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(
                             m_geoNwUnicastPacket(
                                 v_longPosVectorNodeB,
@@ -1947,7 +1947,7 @@
                                 vc_localSeqNumber
                             )
                         )
-                    ),
+                    )),
                     m_ipv6Payload(v_ipv6Packet)
                 );
                 
@@ -2049,7 +2049,7 @@
                 
                 // Test Body
                 f_sendGeoNetMessageWithPayload(
-                    m_geoNwReq_linkLayerBroadcast(
+                    valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(
                             m_geoNwUnicastPacket(
                                 v_longPosVectorNodeB,
@@ -2057,7 +2057,7 @@
                                 vc_localSeqNumber
                             )
                         )
-                    ),
+                    )),
                     m_ipv6Payload(v_ipv6Packet)
                 );
                 
@@ -2154,7 +2154,7 @@
                 
                 // Test Body
                 f_sendGeoNetMessageWithPayload(
-                    m_geoNwReq_linkLayerBroadcast(
+                    valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(
                             m_geoNwTsbPacket(
                                 vc_localSeqNumber,
@@ -2161,7 +2161,7 @@
                                 v_longPosVectorIut
                             )
                         )
-                    ),
+                    )),
                     m_ipv6Payload(v_ipv6Packet)
                 );
                 
@@ -2267,7 +2267,7 @@
                 
                 // Test Body
                 f_sendGeoNetMessageWithPayload(
-                    m_geoNwReq_linkLayerBroadcast(
+                    valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(
                             m_geoNwBroadcastPacket(
                                 v_longPosVectorNodeA,
@@ -2275,7 +2275,7 @@
                                 f_getGeoBroadcastArea(vc_gvlTable[c_gvl3].area)
                             )
                         )
-                    ),
+                    )),
                     m_ipv6Payload(v_ipv6Packet)
                 );
                 
@@ -2362,7 +2362,7 @@
                                 );
                                 
                 f_sendGeoNetMessageWithPayload(
-                    m_geoNwReq_linkLayerBroadcast(
+                    valueof(m_geoNwReq_linkLayerBroadcast(
                         m_geoNwPdu(
                             m_geoNwBroadcastPacket(
                                 v_longPosVectorNodeA,
@@ -2370,7 +2370,7 @@
                                 f_getGeoBroadcastArea(vc_gvlTable[c_gvl3].area)
                             )
                         )
-                    ),
+                    )),
                     m_ipv6Payload(v_ipv6Packet)
                 );
                 
garciay's avatar
garciay committed
Index: AtsIVIM/ItsIvim_TpFunctions.ttcn
===================================================================
garciay's avatar
garciay committed
--- AtsIVIM/ItsIvim_TpFunctions.ttcn	(revision 2630)
garciay's avatar
garciay committed
+++ AtsIVIM/ItsIvim_TpFunctions.ttcn	(working copy)
@@ -18,6 +18,7 @@
     import from LibItsCommon_Pixits all;
     import from LibItsCommon_Functions all;
     import from LibItsCommon_TypesAndValues all;
+    import from LibItsCommon_ASN1_NamedNumbers all;
     
     // LibIts
     import from ITS_Container language "ASN.1:1997" all;
@@ -30,6 +31,7 @@
     import from LibItsIvim_TestSystem all;
     import from LibItsIvim_Functions all;
     import from LibItsIvim_Pics all;
+    import from LibItsIvim_ASN1_IVInamedNumbers all;
     
     group iviMessageTransmission { 
         
garciay's avatar
garciay committed
@@ -173,7 +175,7 @@
                 // Preamble
                 f_prInitialState();
                 for (i := 0; i < lengthof(v_utTriggers) - 1; i := i + 1) {
-                    f_utTriggerEvent(v_utTriggers[i]);
+                    f_utTriggerEvent(valueof(v_utTriggers[i]));
                     f_awaitIviMessage(mw_ivimInd(mw_anyIvimPdu), v_ivimInd);
                     v_iviIdentificationNumbers[i] := v_ivimInd.msgIn.ivi.mandatory.iviIdentificationNumber;
                 }
@@ -180,7 +182,7 @@
                 f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
                 
                 // Test Body
-                f_utTriggerEvent(v_utTriggers[lengthof(v_utTriggers) - 1]);
+                f_utTriggerEvent(valueof(v_utTriggers[lengthof(v_utTriggers) - 1]));
                 f_awaitIviMessage(mw_ivimInd(mw_anyIvimPdu), v_ivimInd);
                 v_iviIdentificationNumbers[lengthof(v_iviIdentificationNumbers) - 1] := v_ivimInd.msgIn.ivi.mandatory.iviIdentificationNumber;
                 
@@ -235,7 +237,7 @@
                 // Preamble
                 f_prInitialState();
                 for (i := 0; i < lengthof(v_utTriggers) - 1; i := i + 1) {
-                    f_utTriggerEvent(v_utTriggers[i]);
+                    f_utTriggerEvent(valueof(v_utTriggers[i]));
                     f_awaitIviMessage(mw_ivimInd(mw_anyIvimPdu), v_ivimInd);
                     f_poCancelEvent(e_iut, v_ivimInd.msgIn.ivi.mandatory.iviIdentificationNumber);
                 }
@@ -244,7 +246,7 @@
                 f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);
                 
                 // Test Body
-                f_utTriggerEvent(v_utTriggers[lengthof(v_utTriggers) - 1]);
+                f_utTriggerEvent(valueof(v_utTriggers[lengthof(v_utTriggers) - 1]));
                 
                 tc_ac.start;
                 alt {
@@ -1561,13 +1563,13 @@
             v_ivimReq := valueof(
                 m_ivimReq(
                     m_ivimStructurePdu(
-                        m_ivimStructure(
-                            m_iviManagementContainer(
+                        valueof(m_ivimStructure(
+                            valueof(m_iviManagementContainer(
                                 f_getProvider(),
                                 1,
                                 IviStatus_new_
-                            )
-                        )
+                            ))
+                        ))
                     )
                 )
             );
garciay's avatar
garciay committed
Index: AtsMapemSpatem/ItsMapem_TpFunctions.ttcn
===================================================================
garciay's avatar
garciay committed
--- AtsMapemSpatem/ItsMapem_TpFunctions.ttcn	(revision 2630)
garciay's avatar
garciay committed
+++ AtsMapemSpatem/ItsMapem_TpFunctions.ttcn	(working copy)
@@ -22,7 +22,7 @@
     import from ITS_Container 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 DSRC language "ASN.1:1997" all;
+    import from IS_DSRC language "ASN.1:1997" all;
     
     // LibItsMapemSpatem
     import from LibItsMapemSpatem_TestSystem all;
garciay's avatar
garciay committed
Index: AtsMapemSpatem/ItsSpatem_TpFunctions.ttcn
===================================================================
garciay's avatar
garciay committed
--- AtsMapemSpatem/ItsSpatem_TpFunctions.ttcn	(revision 2630)
garciay's avatar
garciay committed
+++ AtsMapemSpatem/ItsSpatem_TpFunctions.ttcn	(working copy)
@@ -22,7 +22,7 @@
     import from ITS_Container 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 DSRC language "ASN.1:1997" all;
+    import from IS_DSRC language "ASN.1:1997" all;
     
     // LibItsMapemSpatem
     import from LibItsMapemSpatem_TestSystem all;
garciay's avatar
garciay committed
Index: AtsRSUsSimulator/ItsRSUSimulator_PicsInitConsts.ttcn
===================================================================
garciay's avatar
garciay committed
--- AtsRSUsSimulator/ItsRSUSimulator_PicsInitConsts.ttcn	(nonexistent)
+++ AtsRSUsSimulator/ItsRSUSimulator_PicsInitConsts.ttcn	(working copy)
garciay's avatar
garciay committed
@@ -0,0 +1,5636 @@
+module ItsRSUSimulator_PicsInitConsts {
+    
+    // LibCommon
+    import from LibCommon_BasicTypesAndValues all;
+    
+    // LibIts
+    import from ITS_Container language "ASN.1:1997" all;
+    import from IVI language "ASN.1:1997" all;
+    import from IS_DSRC language "ASN.1:1997" all;
garciay's avatar
garciay committed
+    import from EVCSN_PDU_Descriptions language "ASN.1:1997" all;
+    
+    // LibItsCommon
+    import from LibItsCommon_ASN1_NamedNumbers all;
+
+    // LibItsBtp
+    import from LibItsBtp_TypesAndValues all;
+    
+    // LibItsGeoNetworking
+    import from LibItsGeoNetworking_TypesAndValues all;
+    
+    // LibItsSecurity
+    import from LibItsSecurity_TypesAndValues all;
+    
+    // ItsRSUsSimulator
+    import from ItsRSUsSimulator_TypesAndValues all;
+    
+    /**
+     * @desc This group describes the RSUs installed on the track
+     */
+    group rsuParameters {
+        
+        /**
+         * @desc RSU #1
+         */
+        group rsu1 {
+            
+            /**
+             * @desc RSU GN address
+             */
+            const GN_Address c_PICS_RSU_GN_ADDRESS_RSU1 := {
+                typeOfAddress         := e_manual,
+                stationType           := e_roadSideUnit,
+                stationCountryCode    := 33,
garciay's avatar
garciay committed
+                mid                   := '001C6B0D0201'O
+            } // End of c_PICS_RSU_GN_ADDRESS_RSU1
+            
+            const RsuParm c_PICS_RSU1 := {
+                longPosVector := {
+                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU1,
+                    timestamp_    := 0,
+                    latitude      := 435529150,
+                    longitude     := 103010520,
+                    pai           := '0'B,
+                    speed         := 0,
+                    heading       := 0
+                },
+                stationID := 1111101,
+                stationType := StationType_roadSideUnit_,
+                vehicleRole := roadOperator,
+                geoShape := e_geoCircle,
+                geoParms := {
+                    radius := 5000
+                },
+                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU1
+            } // End of c_PICS_RSU1
+            
+            /**
+             * @desc Path history to approch the RSU
+             */
+            const PathHistory c_PICS_RSU_PATH_HISTORY_RSU1 := {};
+            
+        } // End of group rsu1
+        
+        /**
+         * @desc RSU #2
+         */
+        group rsu2 {
+            
+            /**
+             * @desc RSU GN address
+             */
+            const GN_Address c_PICS_RSU_GN_ADDRESS_RSU2 := {
+                typeOfAddress         := e_manual,
+                stationType           := e_roadSideUnit,
+                stationCountryCode    := 33,
garciay's avatar
garciay committed
+                mid                   := '001C6B0D0202'O
+            } // End of c_PICS_RSU_GN_ADDRESS_RSU2
+            
+            const RsuParm c_PICS_RSU2 := {
+                longPosVector := {
+                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU2,
+                    timestamp_    := 0,
+                    latitude      := 435512090,
+                    longitude     := 103002510,
+                    pai           := '0'B,
+                    speed         := 0,
+                    heading       := 0
+                },
+                stationID := 1111102,
+                stationType := StationType_roadSideUnit_,
+                vehicleRole := roadOperator,
+                geoShape := e_geoCircle,
+                geoParms := {
+                    radius := 5000
+                },
+                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU2
+            } // End of c_PICS_RSU2
+            
+            /**
+             * @desc Path history to approch the RSU
+             */
+            const PathHistory c_PICS_RSU_PATH_HISTORY_RSU2 := {};
+            
+        } // End of group rsu2
+        
+        /**
+         * @desc RSU #3
+         */
+        group rsu3 {
+            
+            /**
+             * @desc RSU GN address
+             */
+            const GN_Address c_PICS_RSU_GN_ADDRESS_RSU3 := {
+                typeOfAddress         := e_manual,
+                stationType           := e_roadSideUnit,
+                stationCountryCode    := 33,
garciay's avatar
garciay committed
+                mid                   := '001C6B0D0203'O
+            } // End of c_PICS_RSU_GN_ADDRESS_RSU3
+            
+            const RsuParm c_PICS_RSU3 := {
+                longPosVector := {
+                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU3,
+                    timestamp_    := 0,
+                    latitude      := 435546630,
+                    longitude     := 103041900,
+                    pai           := '0'B,
+                    speed         := 0,
+                    heading       := 0
+                },
+                stationID := 1111103,
+                stationType := StationType_roadSideUnit_,
+                vehicleRole := roadOperator,
+                geoShape := e_geoCircle,
+                geoParms := {
+                    radius := 5000
+                },
+                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU3
+            } // End of c_PICS_RSU3
+            
+            /**
+             * @desc Path history to approch the RSU
+             */
+            const PathHistory c_PICS_RSU_PATH_HISTORY_RSU3 := {};
+            
+        } // End of group rsu3
+        
+        /**
+         * @desc RSU #4
+         */
+        group rsu4 {
+            
+            /**
+             * @desc RSU GN address
+             */
+            const GN_Address c_PICS_RSU_GN_ADDRESS_RSU4 := {
+                typeOfAddress         := e_manual,
+                stationType           := e_roadSideUnit,
+                stationCountryCode    := 33,
garciay's avatar
garciay committed
+                mid                   := '001C6B0D0204'O
+            } // End of c_PICS_RSU_GN_ADDRESS_RSU4
+            
+            const RsuParm c_PICS_RSU4 := {
+                longPosVector := {
+                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU4,
+                    timestamp_    := 0,
+                    latitude      := 435582150,
+                    longitude     := 103065170,
+                    pai           := '0'B,
+                    speed         := 0,
+                    heading       := 0
+                },
+                stationID := 1111104,
+                stationType := StationType_roadSideUnit_,
+                vehicleRole := roadOperator,
+                geoShape := e_geoCircle,
+                geoParms := {
+                    radius := 5000
+                },
+                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU4
+            } // End of c_PICS_RSU4
+            
+            /**
+             * @desc Path history to approch the RSU
+             */
+            const PathHistory c_PICS_RSU_PATH_HISTORY_RSU4 := {};
+            
+        } // End of group rsu4
+        
+        /**
+         * @desc RSU #5
+         */
+        group rsu5 {
+            
+            /**
+             * @desc RSU GN address
+             */
+            const GN_Address c_PICS_RSU_GN_ADDRESS_RSU5 := {
+                typeOfAddress         := e_manual,
+                stationType           := e_roadSideUnit,
+                stationCountryCode    := 33,
garciay's avatar
garciay committed
+                mid                   := '001C6B0D0205'O
+            } // End of c_PICS_RSU_GN_ADDRESS_RSU5
+            
+            const RsuParm c_PICS_RSU5 := {
+                longPosVector := {
+                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU5,
+                    timestamp_    := 0,
+                    latitude      := 435838400,
+                    longitude     := 103249780,
+                    pai           := '0'B,
+                    speed         := 0,
+                    heading       := 0
+                },
+                stationID := 1111105,
+                stationType := StationType_roadSideUnit_,
+                vehicleRole := roadOperator,
+                geoShape := e_geoCircle,
+                geoParms := {
+                    radius := 5000
+                },
+                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU5
+            } // End of c_PICS_RSU5
+            
+            /**
+             * @desc Path history to approch the RSU
+             */
+            const PathHistory c_PICS_RSU_PATH_HISTORY_RSU5 := {};
+            
+        } // End of group rsu5
+        
+        /**
+         * @desc RSU #6
+         */
+        group rsu6 {
+            
+            /**
+             * @desc RSU GN address
+             */
+            const GN_Address c_PICS_RSU_GN_ADDRESS_RSU6 := {
+                typeOfAddress         := e_manual,
+                stationType           := e_roadSideUnit,
+                stationCountryCode    := 33,
garciay's avatar
garciay committed
+                mid                   := '001C6B0D0206'O
+            } // End of c_PICS_RSU_GN_ADDRESS_RSU6
+            
+            const RsuParm c_PICS_RSU6 := {
+                longPosVector := {
+                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU6,
+                    timestamp_    := 0,
+                    latitude      := 435923480,
+                    longitude     := 103375540,
+                    pai           := '0'B,
+                    speed         := 0,
+                    heading       := 0
+                },
+                stationID := 1111106,
+                stationType := StationType_roadSideUnit_,
+                vehicleRole := roadOperator,
+                geoShape := e_geoCircle,
+                geoParms := {
+                    radius := 5000
+                },
+                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU6
+            } // End of c_PICS_RSU6
+            
+            /**
+             * @desc Path history to approch the RSU
+             */
+            const PathHistory c_PICS_RSU_PATH_HISTORY_RSU6 := {};
+            
+        } // End of group rsu6
+        
+        /**
+         * @desc RSU #7
+         */
+        group rsu7 {
+            
+            /**
+             * @desc RSU GN address
+             */
+            const GN_Address c_PICS_RSU_GN_ADDRESS_RSU7 := {
+                typeOfAddress         := e_manual,
+                stationType           := e_roadSideUnit,
+                stationCountryCode    := 33,
garciay's avatar
garciay committed
+                mid                   := '001C6B0D0207'O
+            } // End of c_PICS_RSU_GN_ADDRESS_RSU7
+            
+            const RsuParm c_PICS_RSU7 := {
+                longPosVector := {
+                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU7,
+                    timestamp_    := 0,
+                    latitude      := 435550580,
+                    longitude     := 103032980,
+                    pai           := '0'B,
+                    speed         := 0,
+                    heading       := 0
+                },
+                stationID := 1111107,
+                stationType := StationType_roadSideUnit_,
+                vehicleRole := roadOperator,
+                geoShape := e_geoCircle,
+                geoParms := {
+                    radius := 5000
+                },
+                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU7
+            } // End of c_PICS_RSU7
+            
+            /**
+             * @desc Path history to approch the RSU
+             */
+            const PathHistory c_PICS_RSU_PATH_HISTORY_RSU7 := {};
+            
+        } // End of group rsu7
+        
+        /**
+         * @desc RSU #8
+         */
+        group rsu8 {
+            
+            /**
+             * @desc RSU GN address
+             */
+            const GN_Address c_PICS_RSU_GN_ADDRESS_RSU8 := {
+                typeOfAddress         := e_manual,
+                stationType           := e_roadSideUnit,
+                stationCountryCode    := 33,
garciay's avatar
garciay committed
+                mid                   := '001C6B0D0208'O
+            } // End of c_PICS_RSU_GN_ADDRESS_RSU8
+            
+            const RsuParm c_PICS_RSU8 := {
+                longPosVector := {
+                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU8,
+                    timestamp_    := 0,
+                    latitude      := 435546630,
+                    longitude     := 103041900,
+                    pai           := '0'B,
+                    speed         := 0,
+                    heading       := 0
+                },
+                stationID := 1111108,
+                stationType := StationType_roadSideUnit_,
+                vehicleRole := roadOperator,
+                geoShape := e_geoCircle,
+                geoParms := {
+                    radius := 5000
+                },
+                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU8
+            } // End of c_PICS_RSU8
+            
+            /**
+             * @desc Path history to approch the RSU
+             */
+            const PathHistory c_PICS_RSU_PATH_HISTORY_RSU8 := {};
+            
+        } // End of group rsu8
+        
+    } // End of group rsuParameters
+    
+    /*
+     * @desc This group describes the BEACON common settings for the RSUs CAM message broadcast
+     */
+    group beaconParams {
+        
+        /**
+         * @desc Common settings
+         */
+        group beaconCommonSettings {
+            
+            const UInt32 c_PICS_BEACON_ITS_AID                 := 141;
+            
+        } // End of group beaconCommonSettings
+        
+    } // End of group beaconParams
+    
+    /**
+     * @desc This group describes the CAM common settings for the RSUs CAM message broadcast
+     */
+    group camParams {
+        
+        /**
+         * @desc Common settings
+         */
+        group camCommonSettings {
+            
+            const BtpPortId c_PICS_CAM_BTP_DESTINATION_PORT := 2001;
+            
+            const BtpPortId c_PICS_CAM_BTP_SOURCE_PORT      := 0;
+            
+            const UInt32 c_PICS_CAM_ITS_AID                 := 36;
+            
+        } // End of group camCommonSettings
+        
+        group camUseCase6 {
+            
+            group camUseCase6VehicleTemplateDescription {
+                
+                const LongPosVector c_PICS_UC6_VEHICLE_TEMPLATE_POSITION := {
+                    gnAddr := {
+                        typeOfAddress         := e_manual,
+                        stationType           := e_passengerCar,
+                        stationCountryCode    := 33,
garciay's avatar
garciay committed
+                        mid                   := '001C6B0D02FF'O
+                    },
+                    timestamp_                                    := 0,
+                    latitude                                      := 0,
+                    longitude                                     := 0,
+                    pai                                           := '0'B,
+                    speed                                         := 30,
+                    heading                                       := 0
+                } // End of c_PICS_UC6_VEHICLE_POSITION
+                
+                const GeoArea c_PICS_UC6_VEHICLE_TEMPLATE_GEOAREA := {
+                    shape := e_geoElip,
+                    area := {
+                        geoAreaPosLatitude                        := 0,
+                        geoAreaPosLongitude                       := 0,
+                        distanceA                                 := 5,
+                        distanceB                                 := 3,
+                        angle                                     := 0
+                    }
+                } // End of c_PICS_UC6_VEHICLE_GEOAREA
+                
+            } // End of group camUseCase6VehicleDescription 
+            
+            group camUseCase6SyncLocation {
+                
+                /**
+                 * @desc Coordinates of the collision point
+                 */
garciay's avatar
garciay committed
+                const ThreeDLocation PICS_UC6_COLLISION_POINT := {
+                    latitude                                      := 435522970,
+                    longitude                                     := 103000170,
+                    elevation                                     := '0000'O
+                } // End of c_PICS_UC6_COLLISION_POINT
+                
+                /**
+                 * @desc Vehicle detection area
+                 */
+                const RectangularRegion c_PICS_UC6_CAM_DETECTION_AREA := {
+                    northwest := {
garciay's avatar
garciay committed
+                        latitude                                      := 435529170,
+                        longitude                                     := 102998330
+                    },
+                    southeast := {
garciay's avatar
garciay committed
+                        latitude                                      := 435522420,
+                        longitude                                     := 103011400
+                    }
+                } // End of c_PICS_UC6_CAM_DETECTION_AREA
+                
+            } // End of group camUseCase6SyncLocation 
+            
+        } // End of group camUseCase6
+        
+        group camUseCase7 {
+            
+            /**
+             * @desc RSU GN address
+             */
+            const GN_Address c_PICS_UC7_GN_ADDRESS := {
+                typeOfAddress                               := e_manual,
+                stationType                                 := e_bus,
+                stationCountryCode                          := 39,
+                mid                                         := '001C6B0DEEEE'O
+            } // End of c_PICS_UC7_GN_ADDRESS
+            
+            const RsuParm c_PICS_UC7_LPV := {
+                longPosVector := {
+                    gnAddr                                  := c_PICS_UC7_GN_ADDRESS,
+                    timestamp_                              := 0,
+                    latitude                                := 435582150,
+                    longitude                               := 103065170,
+                    pai                                     := '0'B,
+                    speed                                   := 0,
+                    heading                                 := 10
+                },
+                stationID                                   := 7895,
+                stationType := StationType_passengerCar_,
+                vehicleRole := taxi,
+                geoShape                                    := e_geoCircle,
+                geoParms := {
+                    radius                                  := 300
+                },
+                pathHistory                                 := {}
+            } // End of c_PICS_UC7_LPV
+            
+            const ReferencePosition c_PICS_UC7_COLLISION_POINT := {
+                latitude                                    := 435582150,
+                longitude                                   := 103065170,
+                positionConfidenceEllipse                   := {
+                    semiMajorConfidence   := 100,
+                    semiMinorConfidence   := 100,
+                    semiMajorOrientation  := HeadingValue_wgs84North_
+                },
+                altitude                                    := {
+                    altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
+                    altitudeConfidence := unavailable
+                }
+            } // End of c_PICS_UC7_COLLISION_POINT
+            
+        } // End of group camUseCase7
+        
+        group camUseCase9 {
+            
+            const ProtectedCommunicationZone c_PICS_USECASE9_PCZ_1 := {
+                protectedZoneType        := cenDsrcTolling,
+                expiryTime               := omit,
+                protectedZoneLatitude    := 435838400,
+                protectedZoneLongitude   := 103249780,
garciay's avatar
garciay committed
+                protectedZoneRadius      := 100,
+                protectedZoneID          := 1
+            } // End of c_PICS_USECASE9_PCZ_1
+            
+        } // End of group camUseCase7
+        
+    } // End of group camParams 
+    
+    /**
+     * @desc This group describes the DENM common settings for the each use cases and for each RSU.
+     */
+    group denmEvents {
+        
+        /**
+         * @desc Common settings
+         */
+        group denmCommonSettings {
+            
+            const BtpPortId c_PICS_DENM_BTP_DESTINATION_PORT := 2002;
+            
+            const BtpPortId c_PICS_DENM_BTP_SOURCE_PORT      := 0;
+            
+            const UInt32 c_PICS_DENM_ITS_AID                 := 37;
+            
+            const PosConfidenceEllipse c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE := {
+                semiMajorConfidence   := 100,
+                semiMinorConfidence   := 100,
garciay's avatar
garciay committed
+                semiMajorOrientation  := 0
+            } // End of c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE
+            
+            const Altitude c_PICS_DENM_ALTITUDE := {
+                altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
garciay's avatar
garciay committed
+                altitudeConfidence := alt_000_01
+            } // End of c_PICS_DENM_ALTITUDE
+            
+            /**
+             * @desc DENM repetition interval, in ms
+             */
+            const TransmissionInterval c_PICS_DENM_REPETITION_INTERVAL := 1000;
+            
+            /**
+             * @desc DENM RelevanceDistance
+             */
+            const RelevanceDistance c_PICS_DENM_RELEVANCE_DISTANCE := lessThan200m;
+            
+            /**
+             * @desc DENM ValidityDuration
+             */
+            const ValidityDuration c_PICS_DENM_VALIDITY_DURATION := 90 * 60; // 90 minutes
+            
+            /**
+             * @desc DENM RelevanceTrafficDirection
+             */
+            const RelevanceTrafficDirection c_PICS_DENM_RELEVANCE_TRAFFIC_DIRECTION := upstreamTraffic;
+            
+            
+        } // End of group denmCommonSettings
+        
+        /**
+         * @desc Use case #1: Z1-D1-SL/Speed limit
+         */
+        group denmUseCase1 {
+            
+            /**
+             * @desc Use case #1: Z1-D1-EP/Event position
+             */
+            group denmZone1 {
+                
+                const SpeedLimit c_PICS_SPEED_LIMIT := 30;
+                
+                group denmZone1_D1 {
+                    
+                    /**
+                     * @desc Z1-D1-EP/POS0
+                     */
+                    const DeltaReferencePosition c_PICS_Z1_D1_POS0 := {
garciay's avatar
garciay committed
+                        deltaLatitude                       := 2616,
+                        deltaLongitude                      := 4067,
3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501
+                        deltaAltitude                       := 0
+                    }; // End of c_PICS_Z1_D1_POS0
+                    
+                    /**
+                     * @desc Z1-D1-EP/POS1
+                     */
+                    const ReferencePosition c_PICS_Z1_D1_EP := {
+                        latitude                                    := 435525352,                               // Z1-D1-EP/latitude
+                        longitude                                   := 103003415,                               // Z1-D1-EP/longitude
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
+                    }; // End of c_PICS_Z1_D1_EP
+                    
+                    /**
+                     * @desc Z1-D1-EP/EventHistory1
+                     */
+                    const EventHistory c_PICS_Z1_D1_Hx := { 
+                        { // Z1_D1_H1
+                            eventPosition := {
+                                deltaLatitude                       := -2546,
+                                deltaLongitude                      := -3697,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        },
+                        { // Z1_D1_H2
+                            eventPosition := {
+                                deltaLatitude                       := -3699,
+                                deltaLongitude                      := -5788,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        }
+                    }; // End of c_PICS_Z1_D1_Hx
+                    
+                    /**
+                     * @desc Z1-D1-Traces/Trace1
+                     */
+                    const Traces c_PICS_Z1_D1_Tx := {
+                        {
+                        { // Z1-D1-T1
+                            pathPosition := {
+                                deltaLatitude                       := 4659,
+                                deltaLongitude                      := 7205,
+                                deltaAltitude                       := 0
+                            },
+                            pathDeltaTime                           := omit
+                        },
+                        { // Z1-D1-T2
+                            pathPosition := {
+                                deltaLatitude                       := 510,
+                                deltaLongitude                      := 720,
+                                deltaAltitude                       := 0
+                            },
+                            pathDeltaTime                           := omit
+                        },
+                        { // Z1-D1-T3
+                            pathPosition := {
+                                deltaLatitude                       := 208,
+                                deltaLongitude                      := 531,
+                                deltaAltitude                       := 0
+                            },
+                            pathDeltaTime                           := omit
+                        },
+                        { // Z1-D1-T4
+                            pathPosition := {
+                                deltaLatitude                       := 154,
+                                deltaLongitude                      := 409,
+                                deltaAltitude                       := 0
+                            },
+                            pathDeltaTime                           := omit
+                        },
+                        { // Z1-D1-T5
+                            pathPosition := {
+                                deltaLatitude                       := 160,
+                                deltaLongitude                      := 1041,
+                                deltaAltitude                       := 0
+                            },
+                            pathDeltaTime                           := omit
+                        }
+                        }
+                    }; // End of c_PICS_Z1_D1_Tx
+                    
+                    const DenmParm c_PICS_Z1_D1 := {
+                        eventPosition                               := c_PICS_Z1_D1_EP,
+                        causeCodeType                               := CauseCodeType_roadworks_,
+                        eventHistory                                := c_PICS_Z1_D1_Hx,
+                        traces                                      := c_PICS_Z1_D1_Tx,
+                        roadWorksContainerExtended := {
+                            lightBarSirenInUse                      := omit,
+                            closedLanes := {
+                                hardShoulderStatus                  := availableForDriving,
+                                drivingLaneStatus                   := '0001'B
+                            },
+                            restriction                             := omit,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
+                            incidentIndication                      := omit,
+                            recommendedPath                         := omit,
+                            startingPointSpeedLimit                 := c_PICS_Z1_D1_POS0,
+                            trafficFlowRule                         := passToRight,
+                            referenceDenms                          := omit
+                        }
+                    } // End of c_PICS_Z1_D1
+                    
+                } // End of group denmZone1_D1
+                
+                group denmZone1_D2 {
+                    
+                    /**
+                     * @desc Z1-D2-EP/POS2
+                     */
+                    const ReferencePosition c_PICS_Z1_D2_EP := {
+                        latitude                                    := 435519107,                               // Z1-D2-EP/latitude
+                        longitude                                   := 102993930,                               // Z1-D2-EP/longitude
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
+                    }; // End of c_PICS_Z1_D2_EP
+                    
+                    /**
+                     * @desc Z1-D2-EP/EventHistory2
+                     */
+                    const EventHistory c_PICS_Z1_D2_Hx := { 
+                        { // Z1_D2_H1
+                            eventPosition := {
+                                deltaLatitude                       := -2750,
+                                deltaLongitude                      := -4251,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        },
+                        { // Z1_D2_H2
+                            eventPosition := {
+                                deltaLatitude                       := -2936,
+                                deltaLongitude                      := -3641,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        }
+                    }; // End of c_PICS_Z1_D2_Hx
+                    
+                    /**
+                     * @desc Z1-D2-Traces/Trace2
+                     */
+                    const Traces c_PICS_Z1_D2_Tx := {
+                        {
+                            { // Z1-D2-T1
+                                pathPosition := {
+                                    deltaLatitude                       := 3699,
+                                    deltaLongitude                      := 5788,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z1-D2-T2
+                                pathPosition := {
+                                    deltaLatitude                       := 456,
+                                    deltaLongitude                      := 598,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z1-D2-T3
+                                pathPosition := {
+                                    deltaLatitude                       := 450,
+                                    deltaLongitude                      := 697,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z1-D2-T4
+                                pathPosition := {
+                                    deltaLatitude                       := 619,
+                                    deltaLongitude                      := 963,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z1-D2-T5
+                                pathPosition := {
+                                    deltaLatitude                       := 510,
+                                    deltaLongitude                      := 719,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            }
+                        }
+                    }; // End of c_PICS_Z1_D2_Tx
+                    
+                    const DenmParm c_PICS_Z1_D2 := {
+                        eventPosition                               := c_PICS_Z1_D2_EP,
+                        causeCodeType                               := CauseCodeType_roadworks_,
+                        eventHistory                                := c_PICS_Z1_D2_Hx,
+                        traces                                      := c_PICS_Z1_D2_Tx,
+                        roadWorksContainerExtended := {
+                            lightBarSirenInUse                      := omit,
+                            closedLanes := {
+                                hardShoulderStatus                  := availableForDriving,
+                                drivingLaneStatus                   := '0011'B
+                            },
+                            restriction                             := omit,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
+                            incidentIndication                      := omit,
+                            recommendedPath                         := omit,
+                            startingPointSpeedLimit                 := omit,
+                            trafficFlowRule                         := passToRight,
+                            referenceDenms                          := omit
+                        }
+                        
+                    } // End of c_PICS_Z1_D2
+                    
+                } // End of group denmZone1_D2
+                
+                group denmZone1_D3 {
+                    
+                    /**
+                     * @desc Z1-D3-EP/POS3
+                     */
+                    const ReferencePosition c_PICS_Z1_D3_EP := {
+                        latitude                                    := 435513421,                               // Z1-D3-EP/latitude
+                        longitude                                   := 102986038,                               // Z1-D3-EP/longitude
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
+                    }; // End of c_PICS_Z1_D3_EP
+                    
+                    /**
+                     * @desc Z1-D3-EP/EventHistory1
+                     */
+                    const EventHistory c_PICS_Z1_D3_Hx := { 
+                        { // Z1_D3_H1
+                            eventPosition := {
+                                deltaLatitude                       := -1158,
+                                deltaLongitude                      := -45,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        },
+                        { // Z1_D3_H2
+                            eventPosition := {
+                                deltaLatitude                       := -1299,
+                                deltaLongitude                      := 819,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        }
+                    }; // End of c_PICS_Z1_D3_Hx
+                    
+                    /**
+                     * @desc Z1-D3-Traces/Trace1
+                     */
+                    const Traces c_PICS_Z1_D3_Tx := {
+                        {
+                            { // Z1-D3-T1
+                                pathPosition := {
+                                    deltaLatitude                       := 3435,
+                                    deltaLongitude                      := 4483,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z1-D3-T2
+                                pathPosition := {
+                                    deltaLatitude                       := 626,
+                                    deltaLongitude                      := 863,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z1-D3-T3
+                                pathPosition := {
+                                    deltaLatitude                       := 500,
+                                    deltaLongitude                      := 541,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z1-D3-T4
+                                pathPosition := {
+                                    deltaLatitude                       := 564,
+                                    deltaLongitude                      := 841,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            }
+                        }
+                    }; // End of c_PICS_Z1_D3_Tx
+                    
+                    const DenmParm c_PICS_Z1_D3 := {
+                        eventPosition                               := c_PICS_Z1_D3_EP,
+                        causeCodeType                               := CauseCodeType_roadworks_,
+                        eventHistory                                := c_PICS_Z1_D3_Hx,
+                        traces                                      := c_PICS_Z1_D3_Tx,
+                        roadWorksContainerExtended := {
+                            lightBarSirenInUse                      := omit,
+                            closedLanes := {
+                                hardShoulderStatus                  := closed,
+                                drivingLaneStatus                   := '0100'B
+                            },
+                            restriction                             := omit,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
+                            incidentIndication                      := omit,
+                            recommendedPath                         := omit,
+                            startingPointSpeedLimit := {
+                                deltaLatitude                       := 0,
+                                deltaLongitude                      := 0,
+                                deltaAltitude                       := 0
+                            },
+                            trafficFlowRule                         := passToLeft,
garciay's avatar
garciay committed
+                            referenceDenms                          := omit
+                        }
+                        
+                    } // End of c_PICS_Z1_D3
+                    
+                } // End of denmZone1_D3
+                
+            } // End of group denmZone1 
+            
+            group denmZone2 {
+                
+                group denmZone2_D1 {
+                    
+                    /**
+                     * @desc Z2-D1-EP/POS0
+                     */
+                    const DeltaReferencePosition c_PICS_Z2_D1_POS0 := {
garciay's avatar
garciay committed
+                        deltaLatitude                       := -676,
+                        deltaLongitude                      := -6542,
3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845
+                        deltaAltitude                       := 0
+                    }; // End of c_PICS_Z2_D1_POS0
+                    
+                    /**
+                     * @desc Z2-D1-EP/POS1
+                     */
+                    const ReferencePosition c_PICS_Z2_D1_EP := {
+                        latitude                                    := 435512286,                               // Z2-D1-EP/latitude
+                        longitude                                   := 102999675,                               // Z2-D1-EP/longitude
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
+                    }; // End of c_PICS_Z2_D1_EP
+                    
+                    /**
+                     * @desc Z2-D1-EP/EventHistory1
+                     */
+                    const EventHistory c_PICS_Z2_D1_Hx := { 
+                        { // Z2_D1_H1
+                            eventPosition := {
+                                deltaLatitude                       := 718,
+                                deltaLongitude                      := 7406,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        },
+                        { // Z2_D1_H2
+                            eventPosition := {
+                                deltaLatitude                       := 577,
+                                deltaLongitude                      := 5717,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        }
+                    }; // End of c_PICS_Z2_D1_Hx
+                    
+                    /**
+                     * @desc Z2-D1-Traces/Trace1
+                     */
+                    const Traces c_PICS_Z2_D1_Tx := {
+                        {
+                            { // Z2-D1-T1
+                                pathPosition := {
+                                    deltaLatitude                       := -1377,
+                                    deltaLongitude                      := -12164,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z2-D1-T2
+                                pathPosition := {
+                                    deltaLatitude                       := 55,
+                                    deltaLongitude                      := -609,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z2-D1-T3
+                                pathPosition := {
+                                    deltaLatitude                       := 312,
+                                    deltaLongitude                      := -587,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z2-D1-T4
+                                pathPosition := {
+                                    deltaLatitude                       := 358,
+                                    deltaLongitude                      := -421,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z2-D1-T5
+                                pathPosition := {
+                                    deltaLatitude                       := 860,
+                                    deltaLongitude                      := -254,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            }
+                        }
+                    }; // End of c_PICS_Z2_D1_Tx
+                    
+                    const DenmParm c_PICS_Z2_D1 := {
+                        eventPosition                               := c_PICS_Z2_D1_EP,
+                        causeCodeType                               := CauseCodeType_roadworks_,
+                        eventHistory                                := c_PICS_Z2_D1_Hx,
+                        traces                                      := c_PICS_Z2_D1_Tx,
+                        roadWorksContainerExtended := {
+                            lightBarSirenInUse                      := omit,
+                            closedLanes := {
+                                hardShoulderStatus                  := availableForDriving,
+                                drivingLaneStatus                   := '0001'B
+                            },
+                            restriction                             := omit,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
+                            incidentIndication                      := omit,
+                            recommendedPath                         := omit,
+                            startingPointSpeedLimit                 := c_PICS_Z2_D1_POS0,
+                            trafficFlowRule                         := passToRight,
+                            referenceDenms                          := omit
+                        }
+                    } // End of c_PICS_Z2_D1
+                    
+                } // End of group denmZone2_D1
+                
+                group denmZone2_D2 {
+                    
+                    /**
+                     * @desc Z2-D2-EP/POS2
+                     */
+                    const ReferencePosition c_PICS_Z2_D2_EP := {
+                        latitude                                    := 435513581,                               // Z2-D2-EP/latitude
+                        longitude                                   := 103012798,                               // Z2-D2-EP/longitude
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
+                    }; // End of c_PICS_Z2_D2_EP
+                    
+                    /**
+                     * @desc Z2-D2-EP/EventHistory2
+                     */
+                    const EventHistory c_PICS_Z2_D2_Hx := { 
+                        { // Z2_D2_H1
+                            eventPosition := {
+                                deltaLatitude                       := 3883,
+                                deltaLongitude                      := 5826,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        },
+                        { // Z2_D2_H2
+                            eventPosition := {
+                                deltaLatitude                       := 3550,
+                                deltaLongitude                      := 1859,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        }
+                    }; // End of c_PICS_Z2_D2_Hx
+                    
+                    /**
+                     * @desc Z2-D2-Traces/Trace2
+                     */
+                    const Traces c_PICS_Z2_D2_Tx := {
+                        {
+                            { // Z2-D2-T1
+                                pathPosition := {
+                                    deltaLatitude                       := -861,
+                                    deltaLongitude                      := -8506,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z2-D2-T2
+                                pathPosition := {
+                                    deltaLatitude                       := -88,
+                                    deltaLongitude                      := -949,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z2-D2-T3
+                                pathPosition := {
+                                    deltaLatitude                       := -97,
+                                    deltaLongitude                      := -817,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z2-D2-T4
+                                pathPosition := {
+                                    deltaLatitude                       := -118,
+                                    deltaLongitude                      := -815,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z2-D2-T5
+                                pathPosition := {
+                                    deltaLatitude                       := -5,
+                                    deltaLongitude                      := -631,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            }
+                        }
+                    }; // End of c_PICS_Z2_D2_Tx
+                    
+                    const DenmParm c_PICS_Z2_D2 := {
+                        eventPosition                               := c_PICS_Z2_D2_EP,
+                        causeCodeType                               := CauseCodeType_roadworks_,
+                        eventHistory                                := c_PICS_Z2_D2_Hx,
+                        traces                                      := c_PICS_Z2_D2_Tx,
+                        roadWorksContainerExtended := {
+                            lightBarSirenInUse                      := omit,
+                            closedLanes := {
+                                hardShoulderStatus                  := availableForDriving,
+                                drivingLaneStatus                   := '0011'B
+                            },
+                            restriction                             := omit,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
+                            incidentIndication                      := omit,
+                            recommendedPath                         := omit,
+                            startingPointSpeedLimit                 := omit,
+                            trafficFlowRule                         := passToRight,
+                            referenceDenms                          := omit
+                        }
+                        
+                    } // End of c_PICS_Z2_D2
+                    
+                } // End of group denmZone2_D2
+                
+                group denmZone2_D3 {
+                    
+                    /**
+                     * @desc Z2-D3-EP/POS3
+                     */
+                    const ReferencePosition c_PICS_Z2_D3_EP := {
+                        latitude                                    := 435521014,                               // Z2-D3-EP/latitude
+                        longitude                                   := 103020483,                               // Z2-D3-EP/longitude
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
+                    }; // End of c_PICS_Z2_D3_EP
+                    
+                    /**
+                     * @desc Z2-D3-EP/EventHistory1
+                     */
+                    const EventHistory c_PICS_Z2_D3_Hx := { 
+                        { // Z2_D3_H1
+                            eventPosition := {
+                                deltaLatitude                       := 3169,
+                                deltaLongitude                      := 1084,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        },
+                        { // Z2_D3_H2
+                            eventPosition := {
+                                deltaLatitude                       := 2020,
+                                deltaLongitude                      := -1029,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        }
+                    }; // End of c_PICS_Z2_D3_Hx
+                    
+                    /**
+                     * @desc Z2-D3-Traces/Trace1
+                     */
+                    const Traces c_PICS_Z2_D3_Tx := {
+                        {
+                            { // Z2-D3-T1
+                                pathPosition := {
+                                    deltaLatitude                       := -6382,
+                                    deltaLongitude                      := -3852,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z2-D3-T2
+                                pathPosition := {
+                                    deltaLatitude                       := -132,
+                                    deltaLongitude                      := -653,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z2-D3-T3
+                                pathPosition := {
+                                    deltaLatitude                       := -355,
+                                    deltaLongitude                      := -1040,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z2-D3-T4
+                                pathPosition := {
+                                    deltaLatitude                       := -362,
+                                    deltaLongitude                      := -941,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            }
+                        }
+                    }; // End of c_PICS_Z2_D3_Tx
+                    
+                    const DenmParm c_PICS_Z2_D3 := {
+                        eventPosition                               := c_PICS_Z2_D3_EP,
+                        causeCodeType                               := CauseCodeType_roadworks_,
+                        eventHistory                                := c_PICS_Z2_D3_Hx,
+                        traces                                      := c_PICS_Z2_D3_Tx,
+                        roadWorksContainerExtended := {
+                            lightBarSirenInUse                      := omit,
+                            closedLanes := {
+                                hardShoulderStatus                  := closed,
+                                drivingLaneStatus                   := '0100'B
+                            },
+                            restriction                             := omit,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
+                            incidentIndication                      := omit,
+                            recommendedPath                         := omit,
+                            startingPointSpeedLimit                 := omit,
+                            trafficFlowRule                         := passToLeft,
+                            referenceDenms                          := omit
+                        }
+                    } // End of c_PICS_Z2_D3
+                    
+                } // group denmZone2_D3
+                
+            } // End of group denmZone2
+            
+            group denmZone3 {
+                
+                group denmZone3_D1 {
+                        
+                    /**
+                     * @desc Z3-D1-EP/POS0
+                     */
+                    const DeltaReferencePosition c_PICS_Z3_D1_POS0 := {
garciay's avatar
garciay committed
+                        deltaLatitude                       := -3495,
+                        deltaLongitude                      := -5236,
3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172
+                        deltaAltitude                       := 0
+                    }; // End of c_PICS_Z3_D1_POS0
+                    
+                    /**
+                     * @desc Z3-D1-EP/POS1
+                     */
+                    const ReferencePosition c_PICS_Z3_D1_EP := {
+                        latitude                                    := 435537393,                               // Z3-D1-EP/latitude
+                        longitude                                   := 103003415,                               // Z3-D1-EP/longitude
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
+                    }; // End of c_PICS_Z3_D1_EP
+                        
+                    /**
+                     * @desc Z3-D1-EP/EventHistory1
+                     */
+                    const EventHistory c_PICS_Z3_D1_Hx := { 
+                        { // Z3_D1_H1
+                            eventPosition := {
+                                deltaLatitude                       := -2546,
+                                deltaLongitude                      := -3697,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        },
+                        { // Z3_D1_H2
+                            eventPosition := {
+                                deltaLatitude                       := 2969,
+                                deltaLongitude                      := 3874,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        }
+                    }; // End of c_PICS_Z3_D1_Hx
+                        
+                    /**
+                     * @desc Z3-D1-Traces/Trace1
+                     */
+                    const Traces c_PICS_Z3_D1_Tx := {
+                        {
+                            { // Z3-D1-T1
+                                pathPosition := {
+                                    deltaLatitude                       := -4657,
+                                    deltaLongitude                      := -9320,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z3-D1-T2
+                                pathPosition := {
+                                    deltaLatitude                       := -34,
+                                    deltaLongitude                      := -1018,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z3-D1-T3
+                                pathPosition := {
+                                    deltaLatitude                       := -109,
+                                    deltaLongitude                      := -897,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z3-D1-T4
+                                pathPosition := {
+                                    deltaLatitude                       := -247,
+                                    deltaLongitude                      := -797,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z3-D1-T5
+                                pathPosition := {
+                                    deltaLatitude                       := -258,
+                                    deltaLongitude                      := -675,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            }
+                        }
+                    }; // End of c_PICS_Z3_D1_Tx
+                        
+                    const DenmParm c_PICS_Z3_D1 := {
+                        eventPosition                               := c_PICS_Z3_D1_EP,
+                        causeCodeType                               := CauseCodeType_roadworks_,
+                        eventHistory                                := c_PICS_Z3_D1_Hx,
+                        traces                                      := c_PICS_Z3_D1_Tx,
+                        roadWorksContainerExtended := {
+                            lightBarSirenInUse                      := omit,
+                            closedLanes := {
+                                hardShoulderStatus                  := availableForDriving,
+                                drivingLaneStatus                   := '0001'B
+                            },
+                            restriction                             := omit,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
+                            incidentIndication                      := omit,
+                            recommendedPath                         := omit,
+                            startingPointSpeedLimit                 := c_PICS_Z3_D1_POS0,
+                            trafficFlowRule                         := passToRight,
+                            referenceDenms                          := omit
+                        }
+                    } // End of c_PICS_Z3_D1
+                        
+                } // End of group denmZone3_D1
+                    
+                group denmZone3_D2 {
+                        
+                    /**
+                     * @desc Z3-D2-EP/POS2
+                     */
+                    const ReferencePosition c_PICS_Z3_D2_EP := {
+                        latitude                                    := 435543599,                               // Z3-D2-EP/latitude
+                        longitude                                   := 103041247,                               // Z3-D2-EP/longitude
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
+                    }; // End of c_PICS_Z3_D2_EP
+                        
+                    /**
+                     * @desc Z3-D2-EP/EventHistory2
+                     */
+                    const EventHistory c_PICS_Z3_D2_Hx := { 
+                        { // Z3_D2_H1
+                            eventPosition := {
+                                deltaLatitude                       := 1910,
+                                deltaLongitude                      := 2225,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        },
+                        { // Z3_D2_H2
+                            eventPosition := {
+                                deltaLatitude                       := 4675,
+                                deltaLongitude                      := -6121,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        }
+                    }; // End of c_PICS_Z3_D2_Hx
+                        
+                    /**
+                     * @desc Z3-D2-Traces/Trace2
+                     */
+                    const Traces c_PICS_Z3_D2_Tx := {
+                        {
+                            { // Z3-D2-T1
+                                pathPosition := {
+                                    deltaLatitude                       := -3929,
+                                    deltaLongitude                      := -5291,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z3-D2-T2
+                                pathPosition := {
+                                    deltaLatitude                       := -461,
+                                    deltaLongitude                      := -575,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z3-D2-T3
+                                pathPosition := {
+                                    deltaLatitude                       := -460,
+                                    deltaLongitude                      := -576,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z3-D2-T4
+                                pathPosition := {
+                                    deltaLatitude                       := -494,
+                                    deltaLongitude                      := -996,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z3-D2-T5
+                                pathPosition := {
+                                    deltaLatitude                       := -511,
+                                    deltaLongitude                      := -719,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            }
+                        }
+                    }; // End of c_PICS_Z3_D2_Tx
+                        
+                    const DenmParm c_PICS_Z3_D2 := {
+                        eventPosition                               := c_PICS_Z3_D2_EP,
+                        causeCodeType                               := CauseCodeType_roadworks_,
+                        eventHistory                                := c_PICS_Z3_D2_Hx,
+                        traces                                      := c_PICS_Z3_D2_Tx,
+                        roadWorksContainerExtended := {
+                            lightBarSirenInUse                      := omit,
+                            closedLanes := {
+                                hardShoulderStatus                  := availableForDriving,
+                                drivingLaneStatus                   := '0011'B
+                            },
+                            restriction                             := omit,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
+                            incidentIndication                      := omit,
+                            recommendedPath                         := omit,
+                            startingPointSpeedLimit                 := omit,
+                            trafficFlowRule                         := passToRight,
+                            referenceDenms                          := omit
+                        }
+                            
+                    } // End of c_PICS_Z3_D2
+                        
+                } // End of group denmZone3_D2
+                    
+                group denmZone3_D3 {
+                        
+                    /**
+                     * @desc Z3-D3-EP/POS3
+                     */
+                    const ReferencePosition c_PICS_Z3_D3_EP := {
+                        latitude                                    := 435550184,                               // Z3-D3-EP/latitude
+                        longitude                                   := 103037351,                               // Z3-D3-EP/longitude
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
+                    }; // End of c_PICS_Z3_D3_EP
+                        
+                    /**
+                     * @desc Z3-D3-EP/EventHistory1
+                     */
+                    const EventHistory c_PICS_Z3_D3_Hx := { 
+                        { // Z3_D3_H1
+                            eventPosition := {
+                                deltaLatitude                       := 1279,
+                                deltaLongitude                      := -2037,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        },
+                        { // Z3_D3_H2
+                            eventPosition := {
+                                deltaLatitude                       := 1482,
+                                deltaLongitude                      := -2136,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        }
+                    }; // End of c_PICS_Z3_D3_Hx
+                        
+                    /**
+                     * @desc Z3-D3-Traces/Trace1
+                     */
+                    const Traces c_PICS_Z3_D3_Tx := {
+                        {
+                            { // Z3-D3-T1
+                                pathPosition := {
+                                    deltaLatitude                       := -3578,
+                                    deltaLongitude                      := 6055,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z3-D3-T2
+                                pathPosition := {
+                                    deltaLatitude                       := -527,
+                                    deltaLongitude                      := 155,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z3-D3-T3
+                                pathPosition := {
+                                    deltaLatitude                       := -1162,
+                                    deltaLongitude                      := 532,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z3-D3-T4
+                                pathPosition := {
+                                    deltaLatitude                       := -752,
+                                    deltaLongitude                      := -885,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            }
+                        }
+                    }; // End of c_PICS_Z3_D3_Tx
+                        
+                    const DenmParm c_PICS_Z3_D3 := {
+                        eventPosition                               := c_PICS_Z3_D3_EP,
+                        causeCodeType                               := CauseCodeType_roadworks_,
+                        eventHistory                                := c_PICS_Z3_D3_Hx,
+                        traces                                      := c_PICS_Z3_D3_Tx,
+                        roadWorksContainerExtended := {
+                            lightBarSirenInUse                      := omit,
+                            closedLanes := {
+                                hardShoulderStatus                  := closed,
+                                drivingLaneStatus                   := '0100'B
+                            },
+                            restriction                             := omit,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
+                            incidentIndication                      := omit,
+                            recommendedPath                         := omit,
+                            startingPointSpeedLimit                 := omit,
+                            trafficFlowRule                         := passToLeft,
+                            referenceDenms                          := omit
+                        }
+                    } // End of c_PICS_Z3_D3
+                        
+                } // group denmZone3_D3
+                
+            } // group denmZone3
+            
+            group denmZone4 {
+                
+                group denmZone4_D1 {
+                        
+                    /**
+                     * @desc Z4-D1-EP/POS0
+                     */
+                    const DeltaReferencePosition c_PICS_Z4_D1_POS0 := {
garciay's avatar
garciay committed
+                        deltaLatitude                       := -3325,
+                        deltaLongitude                      := -4184,
4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499
+                        deltaAltitude                       := 0
+                    }; // End of c_PICS_Z4_D1_POS0
+                    
+                    /**
+                     * @desc Z4-D1-EP/POS1
+                     */
+                    const ReferencePosition c_PICS_Z4_D1_EP := {
+                        latitude                                    := 435562873,                               // Z4-D1-EP/latitude
+                        longitude                                   := 103041679,                               // Z4-D1-EP/longitude
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
+                    }; // End of c_PICS_Z4_D1_EP
+                        
+                    /**
+                     * @desc Z4-D1-EP/EventHistory1
+                     */
+                    const EventHistory c_PICS_Z4_D1_Hx := { 
+                        { // Z4_D1_H1
+                            eventPosition := {
+                                deltaLatitude                       := 1817,
+                                deltaLongitude                      := 5988,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        },
+                        { // Z4_D1_H2
+                            eventPosition := {
+                                deltaLatitude                       := 2484,
+                                deltaLongitude                      := 4406,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        }
+                    }; // End of c_PICS_Z4_D1_Hx
+                        
+                    /**
+                     * @desc Z4-D1-Traces/Trace1
+                     */
+                    const Traces c_PICS_Z4_D1_Tx := {
+                        {
+                            { // Z4-D1-T1
+                                pathPosition := {
+                                    deltaLatitude                       := -6894,
+                                    deltaLongitude                      := -8590,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z4-D1-T2
+                                pathPosition := {
+                                    deltaLatitude                       := -587,
+                                    deltaLongitude                      := -598,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z4-D1-T3
+                                pathPosition := {
+                                    deltaLatitude                       := -471,
+                                    deltaLongitude                      := -453,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z4-D1-T4
+                                pathPosition := {
+                                    deltaLatitude                       := -565,
+                                    deltaLongitude                      := -244,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z4-D1-T5
+                                pathPosition := {
+                                    deltaLatitude                       := -340,
+                                    deltaLongitude                      := 199,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            }
+                        }
+                    }; // End of c_PICS_Z4_D1_Tx
+                        
+                    const DenmParm c_PICS_Z4_D1 := {
+                        eventPosition                               := c_PICS_Z4_D1_EP,
+                        causeCodeType                               := CauseCodeType_roadworks_,
+                        eventHistory                                := c_PICS_Z4_D1_Hx,
+                        traces                                      := c_PICS_Z4_D1_Tx,
+                        roadWorksContainerExtended := {
+                            lightBarSirenInUse                      := omit,
+                            closedLanes := {
+                                hardShoulderStatus                  := availableForDriving,
+                                drivingLaneStatus                   := '0001'B
+                            },
+                            restriction                             := omit,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
+                            incidentIndication                      := omit,
+                            recommendedPath                         := omit,
+                            startingPointSpeedLimit                 := c_PICS_Z4_D1_POS0,
+                            trafficFlowRule                         := passToRight,
+                            referenceDenms                          := omit
+                        }
+                    } // End of c_PICS_Z4_D1
+                        
+                } // End of group denmZone4_D1
+                    
+                group denmZone4_D2 {
+                        
+                    /**
+                     * @desc Z4-D2-EP/POS2
+                     */
+                    const ReferencePosition c_PICS_Z4_D2_EP := {
+                        latitude                                    := 435567174,                               // Z4-D2-EP/latitude
+                        longitude                                   := 103052073,                               // Z4-D2-EP/longitude
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
+                    }; // End of c_PICS_Z4_D2_EP
+                        
+                    /**
+                     * @desc Z4-D2-EP/EventHistory2
+                     */
+                    const EventHistory c_PICS_Z4_D2_Hx := { 
+                        { // Z4_D2_H1
+                            eventPosition := {
+                                deltaLatitude                       := 3300,
+                                deltaLongitude                      := 4505,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        },
+                        { // Z4_D2_H2
+                            eventPosition := {
+                                deltaLatitude                       := 3078,
+                                deltaLongitude                      := 4173,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        }
+                    }; // End of c_PICS_Z4_D2_Hx
+                        
+                    /**
+                     * @desc Z4-D2-Traces/Trace2
+                     */
+                    const Traces c_PICS_Z4_D2_Tx := {
+                        {
+                            { // Z4-D2-T1
+                                pathPosition := {
+                                    deltaLatitude                       := -3022,
+                                    deltaLongitude                      := -6896,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z4-D2-T2
+                                pathPosition := {
+                                    deltaLatitude                       := -171,
+                                    deltaLongitude                      := -919,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z4-D2-T3
+                                pathPosition := {
+                                    deltaLatitude                       := -197,
+                                    deltaLongitude                      := -653,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z4-D2-T4
+                                pathPosition := {
+                                    deltaLatitude                       := -258,
+                                    deltaLongitude                      := -675,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z4-D2-T5
+                                pathPosition := {
+                                    deltaLatitude                       := -258,
+                                    deltaLongitude                      := -676,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            }
+                        }
+                    }; // End of c_PICS_Z4_D2_Tx
+                        
+                    const DenmParm c_PICS_Z4_D2 := {
+                        eventPosition                               := c_PICS_Z4_D2_EP,
+                        causeCodeType                               := CauseCodeType_roadworks_,
+                        eventHistory                                := c_PICS_Z4_D2_Hx,
+                        traces                                      := c_PICS_Z4_D2_Tx,
+                        roadWorksContainerExtended := {
+                            lightBarSirenInUse                      := omit,
+                            closedLanes := {
+                                hardShoulderStatus                  := availableForDriving,
+                                drivingLaneStatus                   := '0011'B
+                            },
+                            restriction                             := omit,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
+                            incidentIndication                      := omit,
+                            recommendedPath                         := omit,
+                            startingPointSpeedLimit                 := omit,
+                            trafficFlowRule                         := passToRight,
+                            referenceDenms                          := omit
+                        }
+                            
+                    } // End of c_PICS_Z4_D2
+                        
+                } // End of group denmZone4_D2
+                    
+                group denmZone4_D3 {
+                        
+                    /**
+                     * @desc Z4-D3-EP/POS3
+                     */
+                    const ReferencePosition c_PICS_Z4_D3_EP := {
+                        latitude                                    := 435573552,                               // Z4-D3-EP/latitude
+                        longitude                                   := 103060751,                               // Z4-D3-EP/longitude
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
+                    }; // End of c_PICS_Z4_D3_EP
+                        
+                    /**
+                     * @desc Z4-D3-EP/EventHistory1
+                     */
+                    const EventHistory c_PICS_Z4_D3_Hx := { 
+                        { // Z4_D3_H1
+                            eventPosition := {
+                                deltaLatitude                       := 2629,
+                                deltaLongitude                      := 3476,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        },
+                        { // Z4_D3_H2
+                            eventPosition := {
+                                deltaLatitude                       := 1984, 
+                                deltaLongitude                      := 2181,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        }
+                    }; // End of c_PICS_Z4_D3_Hx
+                        
+                    /**
+                     * @desc Z4-D3-Traces/Trace1
+                     */
+                    const Traces c_PICS_Z4_D3_Tx := {
+                        {
+                            { // Z4-D3-T1
+                                pathPosition := {
+                                    deltaLatitude                       := -4167,
+                                    deltaLongitude                      := -5534,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z4-D3-T2
+                                pathPosition := {
+                                    deltaLatitude                       := -450,
+                                    deltaLongitude                      := -698,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z4-D3-T3
+                                pathPosition := {
+                                    deltaLatitude                       := -510,
+                                    deltaLongitude                      := -719,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z4-D3-T4
+                                pathPosition := {
+                                    deltaLatitude                       := -393,
+                                    deltaLongitude                      := -653,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            }
+                        }
+                    }; // End of c_PICS_Z4_D3_Tx
+                        
+                    const DenmParm c_PICS_Z4_D3 := {
+                        eventPosition                               := c_PICS_Z4_D3_EP,
+                        causeCodeType                               := CauseCodeType_roadworks_,
+                        eventHistory                                := c_PICS_Z4_D3_Hx,
+                        traces                                      := c_PICS_Z4_D3_Tx,
+                        roadWorksContainerExtended := {
+                            lightBarSirenInUse                      := omit,
+                            closedLanes := {
+                                hardShoulderStatus                  := closed,
+                                drivingLaneStatus                   := '0100'B
+                            },
+                            restriction                             := omit,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
+                            incidentIndication                      := omit,
+                            recommendedPath                         := omit,
+                            startingPointSpeedLimit                 := omit,
+                            trafficFlowRule                         := passToRight,
+                            referenceDenms                          := omit
+                        }
+                    } // End of c_PICS_Z4_D3
+                        
+                } // group denmZone4_D3
+                
+            } // group denmZone4
+            
+            group denmZone5 {
+                
+                group denmZone5_D1 {
+                    
+                    /**
+                     * @desc Z5-D1-EP/POS0
+                     */
+                    const DeltaReferencePosition c_PICS_Z5_D1_POS0 := {
garciay's avatar
garciay committed
+                        deltaLatitude                       := 3984,
+                        deltaLongitude                      := 4085,
4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826
+                        deltaAltitude                       := 0
+                    }; // End of c_PICS_Z5_D1_POS0
+                    
+                    /**
+                     * @desc Z5-D1-EP/POS1
+                     */
+                    const ReferencePosition c_PICS_Z5_D1_EP := {
+                        latitude                                    := 435574984,                               // Z5-D1-EP/latitude
+                        longitude                                   := 103061238,                               // Z5-D1-EP/longitude
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
+                    }; // End of c_PICS_Z5_D1_EP
+                        
+                    /**
+                     * @desc Z5-D1-EP/EventHistory1
+                     */
+                    const EventHistory c_PICS_Z5_D1_Hx := { 
+                        { // Z5_D1_H1
+                            eventPosition := {
+                                deltaLatitude                       := -3178,
+                                deltaLongitude                      := -4461,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        },
+                        { // Z5_D1_H2
+                            eventPosition := {
+                                deltaLatitude                       := -3255,
+                                deltaLongitude                      := -4339,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        }
+                    }; // End of c_PICS_Z5_D1_Hx
+                        
+                    /**
+                     * @desc Z5-D1-Traces/Trace1
+                     */
+                    const Traces c_PICS_Z5_D1_Tx := {
+                        {
+                            { // Z5-D1-T1
+                                pathPosition := {
+                                    deltaLatitude                       := 10830,
+                                    deltaLongitude                      := 4285,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z5-D1-T2
+                                pathPosition := {
+                                    deltaLatitude                       := 729,
+                                    deltaLongitude                      := -255,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z5-D1-T3
+                                pathPosition := {
+                                    deltaLatitude                       := 754,
+                                    deltaLongitude                      := -443,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z5-D1-T4
+                                pathPosition := {
+                                    deltaLatitude                       := 592,
+                                    deltaLongitude                      := -155,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z5-D1-T5
+                                pathPosition := {
+                                    deltaLatitude                       := 734,
+                                    deltaLongitude                      := 321,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            }
+                        }
+                    }; // End of c_PICS_Z5_D1_Tx
+                        
+                    const DenmParm c_PICS_Z5_D1 := {
+                        eventPosition                               := c_PICS_Z5_D1_EP,
+                        causeCodeType                               := CauseCodeType_roadworks_,
+                        eventHistory                                := c_PICS_Z5_D1_Hx,
+                        traces                                      := c_PICS_Z5_D1_Tx,
+                        roadWorksContainerExtended := {
+                            lightBarSirenInUse                      := omit,
+                            closedLanes := {
+                                hardShoulderStatus                  := availableForDriving,
+                                drivingLaneStatus                   := '0001'B
+                            },
+                            restriction                             := omit,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
+                            incidentIndication                      := omit,
+                            recommendedPath                         := omit,
+                            startingPointSpeedLimit                 := c_PICS_Z5_D1_POS0,
+                            trafficFlowRule                         := passToRight,
+                            referenceDenms                          := omit
+                        }
+                    } // End of c_PICS_Z5_D1
+                        
+                } // End of group denmZone5_D1
+                    
+                group denmZone5_D2 {
+                        
+                    /**
+                     * @desc Z5-D2-EP/POS2
+                     */
+                    const ReferencePosition c_PICS_Z5_D2_EP := {
+                        latitude                                    := 435568551,                               // Z5-D2-EP/latitude
+                        longitude                                   := 103052438,                               // Z5-D2-EP/longitude
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
+                    }; // End of c_PICS_Z5_D2_EP
+                        
+                    /**
+                     * @desc Z5-D2-EP/EventHistory2
+                     */
+                    const EventHistory c_PICS_Z5_D2_Hx := { 
+                        { // Z5_D2_H1
+                            eventPosition := {
+                                deltaLatitude                       := -2673,
+                                deltaLongitude                      := -4372,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        },
+                        { // Z5_D2_H2
+                            eventPosition := {
+                                deltaLatitude                       := -703,
+                                deltaLongitude                      := -6930,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        }
+                    }; // End of c_PICS_Z5_D2_Hx
+                        
+                    /**
+                     * @desc Z5-D2-Traces/Trace2
+                     */
+                    const Traces c_PICS_Z5_D2_Tx := {
+                        {
+                            { // Z5-D2-T1
+                                pathPosition := {
+                                    deltaLatitude                       := 3869,
+                                    deltaLongitude                      := 5325,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z5-D2-T2
+                                pathPosition := {
+                                    deltaLatitude                       := 637,
+                                    deltaLongitude                      := 741,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z5-D2-T3
+                                pathPosition := {
+                                    deltaLatitude                       := 561,
+                                    deltaLongitude                      := 864,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z5-D2-T4
+                                pathPosition := {
+                                    deltaLatitude                       := 575,
+                                    deltaLongitude                      := 719,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z5-D2-T5
+                                pathPosition := {
+                                    deltaLatitude                       := 511,
+                                    deltaLongitude                      := 720,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            }
+                        }
+                    }; // End of c_PICS_Z5_D2_Tx
+                        
+                    const DenmParm c_PICS_Z5_D2 := {
+                        eventPosition                               := c_PICS_Z5_D2_EP,
+                        causeCodeType                               := CauseCodeType_roadworks_,
+                        eventHistory                                := c_PICS_Z5_D2_Hx,
+                        traces                                      := c_PICS_Z5_D2_Tx,
+                        roadWorksContainerExtended := {
+                            lightBarSirenInUse                      := omit,
+                            closedLanes := {
+                                hardShoulderStatus                  := availableForDriving,
+                                drivingLaneStatus                   := '0011'B
+                            },
+                            restriction                             := omit,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
+                            incidentIndication                      := omit,
+                            recommendedPath                         := omit,
+                            startingPointSpeedLimit                 := omit,
+                            trafficFlowRule                         := passToRight,
+                            referenceDenms                          := omit
+                        }
+                            
+                    } // End of c_PICS_Z5_D2
+                    
+                } // End of group denmZone5_D2
+                    
+                group denmZone5_D3 {
+                        
+                    /**
+                     * @desc Z5-D3-EP/POS3
+                     */
+                    const ReferencePosition c_PICS_Z5_D3_EP := {
+                        latitude                                    := 435565175,                               // Z5-D3-EP/latitude
+                        longitude                                   := 103041136,                               // Z5-D3-EP/longitude
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
+                    }; // End of c_PICS_Z5_D3_EP
+                        
+                    /**
+                     * @desc Z5-D3-EP/EventHistory1
+                     */
+                    const EventHistory c_PICS_Z5_D3_Hx := { 
+                        { // Z5_D3_H1
+                            eventPosition := {
+                                deltaLatitude                       := -2151,
+                                deltaLongitude                      := -3121,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        },
+                        { // Z5_D3_H2
+                            eventPosition := {
+                                deltaLatitude                       := -2343,
+                                deltaLongitude                      := -2413,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        }
+                    }; // End of c_PICS_Z5_D3_Hx
+                        
+                    /**
+                     * @desc Z5-D3-Traces/Trace1
+                     */
+                    const Traces c_PICS_Z5_D3_Tx := {
+                        {
+                            { // Z5-D3-T1
+                                pathPosition := {
+                                    deltaLatitude                       := 1334,
+                                    deltaLongitude                      := 8424,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z5-D3-T2
+                                pathPosition := {
+                                    deltaLatitude                       := 450,
+                                    deltaLongitude                      := 697,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z5-D3-T3
+                                pathPosition := {
+                                    deltaLatitude                       := 510,
+                                    deltaLongitude                      := 720,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z5-D3-T4
+                                pathPosition := {
+                                    deltaLatitude                       := 511,
+                                    deltaLongitude                      := 719,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            }
+                        }
+                    }; // End of c_PICS_Z5_D3_Tx
+                        
+                    const DenmParm c_PICS_Z5_D3 := {
+                        eventPosition                               := c_PICS_Z5_D3_EP,
+                        causeCodeType                               := CauseCodeType_roadworks_,
+                        eventHistory                                := c_PICS_Z5_D3_Hx,
+                        traces                                      := c_PICS_Z5_D3_Tx,
+                        roadWorksContainerExtended := {
+                            lightBarSirenInUse                      := omit,
+                            closedLanes := {
+                                hardShoulderStatus                  := closed,
+                                drivingLaneStatus                   := '0100'B
+                            },
+                            restriction                             := omit,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
+                            incidentIndication                      := omit,
+                            recommendedPath                         := omit,
+                            startingPointSpeedLimit                 := omit,
+                            trafficFlowRule                         := passToLeft,
+                            referenceDenms                          := omit
+                        }
+                    } // End of c_PICS_Z5_D3
+                        
+                } // group denmZone5_D3
+                
+            } // group denmZone5
+            
+            group denmZone6 {
+                
+                group denmZone6_D1 {
+                    
+                    /**
+                     * @desc Z6-D1-EP/POS0
+                     */
+                    const DeltaReferencePosition c_PICS_Z6_D1_POS0 := {
garciay's avatar
garciay committed
+                        deltaLatitude                       := 2738,
+                        deltaLongitude                      := -3929,
4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 5780 5781 5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834 5835 5836 5837 5838 5839 5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 5956 5957 5958 5959 5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046 6047 6048 6049 6050 6051 6052 6053 6054 6055 6056 6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162 6163 6164
+                        deltaAltitude                       := 0
+                    }; // End of c_PICS_Z6_D1_POS0
+                    
+                    /**
+                     * @desc Z6-D1-EP/POS1
+                     */
+                    const ReferencePosition c_PICS_Z6_D1_EP := {
+                        latitude                                    := 435549548,                               // Z6-D1-EP/latitude
+                        longitude                                   := 103036609,                               // Z6-D1-EP/longitude
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
+                    }; // End of c_PICS_Z6_D1_EP
+                    
+                    /**
+                     * @desc Z6-D1-EP/EventHistory1
+                     */
+                    const EventHistory c_PICS_Z6_D1_Hx := { 
+                        { // Z6_D1_H1
+                            eventPosition := {
+                                deltaLatitude                       := -2399,
+                                deltaLongitude                      := 2347,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        },
+                        { // Z6_D1_H2
+                            eventPosition := {
+                                deltaLatitude                       := -4549,
+                                deltaLongitude                      := -6309,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        }
+                    }; // End of c_PICS_Z6_D1_Hx
+                        
+                    /**
+                     * @desc Z6-D1-Traces/Trace1
+                     */
+                    const Traces c_PICS_Z6_D1_Tx := {
+                        {
+                            { // Z6-D1-T1
+                                pathPosition := {
+                                    deltaLatitude                       := 4977,
+                                    deltaLongitude                      := -7317,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z6-D1-T2
+                                pathPosition := {
+                                    deltaLatitude                       := 264,
+                                    deltaLongitude                      := -77,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z6-D1-T3
+                                pathPosition := {
+                                    deltaLatitude                       := 263,
+                                    deltaLongitude                      := -78,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z6-D1-T4
+                                pathPosition := {
+                                    deltaLatitude                       := 131,
+                                    deltaLongitude                      := 0,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z6-D1-T5
+                                pathPosition := {
+                                    deltaLatitude                       := 803,
+                                    deltaLongitude                      := 299,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            }
+                        }
+                    }; // End of c_PICS_Z6_D1_Tx
+                        
+                    const DenmParm c_PICS_Z6_D1 := {
+                        eventPosition                               := c_PICS_Z6_D1_EP,
+                        causeCodeType                               := CauseCodeType_roadworks_,
+                        eventHistory                                := c_PICS_Z6_D1_Hx,
+                        traces                                      := c_PICS_Z6_D1_Tx,
+                        roadWorksContainerExtended := {
+                            lightBarSirenInUse                      := omit,
+                            closedLanes := {
+                                hardShoulderStatus                  := availableForDriving,
+                                drivingLaneStatus                   := '0001'B
+                            },
+                            restriction                             := omit,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
+                            incidentIndication                      := omit,
+                            recommendedPath                         := omit,
+                            startingPointSpeedLimit                 := c_PICS_Z6_D1_POS0,
+                            trafficFlowRule                         := passToRight,
+                            referenceDenms                          := omit
+                        }
+                    } // End of c_PICS_Z6_D1
+                        
+                } // End of group denmZone6_D1
+                    
+                group denmZone6_D2 {
+                        
+                    /**
+                     * @desc Z6-D2-EP/POS2
+                     */
+                    const ReferencePosition c_PICS_Z6_D2_EP := {
+                        latitude                                    := 435542600,                               // Z6-D2-EP/latitude
+                        longitude                                   := 103032647,                               // Z6-D2-EP/longitude
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
+                    }; // End of c_PICS_Z6_D2_EP
+                        
+                    /**
+                     * @desc Z6-D2-EP/EventHistory2
+                     */
+                    const EventHistory c_PICS_Z6_D2_Hx := { 
+                        { // Z6_D2_H1
+                            eventPosition := {
+                                deltaLatitude                       := -2465,
+                                deltaLongitude                      := -3601,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        },
+                        { // Z6_D2_H2
+                            eventPosition := {
+                                deltaLatitude                       := -3375,
+                                deltaLongitude                      := -4701,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        }
+                    }; // End of c_PICS_Z6_D2_Hx
+                        
+                    /**
+                     * @desc Z6-D2-Traces/Trace2
+                     */
+                    const Traces c_PICS_Z6_D2_Tx := {
+                        {
+                            { // Z6-D2-T1
+                                pathPosition := {
+                                    deltaLatitude                       := 3966,
+                                    deltaLongitude                      := 5689,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z6-D2-T2
+                                pathPosition := {
+                                    deltaLatitude                       := 583,
+                                    deltaLongitude                      := 620,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z6-D2-T3
+                                pathPosition := {
+                                    deltaLatitude                       := 780,
+                                    deltaLongitude                      := -111,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z6-D2-T4
+                                pathPosition := {
+                                    deltaLatitude                       := 412,
+                                    deltaLongitude                      := -299,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z6-D2-T5
+                                pathPosition := {
+                                    deltaLatitude                       := 373,
+                                    deltaLongitude                      := -564,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            }
+                        }
+                    }; // End of c_PICS_Z6_D2_Tx
+                        
+                    const DenmParm c_PICS_Z6_D2 := {
+                        eventPosition                               := c_PICS_Z6_D2_EP,
+                        causeCodeType                               := CauseCodeType_roadworks_,
+                        eventHistory                                := c_PICS_Z6_D2_Hx,
+                        traces                                      := c_PICS_Z6_D2_Tx,
+                        roadWorksContainerExtended := {
+                            lightBarSirenInUse                      := omit,
+                            closedLanes := {
+                                hardShoulderStatus                  := availableForDriving,
+                                drivingLaneStatus                   := '0011'B
+                            },
+                            restriction                             := omit,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
+                            incidentIndication                      := omit,
+                            recommendedPath                         := omit,
+                            startingPointSpeedLimit                 := omit,
+                            trafficFlowRule                         := passToRight,
+                            referenceDenms                          := omit
+                        }
+                            
+                    } // End of c_PICS_Z6_D2
+                        
+                } // End of group denmZone6_D2
+                    
+                group denmZone6_D3 {
+                        
+                    /**
+                     * @desc Z6-D3-EP/POS3
+                     */
+                    const ReferencePosition c_PICS_Z6_D3_EP := {
+                        latitude                                    := 435536760,                               // Z6-D3-EP/latitude
+                        longitude                                   := 103024345,                               // Z6-D3-EP/longitude
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
+                    }; // End of c_PICS_Z6_D3_EP
+                        
+                    /**
+                     * @desc Z6-D3-EP/EventHistory1
+                     */
+                    const EventHistory c_PICS_Z6_D3_Hx := { 
+                        { // Z6_D3_H1
+                            eventPosition := {
+                                deltaLatitude                       := -1685,
+                                deltaLongitude                      := -2568,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        },
+                        { // Z6_D3_H2
+                            eventPosition := {
+                                deltaLatitude                       := -1864,
+                                deltaLongitude                      := -2789,
+                                deltaAltitude                       := 0
+                            },
+                            eventDeltaTime                          := omit,
+                            informationQuality                      := 0
+                        }
+                    }; // End of c_PICS_Z6_D3_Hx
+                        
+                    /**
+                     * @desc Z6-D3-Traces/Trace1
+                     */
+                    const Traces c_PICS_Z6_D3_Tx := {
+                        {
+                            { // Z6-D3-T1
+                                pathPosition := {
+                                    deltaLatitude                       := 4423,
+                                    deltaLongitude                      := 6287,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z6-D3-T2
+                                pathPosition := {
+                                    deltaLatitude                       := 287,
+                                    deltaLongitude                      := 332,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z6-D3-T3
+                                pathPosition := {
+                                    deltaLatitude                       := 400,
+                                    deltaLongitude                      := 554,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            },
+                            { // Z6-D3-T4
+                                pathPosition := {
+                                    deltaLatitude                       := 395,
+                                    deltaLongitude                      := 575,
+                                    deltaAltitude                       := 0
+                                },
+                                pathDeltaTime                           := omit
+                            }
+                        }
+                    }; // End of c_PICS_Z6_D3_Tx
+                        
+                    const DenmParm c_PICS_Z6_D3 := {
+                        eventPosition                               := c_PICS_Z6_D3_EP,
+                        causeCodeType                               := CauseCodeType_roadworks_,
+                        eventHistory                                := c_PICS_Z6_D3_Hx,
+                        traces                                      := c_PICS_Z6_D3_Tx,
+                        roadWorksContainerExtended := {
+                            lightBarSirenInUse                      := omit,
+                            closedLanes := {
+                                hardShoulderStatus                  := closed,
+                                drivingLaneStatus                   := '0100'B
+                            },
+                            restriction                             := omit,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
+                            incidentIndication                      := omit,
+                            recommendedPath                         := omit,
+                            startingPointSpeedLimit                 := omit,
+                            trafficFlowRule                         := passToLeft,
+                            referenceDenms                          := omit
+                        }
+                    } // End of c_PICS_Z6_D3
+                        
+                } // group denmZone6_D3
+                
+            } // group denmZone6
+            
+            const DenmEventsParmsUseCase c_PICS_DENM_PARMS_UC1_RWW := {
+                { // Zone 1
+                    c_PICS_Z1_D1,
+                    c_PICS_Z1_D2,
+                    c_PICS_Z1_D3
+                },
+                { // Zone 2
+                    c_PICS_Z2_D1,
+                    c_PICS_Z2_D2,
+                    c_PICS_Z2_D3
+                },
+                { // Zone 3
+                    c_PICS_Z3_D1,
+                    c_PICS_Z3_D2,
+                    c_PICS_Z3_D3
+                },
+                { // Zone 4
+                    c_PICS_Z4_D1,
+                    c_PICS_Z4_D2,
+                    c_PICS_Z4_D3
+                },
+                { // Zone 5
+                    c_PICS_Z5_D1,
+                    c_PICS_Z5_D2,
+                    c_PICS_Z5_D3
+                },
+                { // Zone 6
+                    c_PICS_Z6_D1,
+                    c_PICS_Z6_D2,
+                    c_PICS_Z6_D3
+                }
+            } // End of c_PICS_DENM_PARMS_UC1_RWW
+            
+        } // End of group denmUseCase1 
+            
+    } // End of group denmEvents 
+    
+    group mapemEvents {
+        
+        group mapemCommonParams {
+            
+            const BtpPortId c_PICS_MAPEM_BTP_DESTINATION_PORT  := 2003;
+            
+            const BtpPortId c_PICS_MAPEM_BTP_SOURCE_PORT       := 0;
+            
+            const UInt32 c_PICS_MAPEM_ITS_AID                  := 138;
+            
+        } // End of group mapemCommonParams
+        
+        group mapemZone1 {
+            
+            const IntersectionReferenceID c_PICS_Z1_M1_SL_IDX := {
+                region                          := 1,
+                id                              := 13001
+            } // End of c_PICS_Z1_M1_SL_IDX
+            
+            const Position3D c_PICS_Z1_M1_SL_RP := {
+                lat                             := 435527493,
+                long                            := 103006446,
+                elevation                       := omit,
+                regional                        := omit
+            } // End of c_PICS_Z1_M1_SL_RP
+            
+            const NodeListXY c_PICS_Z1_M1_SL_LANE10 := {
+                nodes := {
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := 83,
+                                y       := -124
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := 1696,
+                                y       := 1555
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := 1251,
+                                y       := 1111
+                    }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := 1326,
+                                y       := 1026
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := 1471,
+                                y       := 304
+                            }
+                        },
+                        attributes      := omit
+                    }
+                }
+            } // End of c_PICS_Z1_M1_SL_LANE1
+            
+            const NodeListXY c_PICS_Z1_M1_SL_LANE20 := {
+                nodes := {
+                    { 
+                        delta := {
+                            node_XY6 := {
+                                x       := -109,
+                                y       := -348
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := -2926,
+                                y       := -2636
+                            }
+                        },
+                        attributes      := omit
+                    } 
+                }
+            } // End of c_PICS_Z1_M1_SL_LANE20
+            
+            const MapemParm c_PICS_Z1_M1_SL := {
+                intersections := {
+                    { // Start of intersection #0
+                        name                                := "PICS_Z1_M1_SL",
+                        id                                  := c_PICS_Z1_M1_SL_IDX,
+                        revision                            := 0,
+                        refPoint                            := c_PICS_Z1_M1_SL_RP,
+                        laneWidth                           := omit,
+                        speedLimits                         := omit,
+                        laneSet := {
+                            { // Start of Lane #1
+                                laneID                      :=  10,
+                                name                        := omit,
+                                ingressApproach             := 1,
+                                egressApproach              := omit,
+                                laneAttributes := {
+                                    directionalUse          := '10'B,
+                                    sharedWith              := '0000000000'B,
+                                    laneType := {
+                                        vehicle             := '00000000'B
+                                    },
+                                    regional                := omit
+                                },
+                                maneuvers                   := omit,
+                                nodeList                    := c_PICS_Z1_M1_SL_LANE10,
+                                connectsTo := {
+                                    {
+                                        connectingLane := {
+                                            lane            := 20,
+                                            maneuver        := omit
+                                        }, 
+                                        remoteIntersection  := omit,  
+                                        signalGroup         := 50,    
+                                        userClass           := omit, 
+                                        connectionID        := omit
+                                    }
+                                },
+                                overlays                    := omit,
+                                regional                    := omit
+                            }, // End of Lane #1
+                            { // Start of Lane #2
+                                laneID                      :=  20,
+                                name                        := omit,
+                                ingressApproach             := omit,
+                                egressApproach              := 2,
+                                laneAttributes := {
+                                    directionalUse          := '01'B,
+                                    sharedWith              := '0000000000'B,
+                                    laneType := {
+                                        vehicle             := '00000000'B
+                                    },
+                                    regional                := omit
+                                },
+                                maneuvers                   := omit,
+                                nodeList                    := c_PICS_Z1_M1_SL_LANE20,
+                                connectsTo                  := omit,
+                                overlays                    := omit,
+                                regional                    := omit
+                            } // End of Lane #2
+                        }, // End of LaneSet
+                        preemptPriorityData                 := omit,
+                        regional                            := omit
+                    } // End of intersection #0
+                }, // End of field intersections
+                roadSegments := omit
+            } // End of c_PICS_Z1_M1_SL
+            
+        } // End of group mapemZone1 
+        
+        group mapemZone2 {
+            
+            const IntersectionReferenceID c_PICS_Z2_M1_SL_IDX := {
+                region                          := 1,
+                id                              := 23001
+            } // End of c_PICS_Z2_M1_SL_IDX
+            
+            const Position3D c_PICS_Z2_M1_SL_RP := {
+                lat                             := 435512756,
+                long                            := 103002535,
+                elevation                       := omit,
+                regional                        := omit
+            } // End of c_PICS_Z2_M1_SL_RP
+            
+            const NodeListXY c_PICS_Z2_M1_SL_LANE10 := {
+                nodes := {
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := -5,
+                                y       := -253
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := -5082,
+                                y       := -701
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := -1984,
+                                y       := -341
+                    }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := -1965,
+                                y       := -390
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := -3093,
+                                y       := -391
+                            }
+                        },
+                        attributes      := omit
+                    }
+                }
+            } // End of c_PICS_Z2_M1_SL_LANE10
+            
+            const NodeListXY c_PICS_Z2_M1_SL_LANE20 := {
+                nodes := {
+                    { 
+                        delta := {
+                            node_XY6 := {
+                                x       := 287,
+                                y       := -200
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := 2988,
+                                y       := 429
+                            }
+                        },
+                        attributes      := omit
+                    } 
+                }
+            } // End of c_PICS_Z2_M1_SL_LANE20
+            
+            const MapemParm c_PICS_Z2_M1_SL := {
+                intersections := {
+                    { // Start of intersection #0
+                        name                                := "PICS_Z2_M1_SL",
+                        id                                  := c_PICS_Z2_M1_SL_IDX,
+                        revision                            := 0,
+                        refPoint                            := c_PICS_Z2_M1_SL_RP,
+                        laneWidth                           := omit,
+                        speedLimits                         := omit,
+                        laneSet := {
+                            { // Start of Lane #1
+                                laneID                      :=  10,
+                                name                        := omit,
+                                ingressApproach             := 1,
+                                egressApproach              := omit,
+                                laneAttributes := {
+                                    directionalUse          := '10'B,
+                                    sharedWith              := '0000000000'B,
+                                    laneType := {
+                                        vehicle             := '00000000'B
+                                    },
+                                    regional                := omit
+                                },
+                                maneuvers                   := omit,
+                                nodeList                    := c_PICS_Z2_M1_SL_LANE10,
+                                connectsTo := {
+                                    {
+                                        connectingLane := {
+                                            lane            := 20,
+                                            maneuver        := omit
+                                        }, 
+                                        remoteIntersection  := omit,  
+                                        signalGroup         := 50,    
+                                        userClass           := omit, 
+                                        connectionID        := omit
+                                    }
+                                },
+                                overlays                    := omit,
+                                regional                    := omit
+                            }, // End of Lane #1
+                            { // Start of Lane #2
+                                laneID                      :=  20,
+                                name                        := omit,
+                                ingressApproach             := omit,
+                                egressApproach              := 2,
+                                laneAttributes := {
+                                    directionalUse          := '01'B,
+                                    sharedWith              := '0000000000'B,
+                                    laneType := {
+                                        vehicle             := '00000000'B
+                                    },
+                                    regional                := omit
+                                },
+                                maneuvers                   := omit,
+                                nodeList                    := c_PICS_Z2_M1_SL_LANE20,
+                                connectsTo                  := omit,
+                                overlays                    := omit,
+                                regional                    := omit
+                            } // End of Lane #2
+                        }, // End of LaneSet
+                        preemptPriorityData                 := omit,
+                        regional                            := omit
+                    } // End of intersection #0
+                }, // End of field intersections
+                roadSegments := omit
+            } // End of c_PICS_Z2_M1_SL
+            
+        } // End of group mapemZone2 
+        
+        group mapemZone3 {
+            
+            const IntersectionReferenceID c_PICS_Z3_M1_SL_IDX := {
+                region                          := 1,
+                id                              := 33001
+            } // End of c_PICS_Z3_M1_SL_IDX
+            
+            const Position3D c_PICS_Z3_M1_SL_RP := {
+                lat                             := 435536609,
+                long                            := 103031286,
+                elevation                       := omit,
+                regional                        := omit
+            } // End of c_PICS_Z3_M1_SL_RP
+            
+            const NodeListXY c_PICS_Z3_M1_SL_LANE10 := {
+                nodes := {
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := -240,
+                                y       := -460
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := -3319,
+                                y       := -3078
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := -1299,
+                                y       := -625
+                    }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := -3597,
+                                y       := -564
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := -2191,
+                                y       := -1668
+                            }
+                        },
+                        attributes      := omit
+                    }
+                }
+            } // End of c_PICS_Z3_M1_SL_LANE10
+            
+            const NodeListXY c_PICS_Z3_M1_SL_LANE20 := {
+                nodes := {
+                    { 
+                        delta := {
+                            node_XY6 := {
+                                x       := 552,
+                                y       := 232
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := 3778,
+                                y       := 3636
+                            }
+                        },
+                        attributes      := omit
+                    } 
+                }
+            } // End of c_PICS_Z3_M1_SL_LANE20
+            
+            const MapemParm c_PICS_Z3_M1_SL := {
+                intersections := {
+                    { // Start of intersection #0
+                        name                                := "PICS_Z3_M1_SL",
+                        id                                  := c_PICS_Z3_M1_SL_IDX,
+                        revision                            := 0,
+                        refPoint                            := c_PICS_Z3_M1_SL_RP,
+                        laneWidth                           := omit,
+                        speedLimits                         := omit,
+                        laneSet := {
+                            { // Start of Lane #1
+                                laneID                      :=  10,
+                                name                        := omit,
+                                ingressApproach             := 1,
+                                egressApproach              := omit,
+                                laneAttributes := {
+                                    directionalUse          := '10'B,
+                                    sharedWith              := '0000000000'B,
+                                    laneType := {
+                                        vehicle             := '00000000'B
+                                    },
+                                    regional                := omit
+                                },
+                                maneuvers                   := omit,
+                                nodeList                    := c_PICS_Z3_M1_SL_LANE10,
+                                connectsTo := {
+                                    {
+                                        connectingLane := {
+                                            lane            := 20,
+                                            maneuver        := omit
+                                        }, 
+                                        remoteIntersection  := omit,  
+                                        signalGroup         := 50,    
+                                        userClass           := omit, 
+                                        connectionID        := omit
+                                    }
+                                },
+                                overlays                    := omit,
+                                regional                    := omit
+                            }, // End of Lane #1
+                            { // Start of Lane #2
+                                laneID                      :=  20,
+                                name                        := omit,
+                                ingressApproach             := omit,
+                                egressApproach              := 2,
+                                laneAttributes := {
+                                    directionalUse          := '01'B,
+                                    sharedWith              := '0000000000'B,
+                                    laneType := {
+                                        vehicle             := '00000000'B
+                                    },
+                                    regional                := omit
+                                },
+                                maneuvers                   := omit,
+                                nodeList                    := c_PICS_Z3_M1_SL_LANE20,
+                                connectsTo                  := omit,
+                                overlays                    := omit,
+                                regional                    := omit
+                            } // End of Lane #2
+                        }, // End of LaneSet
+                        preemptPriorityData                 := omit,
+                        regional                            := omit
+                    } // End of intersection #0
+                }, // End of field intersections
+                roadSegments := omit
+            } // End of c_PICS_Z3_M1_SL
+            
+        } // End of group mapemZone3 
+        
+        group mapemZone4 {
+            
+            const IntersectionReferenceID c_PICS_Z4_M1_SL_IDX := {
+                region                          := 1,
+                id                              := 43001
+            } // End of c_PICS_Z4_M1_SL_IDX
+            
+            const Position3D c_PICS_Z4_M1_SL_RP := {
+                lat                             := 435563484,
+                long                            := 103042973,
+                elevation                       := omit,
+                regional                        := omit
+            } // End of c_PICS_Z4_M1_SL_RP
+            
+            const NodeListXY c_PICS_Z4_M1_SL_LANE10 := {
+                nodes := {
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := -37,
+                                y       := 40
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := -4376,
+                                y       := -4428
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := -2378,
+                                y       := -2588
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := -2191,
+                                y       := -2842
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := 1100,
+                                y       := -1934
+                            }
+                        },
+                        attributes      := omit
+                    }
+                }
+            } // End of c_PICS_Z4_M1_SL_LANE10
+            
+            const NodeListXY c_PICS_Z4_M1_SL_LANE20 := {
+                nodes := {
+                    { 
+                        delta := {
+                            node_XY6 := {
+                                x       := 3170,
+                                y       := 1134
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := 2579,
+                                y       := 1415
+                            }
+                        },
+                        attributes      := omit
+                    } 
+                }
+            } // End of c_PICS_Z4_M1_SL_LANE20
+            
+            const MapemParm c_PICS_Z4_M1_SL := {
+                intersections := {
+                    { // Start of intersection #0
+                        name                                := "PICS_Z4_M1_SL",
+                        id                                  := c_PICS_Z4_M1_SL_IDX,
+                        revision                            := 0,
+                        refPoint                            := c_PICS_Z4_M1_SL_RP,
+                        laneWidth                           := omit,
+                        speedLimits                         := omit,
+                        laneSet := {
+                            { // Start of Lane #1
+                                laneID                      :=  10,
+                                name                        := omit,
+                                ingressApproach             := 1,
+                                egressApproach              := omit,
+                                laneAttributes := {
+                                    directionalUse          := '10'B,
+                                    sharedWith              := '0000000000'B,
+                                    laneType := {
+                                        vehicle             := '00000000'B
+                                    },
+                                    regional                := omit
+                                },
+                                maneuvers                   := omit,
+                                nodeList                    := c_PICS_Z4_M1_SL_LANE10,
+                                connectsTo := {
+                                    {
+                                        connectingLane := {
+                                            lane            := 20,
+                                            maneuver        := omit
+                                        }, 
+                                        remoteIntersection  := omit,  
+                                        signalGroup         := 50,    
+                                        userClass           := omit, 
+                                        connectionID        := omit
+                                    }
+                                },
+                                overlays                    := omit,
+                                regional                    := omit
+                            }, // End of Lane #1
+                            { // Start of Lane #2
+                                laneID                      :=  20,
+                                name                        := omit,
+                                ingressApproach             := omit,
+                                egressApproach              := 2,
+                                laneAttributes := {
+                                    directionalUse          := '01'B,
+                                    sharedWith              := '0000000000'B,
+                                    laneType := {
+                                        vehicle             := '00000000'B
+                                    },
+                                    regional                := omit
+                                },
+                                maneuvers                   := omit,
+                                nodeList                    := c_PICS_Z4_M1_SL_LANE20,
+                                connectsTo                  := omit,
+                                overlays                    := omit,
+                                regional                    := omit
+                            } // End of Lane #2
+                        }, // End of LaneSet
+                        preemptPriorityData                 := omit,
+                        regional                            := omit
+                    } // End of intersection #0
+                }, // End of field intersections
+                roadSegments := omit
+            } // End of c_PICS_Z4_M1_SL
+            
+        } // End of group mapemZone4 
+        
+        group mapemZone5 {
+            
+            const IntersectionReferenceID c_PICS_Z5_M1_SL_IDX := {
+                region                          := 1,
+                id                              := 53001
+            } // End of c_PICS_Z5_M1_SL_IDX
+            
+            const Position3D c_PICS_Z5_M1_SL_RP := {
+                lat                             := 435578537,
+                long                            := 103061555,
+                elevation                       := omit,
+                regional                        := omit
+            } // End of c_PICS_Z5_M1_SL_RP
+            
+            const NodeListXY c_PICS_Z5_M1_SL_LANE10 := {
+                nodes := {
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := 446,
+                                y       := -183
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := 2217,
+                                y       := 2119
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := 792,
+                                y       := 1744
+                    }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := -70,
+                                y       := 2749
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := -382,
+                                y       := 2467
+                            }
+                        },
+                        attributes      := omit
+                    }
+                }
+            } // End of c_PICS_Z5_M1_SL_LANE10
+            
+            const NodeListXY c_PICS_Z5_M1_SL_LANE20 := {
+                nodes := {
+                    { 
+                        delta := {
+                            node_XY6 := {
+                                x       := -134,
+                                y       := -795
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := -2408,
+                                y       := -2491
+                            }
+                        },
+                        attributes      := omit
+                    } 
+                }
+            } // End of c_PICS_Z5_M1_SL_LANE20
+            
+            const MapemParm c_PICS_Z5_M1_SL := {
+                intersections := {
+                    { // Start of intersection #0
+                        name                                := "PICS_Z5_M1_SL",
+                        id                                  := c_PICS_Z5_M1_SL_IDX,
+                        revision                            := 0,
+                        refPoint                            := c_PICS_Z5_M1_SL_RP,
+                        laneWidth                           := omit,
+                        speedLimits                         := omit,
+                        laneSet := {
+                            { // Start of Lane #1
+                                laneID                      :=  10,
+                                name                        := omit,
+                                ingressApproach             := 1,
+                                egressApproach              := omit,
+                                laneAttributes := {
+                                    directionalUse          := '10'B,
+                                    sharedWith              := '0000000000'B,
+                                    laneType := {
+                                        vehicle             := '00000000'B
+                                    },
+                                    regional                := omit
+                                },
+                                maneuvers                   := omit,
+                                nodeList                    := c_PICS_Z5_M1_SL_LANE10,
+                                connectsTo := {
+                                    {
+                                        connectingLane := {
+                                            lane            := 20,
+                                            maneuver        := omit
+                                        }, 
+                                        remoteIntersection  := omit,  
+                                        signalGroup         := 50,    
+                                        userClass           := omit, 
+                                        connectionID        := omit
+                                    }
+                                },
+                                overlays                    := omit,
+                                regional                    := omit
+                            }, // End of Lane #1
+                            { // Start of Lane #2
+                                laneID                      :=  20,
+                                name                        := omit,
+                                ingressApproach             := omit,
+                                egressApproach              := 2,
+                                laneAttributes := {
+                                    directionalUse          := '01'B,
+                                    sharedWith              := '0000000000'B,
+                                    laneType := {
+                                        vehicle             := '00000000'B
+                                    },
+                                    regional                := omit
+                                },
+                                maneuvers                   := omit,
+                                nodeList                    := c_PICS_Z5_M1_SL_LANE20,
+                                connectsTo                  := omit,
+                                overlays                    := omit,
+                                regional                    := omit
+                            } // End of Lane #2
+                        }, // End of LaneSet
+                        preemptPriorityData                 := omit,
+                        regional                            := omit
+                    } // End of intersection #0
+                }, // End of field intersections
+                roadSegments := omit
+            } // End of c_PICS_Z5_M1_SL
+            
+        } // End of group mapemZone5 
+        
+        group mapemZone6 {
+            
+            const IntersectionReferenceID c_PICS_Z6_M1_SL_IDX := {
+                region                          := 1,
+                id                              := 63001
+            } // End of c_PICS_Z6_M1_SL_IDX
+            
+            const Position3D c_PICS_Z6_M1_SL_RP := {
+                lat                             := 435551186,
+                long                            := 103033248,
+                elevation                       := omit,
+                regional                        := omit
+            } // End of c_PICS_Z6_M1_SL_RP
+            
+            const NodeListXY c_PICS_Z6_M1_SL_LANE10 := {
+                nodes := {
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := 538,
+                                y       := 348
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := -2933,
+                                y       := 2469
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := -840,
+                                y       := 1203
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := 573,
+                                y       := 1870
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := 2043,
+                                y       := 2312
+                            }
+                        },
+                        attributes      := omit
+                    }
+                }
+            } // End of c_PICS_Z6_M1_SL_LANE10
+            
+            const NodeListXY c_PICS_Z6_M1_SL_LANE20 := {
+                nodes := {
+                    { 
+                        delta := {
+                            node_XY6 := {
+                                x       := 1175,
+                                y       := -327
+                            }
+                        },
+                        attributes      := omit
+                    },
+                    {
+                        delta := {
+                            node_XY6 := {
+                                x       := 2984,
+                                y       := -2781
+                            }
+                        },
+                        attributes      := omit
+                    } 
+                }
+            } // End of c_PICS_Z6_M1_SL_LANE20
+            
+            const MapemParm c_PICS_Z6_M1_SL := {
+                intersections := {
+                    { // Start of intersection #0
+                        name                                := "PICS_Z6_M1_SL",
+                        id                                  := c_PICS_Z6_M1_SL_IDX,
+                        revision                            := 0,
+                        refPoint                            := c_PICS_Z6_M1_SL_RP,
+                        laneWidth                           := omit,
+                        speedLimits                         := omit,
+                        laneSet := {
+                            { // Start of Lane #1
+                                laneID                      :=  10,
+                                name                        := omit,
+                                ingressApproach             := 1,
+                                egressApproach              := omit,
+                                laneAttributes := {
+                                    directionalUse          := '10'B,
+                                    sharedWith              := '0000000000'B,
+                                    laneType := {
+                                        vehicle             := '00000000'B
+                                    },
+                                    regional                := omit
+                                },
+                                maneuvers                   := omit,
+                                nodeList                    := c_PICS_Z6_M1_SL_LANE10,
+                                connectsTo := {
+                                    {
+                                        connectingLane := {
+                                            lane            := 20,
+                                            maneuver        := omit
+                                        }, 
+                                        remoteIntersection  := omit,  
+                                        signalGroup         := 50,    
+                                        userClass           := omit, 
+                                        connectionID        := omit
+                                    }
+                                },
+                                overlays                    := omit,
+                                regional                    := omit
+                            }, // End of Lane #1
+                            { // Start of Lane #2
+                                laneID                      :=  20,
+                                name                        := omit,
+                                ingressApproach             := omit,
+                                egressApproach              := 2,
+                                laneAttributes := {
+                                    directionalUse          := '01'B,
+                                    sharedWith              := '0000000000'B,
+                                    laneType := {
+                                        vehicle             := '00000000'B
+                                    },
+                                    regional                := omit
+                                },
+                                maneuvers                   := omit,
+                                nodeList                    := c_PICS_Z6_M1_SL_LANE20,
+                                connectsTo                  := omit,
+                                overlays                    := omit,
+                                regional                    := omit
+                            } // End of Lane #2
+                        }, // End of LaneSet
+                        preemptPriorityData                 := omit,
+                        regional                            := omit
+                    } // End of intersection #0
+                }, // End of field intersections
+                roadSegments := omit
+            } // End of c_PICS_Z6_M1_SL
+            
+        } // End of group mapemZone6 
+        
+    } // End of group mapemEvents 
+    
+    group spatemEvents {
+        
+        group spatemCommonParams {
+            
+            const BtpPortId c_PICS_SPATEM_BTP_DESTINATION_PORT      := 2004;
+            
+            const BtpPortId c_PICS_SPATEM_BTP_SOURCE_PORT           := 0;
+            
+            const UInt32 c_PICS_SPATEM_ITS_AID                      := 137;
+            
+            const UInt32 c_PICS_SPATEM_REPITITION_DURATION_STATE_10 := 10*10; // In units of 1/10th second
+            
+            const UInt32 c_PICS_SPATEM_REPITITION_DURATION_STATE_20 := 20*10; // In units of 1/10th second
+            
+            const UInt32 c_PICS_SPATEM_REPITITION_DURATION_STATE_30 := 30*10; // In units of 1/10th second
+            
+            const UInt32 c_PICS_SPATEM_REPITITION_DURATION_STATE_40 := 40*10; // In units of 1/10th second
+            
+            const UInt32 c_PICS_SPATEM_REPITITION_DURATION_STATE_50 := 50*10; // In units of 1/10th second
+            
+        } // End of group spatemCommonParams
+        
+        group spatemZone1 {
+            
+            const SignalGroupParm c_PICS_Z1_S1_SL := {
+                signalGroupID                               := 1,
+                intersections := {
+                    {
+                        name                                := "PICS_SPATEM_PARMS_SG_50",
+                        id                                  := c_PICS_Z1_M1_SL_IDX,
+                        revision                            := 0,   
+                        status                              := int2bit(0, 16),
garciay's avatar
garciay committed
+                        moy                                 := 0, // To be updated in real-time
+                        timeStamp                           := 0, // To be updated in real-time
+                        enabledLanes                        := omit,  
+                        states := {
+                            {
+                               movementName                 := "permissive-Movement-Allowed",
+                               signalGroup                  := 50, 
+                               state_time_speed:= {
+                                   {
+                                       eventState           := permissive_Movement_Allowed,
+                                       timing := {
+                                           startTime        := omit,
+                                           minEndTime       := 0, // To be updated in real-time
+                                           maxEndTime       := omit,
+                                           likelyTime       := omit,
+                                           confidence       := omit,
+                                           nextTime         := omit
+                                       },
+                                       speeds               := omit,
+                                       regional             := omit
+                                   }
+                               },   
+                               maneuverAssistList           := omit,
+                               regional                     := omit
+                            },
+                            {
+                               movementName                 := "permissive-clearance",
+                               signalGroup                  := 50, 
+                               state_time_speed:= {
+                                   {
+                                       eventState           := permissive_clearance,
+                                        timing := {
+                                            startTime        := 0, // To be updated in real-time
+                                            minEndTime       := 0, // To be updated in real-time
+                                            maxEndTime       := omit,
+                                            likelyTime       := omit,
+                                            confidence       := omit,
+                                            nextTime         := omit
+                                        },
+                                       speeds               := omit,
+                                       regional             := omit
+                                   }
+                               },   
+                               maneuverAssistList           := omit,
+                               regional                     := omit
+                            },
+                            {
+                               movementName                 := "stop-And-Remain",
+                               signalGroup                  := 50, 
+                               state_time_speed:= {
+                                   {
+                                       eventState           := stop_And_Remain,
+                                        timing := {
+                                            startTime        := omit,
+                                            minEndTime       := 0, // To be updated in real-time
+                                            maxEndTime       := omit,
+                                            likelyTime       := omit,
+                                            confidence       := omit,
+                                            nextTime         := omit
+                                        },
+                                       speeds               := omit,
+                                       regional             := omit
+                                   }
+                               },   
+                               maneuverAssistList           := omit,
+                               regional                     := omit
+                            }
+                        },
+                        maneuverAssistList                  := omit,
+                        regional                            := omit
+                    }
+                } // End of field states
+            } // End of type c_PICS_Z1_S1_SL
+            
+            const SignalGroupParmList c_PICS_Z1_S1_SL_LIST := {
+                c_PICS_Z1_S1_SL
+            } // End of type c_PICS_Z1_S1_SL_LIST
+            
+        } // End of group spatemZone1
+        
+        group spatemZone2 {
+            
+            const SignalGroupParm c_PICS_Z2_S1_SL := {
+                signalGroupID                               := 1,
+                intersections := {
+                    {
+                        name                                := "PICS_SPATEM_PARMS_SG_50",
+                        id                                  := c_PICS_Z2_M1_SL_IDX,
+                        revision                            := 0,   
+                        status                              := int2bit(0, 16),
garciay's avatar
garciay committed
+                        moy                                 := 0, // To be updated in real-time
+                        timeStamp                           := 0, // To be updated in real-time
+                        enabledLanes                        := omit,  
+                        states := {
+                            {
+                               movementName                 := "permissive-Movement-Allowed",
+                               signalGroup                  := 50, 
+                               state_time_speed:= {
+                                   {
+                                       eventState           := permissive_Movement_Allowed,
+                                       timing := {
+                                           startTime        := omit,
+                                           minEndTime       := 0, // To be updated in real-time
+                                           maxEndTime       := omit,
+                                           likelyTime       := omit,
+                                           confidence       := omit,
+                                           nextTime         := omit
+                                       },
+                                       speeds               := omit,
+                                       regional             := omit
+                                   }
+                               },   
+                               maneuverAssistList           := omit,
+                               regional                     := omit
+                            },
+                            {
+                               movementName                 := "permissive-clearance",
+                               signalGroup                  := 50, 
+                               state_time_speed:= {
+                                   {
+                                       eventState           := permissive_clearance,
+                                        timing := {
+                                            startTime        := 0, // To be updated in real-time
+                                            minEndTime       := 0, // To be updated in real-time
+                                            maxEndTime       := omit,
+                                            likelyTime       := omit,
+                                            confidence       := omit,
+                                            nextTime         := omit
+                                        },
+                                       speeds               := omit,
+                                       regional             := omit
+                                   }
+                               },   
+                               maneuverAssistList           := omit,
+                               regional                     := omit
+                            },
+                            {
+                               movementName                 := "stop-And-Remain",
+                               signalGroup                  := 50, 
+                               state_time_speed:= {
+                                   {
+                                       eventState           := stop_And_Remain,
+                                        timing := {
+                                            startTime        := omit,
+                                            minEndTime       := 0, // To be updated in real-time
+                                            maxEndTime       := omit,
+                                            likelyTime       := omit,
+                                            confidence       := omit,
+                                            nextTime         := omit
+                                        },
+                                       speeds               := omit,
+                                       regional             := omit
+                                   }
+                               },   
+                               maneuverAssistList           := omit,
+                               regional                     := omit
+                            }
+                        },
+                        maneuverAssistList                  := omit,
+                        regional                            := omit
+                    }
+                } // End of field states
+            } // End of type c_PICS_Z2_S1_SL
+            
+            const SignalGroupParmList c_PICS_Z2_S1_SL_LIST := {
+                c_PICS_Z2_S1_SL
+            } // End of type c_PICS_Z2_S1_SL_LIST
+            
+        } // End of group spatemZone2
+        
+        group spatemZone3 {
+            
+            const SignalGroupParm c_PICS_Z3_S1_SL := {
+                signalGroupID                               := 1,
+                intersections := {
+                    {
+                        name                                := "PICS_SPATEM_PARMS_SG_50",
+                        id                                  := c_PICS_Z3_M1_SL_IDX,
+                        revision                            := 0,   
+                        status                              := int2bit(0, 16),
garciay's avatar
garciay committed
+                        moy                                 := 0, // To be updated in real-time
+                        timeStamp                           := 0, // To be updated in real-time
+                        enabledLanes                        := omit,  
+                        states := {
+                            {
+                               movementName                 := "permissive-Movement-Allowed",
+                               signalGroup                  := 50, 
+                               state_time_speed:= {
+                                   {
+                                       eventState           := permissive_Movement_Allowed,
+                                       timing := {
+                                           startTime        := omit,
+                                           minEndTime       := 0, // To be updated in real-time
+                                           maxEndTime       := omit,
+                                           likelyTime       := omit,
+                                           confidence       := omit,
+                                           nextTime         := omit
+                                       },
+                                       speeds               := omit,
+                                       regional             := omit
+                                   }
+                               },   
+                               maneuverAssistList           := omit,
+                               regional                     := omit
+                            },
+                            {
+                               movementName                 := "permissive-clearance",
+                               signalGroup                  := 50, 
+                               state_time_speed:= {
+                                   {
+                                       eventState           := permissive_clearance,
+                                        timing := {
+                                            startTime        := 0, // To be updated in real-time
+                                            minEndTime       := 0, // To be updated in real-time
+                                            maxEndTime       := omit,
+                                            likelyTime       := omit,
+                                            confidence       := omit,
+                                            nextTime         := omit
+                                        },
+                                       speeds               := omit,
+                                       regional             := omit
+                                   }
+                               },   
+                               maneuverAssistList           := omit,
+                               regional                     := omit
+                            },
+                            {
+                               movementName                 := "stop-And-Remain",
+                               signalGroup                  := 50, 
+                               state_time_speed:= {
+                                   {
+                                       eventState           := stop_And_Remain,
+                                        timing := {
+                                            startTime        := omit,
+                                            minEndTime       := 0, // To be updated in real-time
+                                            maxEndTime       := omit,
+                                            likelyTime       := omit,
+                                            confidence       := omit,
+                                            nextTime         := omit
+                                        },
+                                       speeds               := omit,
+                                       regional             := omit
+                                   }
+                               },   
+                               maneuverAssistList           := omit,
+                               regional                     := omit
+                            }
+                        },
+                        maneuverAssistList                  := omit,
+                        regional                            := omit
+                    }
+                } // End of field states
+            } // End of type c_PICS_Z3_S1_SL
+            
+            const SignalGroupParmList c_PICS_Z3_S1_SL_LIST := {
+                c_PICS_Z3_S1_SL
+            } // End of type c_PICS_Z3_S1_SL_LIST
+            
+        } // End of group spatemZone3
+        
+        group spatemZone4 {
+            
+            const SignalGroupParm c_PICS_Z4_S1_SL := {
+                signalGroupID                               := 1,
+                intersections := {
+                    {
+                        name                                := "PICS_SPATEM_PARMS_SG_50",
+                        id                                  := c_PICS_Z4_M1_SL_IDX,
+                        revision                            := 0,   
+                        status                              := int2bit(0, 16),
garciay's avatar
garciay committed
+                        moy                                 := 0, // To be updated in real-time
+                        timeStamp                           := 0, // To be updated in real-time
+                        enabledLanes                        := omit,  
+                        states := {
+                            {
+                               movementName                 := "permissive-Movement-Allowed",
+                               signalGroup                  := 50, 
+                               state_time_speed:= {
+                                   {
+                                       eventState           := permissive_Movement_Allowed,
+                                       timing := {
+                                           startTime        := omit,
+                                           minEndTime       := 0, // To be updated in real-time
+                                           maxEndTime       := omit,
+                                           likelyTime       := omit,
+                                           confidence       := omit,
+                                           nextTime         := omit
+                                       },
+                                       speeds               := omit,
+                                       regional             := omit
+                                   }
+                               },   
+                               maneuverAssistList           := omit,
+                               regional                     := omit
+                            },
+                            {
+                               movementName                 := "permissive-clearance",
+                               signalGroup                  := 50, 
+                               state_time_speed:= {
+                                   {
+                                       eventState           := permissive_clearance,
+                                        timing := {
+                                            startTime        := 0, // To be updated in real-time
+                                            minEndTime       := 0, // To be updated in real-time
+                                            maxEndTime       := omit,
+                                            likelyTime       := omit,
+                                            confidence       := omit,
+                                            nextTime         := omit
+                                        },
+                                       speeds               := omit,
+                                       regional             := omit
+                                   }
+                               },   
+                               maneuverAssistList           := omit,
+                               regional                     := omit
+                            },
+                            {
+                               movementName                 := "stop-And-Remain",
+                               signalGroup                  := 50, 
+                               state_time_speed:= {
+                                   {
+                                       eventState           := stop_And_Remain,
+                                        timing := {
+                                            startTime        := omit,
+                                            minEndTime       := 0, // To be updated in real-time
+                                            maxEndTime       := omit,
+                                            likelyTime       := omit,
+                                            confidence       := omit,
+                                            nextTime         := omit
+                                        },
+                                       speeds               := omit,
+                                       regional             := omit
+                                   }
+                               },   
+                               maneuverAssistList           := omit,
+                               regional                     := omit
+                            }
+                        },
+                        maneuverAssistList                  := omit,
+                        regional                            := omit
+                    }
+                } // End of field states
+            } // End of type c_PICS_Z4_S1_SL
+            
+            const SignalGroupParmList c_PICS_Z4_S1_SL_LIST := {
+                c_PICS_Z4_S1_SL
+            } // End of type c_PICS_Z4_S1_SL_LIST
+            
+        } // End of group spatemZone4
+        
+        group spatemZone5 {
+            
+            const SignalGroupParm c_PICS_Z5_S1_SL := {
+                signalGroupID                               := 1,
+                intersections := {
+                    {
+                        name                                := "PICS_SPATEM_PARMS_SG_50",
+                        id                                  := c_PICS_Z5_M1_SL_IDX,
+                        revision                            := 0,   
+                        status                              := int2bit(0, 16),
garciay's avatar
garciay committed
+                        moy                                 := 0, // To be updated in real-time
+                        timeStamp                           := 0, // To be updated in real-time
+                        enabledLanes                        := omit,  
+                        states := {
+                            {
+                               movementName                 := "permissive-Movement-Allowed",
+                               signalGroup                  := 50, 
+                               state_time_speed:= {
+                                   {
+                                       eventState           := permissive_Movement_Allowed,
+                                       timing := {
+                                           startTime        := omit,
+                                           minEndTime       := 0, // To be updated in real-time
+                                           maxEndTime       := omit,
+                                           likelyTime       := omit,
+                                           confidence       := omit,
+                                           nextTime         := omit
+                                       },
+                                       speeds               := omit,
+                                       regional             := omit
+                                   }
+                               },   
+                               maneuverAssistList           := omit,
+                               regional                     := omit
+                            },
+                            {
+                               movementName                 := "permissive-clearance",
+                               signalGroup                  := 50, 
+                               state_time_speed:= {
+                                   {
+                                       eventState           := permissive_clearance,
+                                        timing := {
+                                            startTime        := 0, // To be updated in real-time
+                                            minEndTime       := 0, // To be updated in real-time
+                                            maxEndTime       := omit,
+                                            likelyTime       := omit,
+                                            confidence       := omit,
+                                            nextTime         := omit
+                                        },
+                                       speeds               := omit,
+                                       regional             := omit
+                                   }
+                               },   
+                               maneuverAssistList           := omit,
+                               regional                     := omit
+                            },
+                            {
+                               movementName                 := "stop-And-Remain",
+                               signalGroup                  := 50, 
+                               state_time_speed:= {
+                                   {
+                                       eventState           := stop_And_Remain,
+                                        timing := {
+                                            startTime        := omit,
+                                            minEndTime       := 0, // To be updated in real-time
+                                            maxEndTime       := omit,
+                                            likelyTime       := omit,
+                                            confidence       := omit,
+                                            nextTime         := omit
+                                        },
+                                       speeds               := omit,
+                                       regional             := omit
+                                   }
+                               },   
+                               maneuverAssistList           := omit,
+                               regional                     := omit
+                            }
+                        },
+                        maneuverAssistList                  := omit,
+                        regional                            := omit
+                    }
+                } // End of field states
+            } // End of type c_PICS_Z5_S1_SL
+            
+            const SignalGroupParmList c_PICS_Z5_S1_SL_LIST := {
+                c_PICS_Z5_S1_SL
+            } // End of type c_PICS_Z5_S1_SL_LIST
+            
+        } // End of group spatemZone5
+        
+        group spatemZone6 {
+            
+            const SignalGroupParm c_PICS_Z6_S1_SL := {
+                signalGroupID                               := 1,
+                intersections := {
+                    {
+                        name                                := "PICS_SPATEM_PARMS_SG_50",
+                        id                                  := c_PICS_Z6_M1_SL_IDX,
+                        revision                            := 0,   
+                        status                              := int2bit(0, 16),
garciay's avatar
garciay committed
+                        moy                                 := 0, // To be updated in real-time
+                        timeStamp                           := 0, // To be updated in real-time
+                        enabledLanes                        := omit,  
+                        states := {
+                            {
+                               movementName                 := "permissive-Movement-Allowed",
+                               signalGroup                  := 50, 
+                               state_time_speed:= {
+                                   {
+                                       eventState           := permissive_Movement_Allowed,
+                                       timing := {
+                                           startTime        := omit,
+                                           minEndTime       := 0, // To be updated in real-time
+                                           maxEndTime       := omit,
+                                           likelyTime       := omit,
+                                           confidence       := omit,
+                                           nextTime         := omit
+                                       },
+                                       speeds               := omit,
+                                       regional             := omit
+                                   }
+                               },   
+                               maneuverAssistList           := omit,
+                               regional                     := omit
+                            },
+                            {
+                               movementName                 := "permissive-clearance",
+                               signalGroup                  := 50, 
+                               state_time_speed:= {
+                                   {
+                                       eventState           := permissive_clearance,
+                                        timing := {
+                                            startTime        := 0, // To be updated in real-time
+                                            minEndTime       := 0, // To be updated in real-time
+                                            maxEndTime       := omit,
+                                            likelyTime       := omit,
+                                            confidence       := omit,
+                                            nextTime         := omit
+                                        },
+                                       speeds               := omit,
+                                       regional             := omit
+                                   }
+                               },   
+                               maneuverAssistList           := omit,
+                               regional                     := omit
+                            },
+                            {
+                               movementName                 := "stop-And-Remain",
+                               signalGroup                  := 50, 
+                               state_time_speed:= {
+                                   {
+                                       eventState           := stop_And_Remain,
+                                        timing := {
+                                            startTime        := omit,
+                                            minEndTime       := 0, // To be updated in real-time
+                                            maxEndTime       := omit,
+                                            likelyTime       := omit,
+                                            confidence       := omit,
+                                            nextTime         := omit
+                                        },
+                                       speeds               := omit,
+                                       regional             := omit
+                                   }
+                               },   
+                               maneuverAssistList           := omit,
+                               regional                     := omit
+                            }
+                        },
+                        maneuverAssistList                  := omit,
+                        regional                            := omit
+                    }
+                } // End of field states
+            } // End of type c_PICS_Z6_S1_SL
+            
+            const SignalGroupParmList c_PICS_Z6_S1_SL_LIST := {
+                c_PICS_Z6_S1_SL
+            } // End of type c_PICS_Z6_S1_SL_LIST
+            
+        } // End of group spatemZone6
+        
+    } // End of group spatemEvents
+    
+    group ivimEvents {
+        
+        group ivimCommonParams {
+            
+            const BtpPortId c_PICS_IVIM_BTP_DESTINATION_PORT := 2006;
+            
+            const BtpPortId c_PICS_IVIM_BTP_SOURCE_PORT      := 0;
+            
+            const UInt32 c_PICS_IVIM_ITS_AID                 := 139;
+            
+            const PosConfidenceEllipse c_PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE := {
+                semiMajorConfidence   := SemiAxisLength_oneCentimeter_,
+                semiMinorConfidence   := SemiAxisLength_oneCentimeter_,
garciay's avatar
garciay committed
+                semiMajorOrientation  := 0
+            } // End of c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE
+            
+            const Altitude c_PICS_IVIM_ALTITUDE := {
+                altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
garciay's avatar
garciay committed
+                altitudeConfidence := alt_000_01
6716 6717 6718 6719 6720 6721 6722 6723 6724 6725 6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 6792 6793 6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 6858 6859 6860 6861 6862 6863 6864 6865 6866 6867 6868 6869 6870 6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 6949 6950 6951 6952 6953 6954 6955 6956 6957 6958 6959 6960 6961 6962 6963 6964 6965 6966 6967 6968 6969 6970 6971 6972 6973 6974 6975 6976 6977 6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 7044 7045 7046 7047 7048 7049 7050 7051 7052 7053 7054 7055 7056 7057 7058 7059 7060 7061 7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097 7098 7099 7100 7101 7102 7103 7104 7105 7106 7107 7108 7109 7110 7111 7112 7113 7114 7115 7116 7117 7118 7119 7120 7121 7122 7123 7124 7125 7126 7127 7128 7129 7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 7174 7175 7176 7177 7178 7179 7180 7181 7182 7183 7184 7185 7186 7187 7188 7189 7190 7191 7192 7193 7194 7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 7205 7206 7207 7208 7209 7210 7211 7212 7213 7214 7215 7216 7217 7218 7219 7220 7221 7222 7223 7224 7225 7226 7227 7228 7229 7230 7231 7232 7233 7234 7235 7236 7237 7238 7239 7240 7241 7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 7254 7255 7256 7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 7273 7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 7303 7304 7305 7306 7307 7308 7309 7310 7311 7312 7313 7314 7315 7316 7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332 7333 7334 7335 7336 7337 7338 7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 7354 7355 7356 7357 7358 7359 7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 7374 7375 7376 7377 7378 7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 7389 7390 7391 7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 7406 7407 7408 7409 7410 7411 7412 7413 7414 7415 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 7431 7432 7433 7434 7435 7436 7437 7438 7439 7440 7441 7442 7443 7444 7445 7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 7521 7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 7538 7539 7540 7541 7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 7554 7555 7556 7557 7558 7559 7560 7561 7562 7563 7564 7565 7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 7584 7585 7586 7587 7588 7589 7590 7591 7592 7593 7594 7595 7596 7597 7598 7599 7600 7601 7602 7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 7619 7620 7621 7622 7623 7624 7625 7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 7636 7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 7653 7654 7655 7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 7671 7672 7673 7674 7675 7676 7677 7678 7679 7680 7681 7682 7683 7684 7685 7686 7687 7688 7689 7690 7691 7692 7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725 7726 7727 7728 7729 7730 7731 7732 7733 7734 7735 7736 7737 7738 7739 7740 7741 7742 7743 7744 7745 7746 7747 7748 7749 7750 7751 7752 7753 7754 7755 7756 7757 7758 7759 7760 7761 7762 7763 7764 7765 7766 7767 7768 7769 7770 7771 7772 7773 7774 7775 7776 7777 7778 7779 7780 7781 7782 7783 7784 7785 7786 7787 7788 7789 7790 7791 7792 7793 7794 7795 7796 7797 7798 7799 7800 7801 7802 7803 7804 7805 7806 7807 7808 7809 7810 7811 7812 7813 7814 7815 7816 7817 7818 7819 7820 7821 7822 7823 7824 7825 7826 7827 7828 7829 7830 7831 7832 7833 7834 7835 7836 7837 7838 7839 7840 7841 7842 7843 7844 7845 7846 7847 7848 7849 7850 7851 7852 7853 7854 7855 7856 7857 7858 7859 7860 7861 7862 7863 7864 7865 7866 7867 7868 7869 7870 7871 7872 7873 7874 7875 7876 7877 7878 7879 7880 7881 7882 7883 7884 7885 7886 7887 7888 7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 7900 7901 7902 7903 7904 7905 7906 7907 7908 7909 7910 7911 7912 7913 7914 7915 7916 7917 7918 7919 7920 7921 7922 7923 7924 7925 7926 7927 7928 7929 7930 7931 7932 7933 7934 7935 7936 7937 7938 7939 7940 7941 7942 7943 7944 7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 7969 7970 7971 7972 7973 7974 7975 7976 7977 7978 7979 7980 7981 7982 7983 7984 7985 7986 7987 7988 7989 7990 7991 7992 7993 7994 7995 7996 7997 7998 7999 8000 8001 8002 8003 8004 8005 8006 8007 8008 8009 8010 8011 8012 8013 8014 8015 8016 8017 8018 8019 8020 8021 8022 8023 8024 8025 8026 8027 8028 8029 8030 8031 8032 8033 8034 8035 8036 8037 8038 8039 8040 8041 8042 8043 8044 8045 8046 8047 8048 8049 8050 8051 8052 8053 8054 8055 8056 8057 8058 8059 8060 8061 8062 8063 8064 8065 8066 8067 8068 8069 8070 8071 8072 8073 8074 8075 8076 8077 8078 8079 8080 8081 8082 8083 8084 8085 8086 8087 8088 8089 8090 8091 8092 8093 8094 8095 8096 8097 8098 8099 8100 8101 8102 8103 8104 8105 8106 8107 8108 8109 8110 8111 8112 8113 8114 8115 8116 8117 8118 8119
+            } // End of c_PICS_DENM_ALTITUDE
+            
+        } // End of group ivimCommonParams
+        
+        group ivimZone1 {
+            
+            const ReferencePosition c_PICS_Z1_I1_POS1_RP := {
+                latitude                                       := 435527493,
+                longitude                                      := 103006446,
+                positionConfidenceEllipse                      := c_PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
+                altitude                                       := c_PICS_IVIM_ALTITUDE
+            } // End of c_PICS_Z1_I1_POS1_RP
+            
+            const GlcPart c_PICS_Z1_I1_POS1_GP_1 := {
+                zoneId                                         := 1, 
+                laneNumber                                     := omit,
+                zoneExtension                                  := omit,
+                zoneHeading                                    := omit,
+                zone := {
+                    segment := {
+                        line := {
+                            deltaPositions := {
+                                {
+                                    deltaLatitude                  := -111,
+                                    deltaLongitude                 := 103
+                                },
+                                {
+                                    deltaLatitude                  := 287,
+                                    deltaLongitude                 := 475
+                                },
+                                {
+                                    deltaLatitude                  := 292,
+                                    deltaLongitude                 := 446
+                                },
+                                {
+                                    deltaLatitude                  := 412,
+                                    deltaLongitude                 := 609
+                                },
+                                {
+                                    deltaLatitude                  := 407,
+                                    deltaLongitude                 := 573
+                                }
+                            }
+                        },
+                        laneWidth                              := omit
+                    }
+                }
+            } // End of c_PICS_Z1_I1_POS1_GP_1
+            
+            const GlcPart c_PICS_Z1_I1_POS1_GP_2 := {
+                zoneId                                         := 2, 
+                laneNumber                                     := omit,
+                zoneExtension                                  := omit,
+                zoneHeading                                    := omit,
+                zone := {
+                    segment := {
+                        line := {
+                            deltaPositions := {
+                                {
+                                    deltaLatitude                  := -312,
+                                    deltaLongitude                 := -134
+                                },
+                                {
+                                    deltaLatitude                  := -575,
+                                    deltaLongitude                 := -822
+                                },
+                                {
+                                    deltaLatitude                  := -608,
+                                    deltaLongitude                 := -994
+                                },
+                                {
+                                    deltaLatitude                  := -660,
+                                    deltaLongitude                 := -1064
+                                },
+                                {
+                                    deltaLatitude                  := -525,
+                                    deltaLongitude                 := -746
+                                }
+                            }
+                        },
+                        laneWidth                              := omit
+                    }
+                }
+            } // End of c_PICS_Z1_I1_POS1_GP_2
+            
+            const IvimParm c_PICS_Z1_I1_POS1 := {
+                provider := {
+                    countryCode                                := '0000000001'B,
+                    providerIdentifier                         := 13
+                },
+                iviIdentificationNumber                        := 12,
+                iviContainers := { 
+                    {
+                        glc := {
+                            referencePosition                      := c_PICS_Z1_I1_POS1_RP,
+                            referencePositionTime                  := omit,
+                            referencePositionHeading               := omit, 
+                            referencePositionSpeed                 := omit,
+                            parts := {
+                                c_PICS_Z1_I1_POS1_GP_1,
+                                c_PICS_Z1_I1_POS1_GP_2
+                            } 
+                        }
+                    },
+                    {
+                        giv := {
+                            {
+                                  detectionZoneIds := {
+                                      1
+                                },
+                                its_Rrid                       := omit,
+                                relevanceZoneIds := {
+                                    2
+                                }, 
+                                direction                      := 0, //Direction_sameDirection_,
+                                driverAwarenessZoneIds         := omit, 
+                                minimumAwarenessTime           := 4,
+                                applicableLanes                := omit,
+                                iviType                        := 1, //IviType_regulatoryMessages_,
+                                iviPurpose                     := omit,
+                                laneStatus                     := omit,
+                                vehicleCharacteristics         := omit,
+                                driverCharacteristics          := omit,
+                                layoutId                       := omit,
+                                preStoredlayoutId              := omit,
+                                roadSignCodes := {
+                                    {
+                                        layoutComponentId      := omit,
+                                        code := {
+                                            iso14823 := {
+                                                pictogramCode := {  
+                                                    countryCode := omit, 
+                                                    serviceCategoryCode := { 
+                                                        trafficSignPictogram := regulatory
+                                                    },
+                                                    pictogramCategoryCode := {
+                                                        nature := 5,
+                                                        serialNumber := 57
+                                                    
+                                                    }
+                                                },
+                                                attributes := {
+                                                    {
+                                                        spe := {
+                                                            spm := 30,
+                                                            mns := omit,
+                                                            unit := 0
+                                                        }
+                                                    }
+                                                }
+                                            }
+                                        }
+                                    }
+                                },
+                                extraText := omit
+                            },
+                            {
+                                  detectionZoneIds := {
+                                      1
+                                },
+                                its_Rrid                       := omit,
+                                relevanceZoneIds := {
+                                    2
+                                }, 
+                                direction                      := 0, //Direction_sameDirection_,
+                                driverAwarenessZoneIds         := omit, 
+                                minimumAwarenessTime           := 15,
+                                applicableLanes                := omit,
+                                iviType                        := 1, //IviType_regulatoryMessages_,
+                                iviPurpose                     := omit,
+                                laneStatus                     := omit,    
+                                vehicleCharacteristics := {
+                                    {
+                                        tractor                := omit,
+                                        trailer                := omit,
+                                        train := {
+                                            equalTo := {
+                                                {
+                                                    euVehicleCategoryCode := {
+                                                        euVehicleCategoryN := n2
+                                                    }
+                                                },
+                                                {
+                                                    euVehicleCategoryCode := {
+                                                        euVehicleCategoryN := n3
+                                                    }
+                                                }
+                                            },
+                                            notEqualTo         := omit, 
+                                            ranges := {
+                                                {
+                                                    comparisonOperator                  := 0, // greaterThan
+                                                    limits := {
+                                                        vehicleWeightLimits := {
+                                                            vehicleMaxLadenWeight       := 0,
+                                                            vehicleTrainMaximumWeight   := 750,
+                                                            vehicleWeightUnladen        := 0
+                                                        }
+                                                    }
+                                                }
+                                            }
+                                        }
+                                    }
+                                },
+                                driverCharacteristics          := omit,
+                                layoutId                       := omit,
+                                preStoredlayoutId              := omit,
+                                roadSignCodes := {
+                                    {
+                                        layoutComponentId := omit,
+                                        code := {
+                                            iso14823 := {
+                                                pictogramCode := {  
+                                                    countryCode := omit, 
+                                                    serviceCategoryCode := { 
+                                                        trafficSignPictogram := regulatory
+                                                    },
+                                                    pictogramCategoryCode := {
+                                                        nature := 5,
+                                                        serialNumber := 44
+                                                    
+                                                    }
+                                                },
+                                                attributes := omit
+                                            }
+                                        }
+                                    }
+                                },
+                                extraText := omit
+                            }
+                        }
+                    }
+                }
+            } // End of c_PICS_Z1_I1_POS1
+            
+        } // End of group ivimZone1 
+        
+        group ivimZone2 {
+            
+            const ReferencePosition c_PICS_Z2_I1_POS1_RP := {
+                latitude                                       := 435512756,
+                longitude                                      := 103002535,
+                positionConfidenceEllipse                      := c_PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
+                altitude                                       := c_PICS_IVIM_ALTITUDE
+            } // End of c_PICS_Z2_I1_POS1_RP
+            
+            const GlcPart c_PICS_Z2_I1_POS1_GP_1 := {
+                zoneId                                         := 1, 
+                laneNumber                                     := omit,
+                zoneExtension                                  := omit,
+                zoneHeading                                    := omit,
+                zone := {
+                    segment := {
+                        line := {
+                            deltaPositions := {
+                                {
+                                    deltaLatitude                  := -227,
+                                    deltaLongitude                 := -5
+                                },
+                                {
+                                    deltaLatitude                  := -146,
+                                    deltaLongitude                 := -1187
+                                },
+                                {
+                                    deltaLatitude                  := -109,
+                                    deltaLongitude                 := -1664
+                                },
+                                {
+                                    deltaLatitude                  := -141,
+                                    deltaLongitude                 := -1295
+                                },
+                                {
+                                    deltaLatitude                  := -233,
+                                    deltaLongitude                 := -2153
+                                }
+                            }
+                        },
+                        laneWidth                              := omit
+                    }
+                }
+            } // End of c_PICS_Z2_I1_POS1_GP_1
+            
+            const GlcPart c_PICS_Z2_I1_POS1_GP_2 := {
+                zoneId                                         := 2, 
+                laneNumber                                     := omit,
+                zoneExtension                                  := omit,
+                zoneHeading                                    := omit,
+                zone := {
+                    segment := {
+                        line := {
+                            deltaPositions := {
+                                {
+                                    deltaLatitude                  := -179,
+                                    deltaLongitude                 := 356
+                                },
+                                {
+                                    deltaLatitude                  := 100,
+                                    deltaLongitude                 := 891
+                                },
+                                {
+                                    deltaLatitude                  := 94,
+                                    deltaLongitude                 := 953
+                                },
+                                {
+                                    deltaLatitude                  := 87,
+                                    deltaLongitude                 := 930
+                                },
+                                {
+                                    deltaLatitude                  := 105,
+                                    deltaLongitude                 := 930
+                                }
+                            }
+                        },
+                        laneWidth                              := omit
+                    }
+                }
+            } // End of c_PICS_Z2_I1_POS1_GP_2
+            
+            const IvimParm c_PICS_Z2_I1_POS1 := {
+                provider := {
+                    countryCode                                := '0000000001'B,
+                    providerIdentifier                         := 13
+                },
+                iviIdentificationNumber                        := 12,
+                iviContainers := { 
+                    {
+                        glc := {
+                            referencePosition                      := c_PICS_Z2_I1_POS1_RP,
+                            referencePositionTime                  := omit,
+                            referencePositionHeading               := omit, 
+                            referencePositionSpeed                 := omit,
+                            parts := {
+                                c_PICS_Z2_I1_POS1_GP_1,
+                                c_PICS_Z2_I1_POS1_GP_2
+                            } 
+                        }
+                    },
+                    {
+                        giv := {
+                            {
+                                  detectionZoneIds := {
+                                      1
+                                },
+                                its_Rrid                       := omit,
+                                relevanceZoneIds := {
+                                    2
+                                }, 
+                                direction                      := 0, //Direction_sameDirection_,
+                                driverAwarenessZoneIds         := omit, 
+                                minimumAwarenessTime           := 4,
+                                applicableLanes                := omit,
+                                iviType                        := 1, //IviType_regulatoryMessages_,
+                                iviPurpose                     := omit,
+                                laneStatus                     := omit,
+                                vehicleCharacteristics         := omit,
+                                driverCharacteristics          := omit,
+                                layoutId                       := omit,
+                                preStoredlayoutId              := omit,
+                                roadSignCodes := {
+                                    {
+                                        layoutComponentId      := omit,
+                                        code := {
+                                            iso14823 := {
+                                                pictogramCode := {  
+                                                    countryCode := omit, 
+                                                    serviceCategoryCode := { 
+                                                        trafficSignPictogram := regulatory
+                                                    },
+                                                    pictogramCategoryCode := {
+                                                        nature := 5,
+                                                        serialNumber := 57
+                                                    
+                                                    }
+                                                },
+                                                attributes := {
+                                                    {
+                                                        spe := {
+                                                            spm := 30,
+                                                            mns := omit,
+                                                            unit := 0
+                                                        }
+                                                    }
+                                                }
+                                            }
+                                        }
+                                    }
+                                },
+                                extraText := omit
+                            },
+                            {
+                                  detectionZoneIds := {
+                                      1
+                                },
+                                its_Rrid                       := omit,
+                                relevanceZoneIds := {
+                                    2
+                                }, 
+                                direction                      := 0, //Direction_sameDirection_,
+                                driverAwarenessZoneIds         := omit, 
+                                minimumAwarenessTime           := 15,
+                                applicableLanes                := omit,
+                                iviType                        := 1, //IviType_regulatoryMessages_,
+                                iviPurpose                     := omit,
+                                laneStatus                     := omit,    
+                                vehicleCharacteristics := {
+                                    {
+                                        tractor                := omit,
+                                        trailer                := omit,
+                                        train := {
+                                            equalTo := {
+                                                {
+                                                    euVehicleCategoryCode := {
+                                                        euVehicleCategoryN := n2
+                                                    }
+                                                },
+                                                {
+                                                    euVehicleCategoryCode := {
+                                                        euVehicleCategoryN := n3
+                                                    }
+                                                }
+                                            },
+                                            notEqualTo         := omit, 
+                                            ranges := {
+                                                {
+                                                    comparisonOperator                  := 0, // greaterThan
+                                                    limits := {
+                                                        vehicleWeightLimits := {
+                                                            vehicleMaxLadenWeight       := 0,
+                                                            vehicleTrainMaximumWeight   := 750,
+                                                            vehicleWeightUnladen        := 0
+                                                        }
+                                                    }
+                                                }
+                                            }
+                                        }
+                                    }
+                                },
+                                driverCharacteristics          := omit,
+                                layoutId                       := omit,
+                                preStoredlayoutId              := omit,
+                                roadSignCodes := {
+                                    {
+                                        layoutComponentId := omit,
+                                        code := {
+                                            iso14823 := {
+                                                pictogramCode := {  
+                                                    countryCode := omit, 
+                                                    serviceCategoryCode := { 
+                                                        trafficSignPictogram := regulatory
+                                                    },
+                                                    pictogramCategoryCode := {
+                                                        nature := 5,
+                                                        serialNumber := 44
+                                                    
+                                                    }
+                                                },
+                                                attributes := omit
+                                            }
+                                        }
+                                    }
+                                },
+                                extraText := omit
+                            }
+                        }
+                    }
+                }
+            } // End of c_PICS_Z2_I1_POS1
+            
+        } // End of group ivimZone2 
+        
+        group ivimZone3 {
+            
+            const ReferencePosition c_PICS_Z3_I1_POS1_RP := {
+                latitude                                       := 435533069,
+                longitude                                      := 103024528,
+                positionConfidenceEllipse                      := c_PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
+                altitude                                       := c_PICS_IVIM_ALTITUDE
+            } // End of c_PICS_Z3_I1_POS1_RP
+            
+            const GlcPart c_PICS_Z3_I1_POS1_GP_1 := {
+                zoneId                                         := 1, 
+                laneNumber                                     := omit,
+                zoneExtension                                  := omit,
+                zoneHeading                                    := omit,
+                zone := {
+                    segment := {
+                        line := {
+                            deltaPositions := {
+                                {
+                                    deltaLatitude                  := -294,
+                                    deltaLongitude                 := -141
+                                },
+                                {
+                                    deltaLatitude                  := -51,
+                                    deltaLongitude                 := -902
+                                },
+                                {
+                                    deltaLatitude                  := -40,
+                                    deltaLongitude                 := -1008
+                                },
+                                {
+                                    deltaLatitude                  := -116,
+                                    deltaLongitude                 := -908
+                                },
+                                {
+                                    deltaLatitude                  := -236,
+                                    deltaLongitude                 := -769
+                                }
+                            }
+                        },
+                        laneWidth                              := omit
+                    }
+                }
+            } // End of c_PICS_Z3_I1_POS1_GP_1
+            
+            const GlcPart c_PICS_Z3_I1_POS1_GP_2 := {
+                zoneId                                         := 2, 
+                laneNumber                                     := omit,
+                zoneExtension                                  := omit,
+                zoneHeading                                    := omit,
+                zone := {
+                    segment := {
+                        line := {
+                            deltaPositions := {
+                                {
+                                    deltaLatitude                  := -77,
+                                    deltaLongitude                 := 1495
+                                },
+                                {
+                                    deltaLatitude                  := 457,
+                                    deltaLongitude                 := 858
+                                },
+                                {
+                                    deltaLatitude                  := 711,
+                                    deltaLongitude                 := 1088
+                                },
+                                {
+                                    deltaLatitude                  := 844,
+                                    deltaLongitude                 := 1338
+                                },
+                                {
+                                    deltaLatitude                  := 591,
+                                    deltaLongitude                 := 821
+                                }
+                            }
+                        },
+                        laneWidth                              := omit
+                    }
+                }
+            } // End of c_PICS_Z3_I1_POS1_GP_2
+            
+            const IvimParm c_PICS_Z3_I1_POS1 := {
+                provider := {
+                    countryCode                                := '0000000001'B,
+                    providerIdentifier                         := 13
+                },
+                iviIdentificationNumber                        := 12,
+                iviContainers := { 
+                    {
+                        glc := {
+                            referencePosition                      := c_PICS_Z3_I1_POS1_RP,
+                            referencePositionTime                  := omit,
+                            referencePositionHeading               := omit, 
+                            referencePositionSpeed                 := omit,
+                            parts := {
+                                c_PICS_Z3_I1_POS1_GP_1,
+                                c_PICS_Z3_I1_POS1_GP_2
+                            } 
+                        }
+                    },
+                    {
+                        giv := {
+                            {
+                                  detectionZoneIds := {
+                                      1
+                                },
+                                its_Rrid                       := omit,
+                                relevanceZoneIds := {
+                                    2
+                                }, 
+                                direction                      := 0, //Direction_sameDirection_,
+                                driverAwarenessZoneIds         := omit, 
+                                minimumAwarenessTime           := 4,
+                                applicableLanes                := omit,
+                                iviType                        := 1, //IviType_regulatoryMessages_,
+                                iviPurpose                     := omit,
+                                laneStatus                     := omit,
+                                vehicleCharacteristics         := omit,
+                                driverCharacteristics          := omit,
+                                layoutId                       := omit,
+                                preStoredlayoutId              := omit,
+                                roadSignCodes := {
+                                    {
+                                        layoutComponentId      := omit,
+                                        code := {
+                                            iso14823 := {
+                                                pictogramCode := {  
+                                                    countryCode := omit, 
+                                                    serviceCategoryCode := { 
+                                                        trafficSignPictogram := regulatory
+                                                    },
+                                                    pictogramCategoryCode := {
+                                                        nature := 5,
+                                                        serialNumber := 57
+                                                    
+                                                    }
+                                                },
+                                                attributes := {
+                                                    {
+                                                        spe := {
+                                                            spm := 30,
+                                                            mns := omit,
+                                                            unit := 0
+                                                        }
+                                                    }
+                                                }
+                                            }
+                                        }
+                                    }
+                                },
+                                extraText := omit
+                            },
+                            {
+                                  detectionZoneIds := {
+                                      1
+                                },
+                                its_Rrid                       := omit,
+                                relevanceZoneIds := {
+                                    2
+                                }, 
+                                direction                      := 0, //Direction_sameDirection_,
+                                driverAwarenessZoneIds         := omit, 
+                                minimumAwarenessTime           := 15,
+                                applicableLanes                := omit,
+                                iviType                        := 1, //IviType_regulatoryMessages_,
+                                iviPurpose                     := omit,
+                                laneStatus                     := omit,    
+                                vehicleCharacteristics := {
+                                    {
+                                        tractor                := omit,
+                                        trailer                := omit,
+                                        train := {
+                                            equalTo := {
+                                                {
+                                                    euVehicleCategoryCode := {
+                                                        euVehicleCategoryN := n2
+                                                    }
+                                                },
+                                                {
+                                                    euVehicleCategoryCode := {
+                                                        euVehicleCategoryN := n3
+                                                    }
+                                                }
+                                            },
+                                            notEqualTo         := omit, 
+                                            ranges := {
+                                                {
+                                                    comparisonOperator                  := 0, // greaterThan
+                                                    limits := {
+                                                        vehicleWeightLimits := {
+                                                            vehicleMaxLadenWeight       := 0,
+                                                            vehicleTrainMaximumWeight   := 750,
+                                                            vehicleWeightUnladen        := 0
+                                                        }
+                                                    }
+                                                }
+                                            }
+                                        }
+                                    }
+                                },
+                                driverCharacteristics          := omit,
+                                layoutId                       := omit,
+                                preStoredlayoutId              := omit,
+                                roadSignCodes := {
+                                    {
+                                        layoutComponentId := omit,
+                                        code := {
+                                            iso14823 := {
+                                                pictogramCode := {  
+                                                    countryCode := omit, 
+                                                    serviceCategoryCode := { 
+                                                        trafficSignPictogram := regulatory
+                                                    },
+                                                    pictogramCategoryCode := {
+                                                        nature := 5,
+                                                        serialNumber := 44
+                                                    
+                                                    }
+                                                },
+                                                attributes := omit
+                                            }
+                                        }
+                                    }
+                                },
+                                extraText := omit
+                            }
+                        }
+                    }
+                }
+            } // End of c_PICS_Z3_I1_POS1
+            
+        } // End of group ivimZone3 
+        
+        group ivimZone4 {
+            
+            const ReferencePosition c_PICS_Z4_I1_POS1_RP := {
+                latitude                                       := 435563484,
+                longitude                                      := 103042973,
+                positionConfidenceEllipse                      := c_PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
+                altitude                                       := c_PICS_IVIM_ALTITUDE
+            } // End of c_PICS_Z4_I1_POS1_RP
+            
+            const GlcPart c_PICS_Z4_I1_POS1_GP_1 := {
+                zoneId                                         := 1, 
+                laneNumber                                     := omit,
+                zoneExtension                                  := omit,
+                zoneHeading                                    := omit,
+                zone := {
+                    segment := {
+                        line := {
+                            deltaPositions := {
+                                {
+                                    deltaLatitude                  := 36,
+                                    deltaLongitude                 := -45
+                                },
+                                {
+                                    deltaLatitude                  := -662,
+                                    deltaLongitude                 := -1245
+                                },
+                                {
+                                    deltaLatitude                  := -846,
+                                    deltaLongitude                 := -1164
+                                },
+                                {
+                                    deltaLatitude                  := -1328,
+                                    deltaLongitude                 := -1569
+                                },
+                                {
+                                    deltaLatitude                  := -1142,
+                                    deltaLongitude                 := -1446
+                                }
+                            }
+                        },
+                        laneWidth                              := omit
+                    }
+                }
+            } // End of c_PICS_Z4_I1_POS1_GP_1
+            
+            const GlcPart c_PICS_Z4_I1_POS1_GP_2 := {
+                zoneId                                         := 2, 
+                laneNumber                                     := omit,
+                zoneExtension                                  := omit,
+                zoneHeading                                    := omit,
+                zone := {
+                    segment := {
+                        line := {
+                            deltaPositions := {
+                                {
+                                    deltaLatitude                  := 1019,
+                                    deltaLongitude                 := 3930
+                                },
+                                {
+                                    deltaLatitude                  := 189,
+                                    deltaLongitude                 := 774
+                                },
+                                {
+                                    deltaLatitude                  := 348,
+                                    deltaLongitude                 := 815
+                                },
+                                {
+                                    deltaLatitude                  := 366,
+                                    deltaLongitude                 := 934
+                                },
+                                {
+                                    deltaLatitude                  := 369,
+                                    deltaLongitude                 := 674
+                                }
+                            }
+                        },
+                        laneWidth                              := omit
+                    }
+                }
+            } // End of c_PICS_Z4_I1_POS1_GP_2
+            
+            const IvimParm c_PICS_Z4_I1_POS1 := {
+                provider := {
+                    countryCode                                := '0000000001'B,
+                    providerIdentifier                         := 13
+                },
+                iviIdentificationNumber                        := 12,
+                iviContainers := { 
+                    {
+                        glc := {
+                            referencePosition                      := c_PICS_Z4_I1_POS1_RP,
+                            referencePositionTime                  := omit,
+                            referencePositionHeading               := omit, 
+                            referencePositionSpeed                 := omit,
+                            parts := {
+                                c_PICS_Z4_I1_POS1_GP_1,
+                                c_PICS_Z4_I1_POS1_GP_2
+                            } 
+                        }
+                    },
+                    {
+                        giv := {
+                            {
+                                  detectionZoneIds := {
+                                      1
+                                },
+                                its_Rrid                       := omit,
+                                relevanceZoneIds := {
+                                    2
+                                }, 
+                                direction                      := 0, //Direction_sameDirection_,
+                                driverAwarenessZoneIds         := omit, 
+                                minimumAwarenessTime           := 4,
+                                applicableLanes                := omit,
+                                iviType                        := 1, //IviType_regulatoryMessages_,
+                                iviPurpose                     := omit,
+                                laneStatus                     := omit,
+                                vehicleCharacteristics         := omit,
+                                driverCharacteristics          := omit,
+                                layoutId                       := omit,
+                                preStoredlayoutId              := omit,
+                                roadSignCodes := {
+                                    {
+                                        layoutComponentId      := omit,
+                                        code := {
+                                            iso14823 := {
+                                                pictogramCode := {  
+                                                    countryCode := omit, 
+                                                    serviceCategoryCode := { 
+                                                        trafficSignPictogram := regulatory
+                                                    },
+                                                    pictogramCategoryCode := {
+                                                        nature := 5,
+                                                        serialNumber := 57
+                                                    
+                                                    }
+                                                },
+                                                attributes := {
+                                                    {
+                                                        spe := {
+                                                            spm := 30,
+                                                            mns := omit,
+                                                            unit := 0
+                                                        }
+                                                    }
+                                                }
+                                            }
+                                        }
+                                    }
+                                },
+                                extraText := omit
+                            },
+                            {
+                                  detectionZoneIds := {
+                                      1
+                                },
+                                its_Rrid                       := omit,
+                                relevanceZoneIds := {
+                                    2
+                                }, 
+                                direction                      := 0, //Direction_sameDirection_,
+                                driverAwarenessZoneIds         := omit, 
+                                minimumAwarenessTime           := 15,
+                                applicableLanes                := omit,
+                                iviType                        := 1, //IviType_regulatoryMessages_,
+                                iviPurpose                     := omit,
+                                laneStatus                     := omit,    
+                                vehicleCharacteristics := {
+                                    {
+                                        tractor                := omit,
+                                        trailer                := omit,
+                                        train := {
+                                            equalTo := {
+                                                {
+                                                    euVehicleCategoryCode := {
+                                                        euVehicleCategoryN := n2
+                                                    }
+                                                },
+                                                {
+                                                    euVehicleCategoryCode := {
+                                                        euVehicleCategoryN := n3
+                                                    }
+                                                }
+                                            },
+                                            notEqualTo         := omit, 
+                                            ranges := {
+                                                {
+                                                    comparisonOperator                  := 0, // greaterThan
+                                                    limits := {
+                                                        vehicleWeightLimits := {
+                                                            vehicleMaxLadenWeight       := 0,
+                                                            vehicleTrainMaximumWeight   := 750,
+                                                            vehicleWeightUnladen        := 0
+                                                        }
+                                                    }
+                                                }
+                                            }
+                                        }
+                                    }
+                                },
+                                driverCharacteristics          := omit,
+                                layoutId                       := omit,
+                                preStoredlayoutId              := omit,
+                                roadSignCodes := {
+                                    {
+                                        layoutComponentId := omit,
+                                        code := {
+                                            iso14823 := {
+                                                pictogramCode := {  
+                                                    countryCode := omit, 
+                                                    serviceCategoryCode := { 
+                                                        trafficSignPictogram := regulatory
+                                                    },
+                                                    pictogramCategoryCode := {
+                                                        nature := 5,
+                                                        serialNumber := 44
+                                                    
+                                                    }
+                                                },
+                                                attributes := omit
+                                            }
+                                        }
+                                    }
+                                },
+                                extraText := omit
+                            }
+                        }
+                    }
+                }
+            } // End of c_PICS_Z4_I1_POS1
+            
+        } // End of group ivimZone4 
+        
+        group ivimZone5 {
+            
+            const ReferencePosition c_PICS_Z5_I1_POS1_RP := {
+                latitude                                       := 435582342,
+                longitude                                      := 103065544,
+                positionConfidenceEllipse                      := c_PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
+                altitude                                       := c_PICS_IVIM_ALTITUDE
+            } // End of c_PICS_Z5_I1_POS1_RP
+            
+            const GlcPart c_PICS_Z5_I1_POS1_GP_1 := {
+                zoneId                                         := 1, 
+                laneNumber                                     := omit,
+                zoneExtension                                  := omit,
+                zoneHeading                                    := omit,
+                zone := {
+                    segment := {
+                        line := {
+                            deltaPositions := {
+                                {
+                                    deltaLatitude                  := -9,
+                                    deltaLongitude                 := 354
+                                },
+                                {
+                                    deltaLatitude                  := 565,
+                                    deltaLongitude                 := -118
+                                },
+                                {
+                                    deltaLatitude                  := 848,
+                                    deltaLongitude                 := -39
+                                },
+                                {
+                                    deltaLatitude                  := 570,
+                                    deltaLongitude                 := 10
+                                },
+                                {
+                                    deltaLatitude                  := 567,
+                                    deltaLongitude                 := -121
+                                }
+                            }
+                        },
+                        laneWidth                              := omit
+                    }
+                }
+            } // End of c_PICS_Z5_I1_POS1_GP_1
+            
+            const GlcPart c_PICS_Z5_I1_POS1_GP_2 := {
+                zoneId                                         := 2, 
+                laneNumber                                     := omit,
+                zoneExtension                                  := omit,
+                zoneHeading                                    := omit,
+                zone := {
+                    segment := {
+                        line := {
+                            deltaPositions := {
+                                {
+                                    deltaLatitude                  := -866,
+                                    deltaLongitude                 := 340
+                                },
+                                {
+                                    deltaLatitude                  := -632,
+                                    deltaLongitude                 := -103
+                                },
+                                {
+                                    deltaLatitude                  := -756,
+                                    deltaLongitude                 := -132
+                                },
+                                {
+                                    deltaLatitude                  := -648,
+                                    deltaLongitude                 := -213
+                                },
+                                {
+                                    deltaLatitude                  := -471,
+                                    deltaLongitude                 := -115
+                                }
+                            }
+                        },
+                        laneWidth                              := omit
+                    }
+                }
+            } // End of c_PICS_Z5_I1_POS1_GP_2
+            
+            const IvimParm c_PICS_Z5_I1_POS1 := {
+                provider := {
+                    countryCode                                := '0000000001'B,
+                    providerIdentifier                         := 13
+                },
+                iviIdentificationNumber                        := 12,
+                iviContainers := { 
+                    {
+                        glc := {
+                            referencePosition                      := c_PICS_Z5_I1_POS1_RP,
+                            referencePositionTime                  := omit,
+                            referencePositionHeading               := omit, 
+                            referencePositionSpeed                 := omit,
+                            parts := {
+                                c_PICS_Z5_I1_POS1_GP_1,
+                                c_PICS_Z5_I1_POS1_GP_2
+                            } 
+                        }
+                    },
+                    {
+                        giv := {
+                            {
+                                  detectionZoneIds := {
+                                      1
+                                },
+                                its_Rrid                       := omit,
+                                relevanceZoneIds := {
+                                    2
+                                }, 
+                                direction                      := 0, //Direction_sameDirection_,
+                                driverAwarenessZoneIds         := omit, 
+                                minimumAwarenessTime           := 4,
+                                applicableLanes                := omit,
+                                iviType                        := 1, //IviType_regulatoryMessages_,
+                                iviPurpose                     := omit,
+                                laneStatus                     := omit,
+                                vehicleCharacteristics         := omit,
+                                driverCharacteristics          := omit,
+                                layoutId                       := omit,
+                                preStoredlayoutId              := omit,
+                                roadSignCodes := {
+                                    {
+                                        layoutComponentId      := omit,
+                                        code := {
+                                            iso14823 := {
+                                                pictogramCode := {  
+                                                    countryCode := omit, 
+                                                    serviceCategoryCode := { 
+                                                        trafficSignPictogram := regulatory
+                                                    },
+                                                    pictogramCategoryCode := {
+                                                        nature := 5,
+                                                        serialNumber := 57
+                                                    
+                                                    }
+                                                },
+                                                attributes := {
+                                                    {
+                                                        spe := {
+                                                            spm := 30,
+                                                            mns := omit,
+                                                            unit := 0
+                                                        }
+                                                    }
+                                                }
+                                            }
+                                        }
+                                    }
+                                },
+                                extraText := omit
+                            },
+                            {
+                                  detectionZoneIds := {
+                                      1
+                                },
+                                its_Rrid                       := omit,
+                                relevanceZoneIds := {
+                                    2
+                                }, 
+                                direction                      := 0, //Direction_sameDirection_,
+                                driverAwarenessZoneIds         := omit, 
+                                minimumAwarenessTime           := 15,
+                                applicableLanes                := omit,
+                                iviType                        := 1, //IviType_regulatoryMessages_,
+                                iviPurpose                     := omit,
+                                laneStatus                     := omit,    
+                                vehicleCharacteristics := {
+                                    {
+                                        tractor                := omit,
+                                        trailer                := omit,
+                                        train := {
+                                            equalTo := {
+                                                {
+                                                    euVehicleCategoryCode := {
+                                                        euVehicleCategoryN := n2
+                                                    }
+                                                },
+                                                {
+                                                    euVehicleCategoryCode := {
+                                                        euVehicleCategoryN := n3
+                                                    }
+                                                }
+                                            },
+                                            notEqualTo         := omit, 
+                                            ranges := {
+                                                {
+                                                    comparisonOperator                  := 0, // greaterThan
+                                                    limits := {
+                                                        vehicleWeightLimits := {
+                                                            vehicleMaxLadenWeight       := 0,
+                                                            vehicleTrainMaximumWeight   := 750,
+                                                            vehicleWeightUnladen        := 0
+                                                        }
+                                                    }
+                                                }
+                                            }
+                                        }
+                                    }
+                                },
+                                driverCharacteristics          := omit,
+                                layoutId                       := omit,
+                                preStoredlayoutId              := omit,
+                                roadSignCodes := {
+                                    {
+                                        layoutComponentId := omit,
+                                        code := {
+                                            iso14823 := {
+                                                pictogramCode := {  
+                                                    countryCode := omit, 
+                                                    serviceCategoryCode := { 
+                                                        trafficSignPictogram := regulatory
+                                                    },
+                                                    pictogramCategoryCode := {
+                                                        nature := 5,
+                                                        serialNumber := 44
+                                                    
+                                                    }
+                                                },
+                                                attributes := omit
+                                            }
+                                        }
+                                    }
+                                },
+                                extraText := omit
+                            }
+                        }
+                    }
+                }
+            } // End of c_PICS_Z5_I1_POS1
+            
+        } // End of group ivimZone5 
+        
+        group ivimZone6 {
+            
+            const ReferencePosition c_PICS_Z6_I1_POS1_RP := {
+                latitude                                       := 435551186,
+                longitude                                      := 103033248,
+                positionConfidenceEllipse                      := c_PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
+                altitude                                       := c_PICS_IVIM_ALTITUDE
+            } // End of c_PICS_Z6_I1_POS1_RP
+            
+            const GlcPart c_PICS_Z6_I1_POS1_GP_1 := {
+                zoneId                                         := 1, 
+                laneNumber                                     := omit,
+                zoneExtension                                  := omit,
+                zoneHeading                                    := omit,
+                zone := {
+                    segment := {
+                        line := {
+                            deltaPositions := {
+                                {
+                                    deltaLatitude                  := 313,
+                                    deltaLongitude                 := 668
+                                },
+                                {
+                                    deltaLatitude                  := 548,
+                                    deltaLongitude                 := -879
+                                },
+                                {
+                                    deltaLatitude                  := 545,
+                                    deltaLongitude                 := -940
+                                },
+                                {
+                                    deltaLatitude                  := 529,
+                                    deltaLongitude                 := -824
+                                },
+                                {
+                                    deltaLatitude                  := 597,
+                                    deltaLongitude                 := -992
+                                }
+                            }
+                        },
+                        laneWidth                              := omit
+                    }
+                }
+            } // End of c_PICS_Z6_I1_POS1_GP_1
+            
+            const GlcPart c_PICS_Z6_I1_POS1_GP_2 := {
+                zoneId                                         := 2, 
+                laneNumber                                     := omit,
+                zoneExtension                                  := omit,
+                zoneHeading                                    := omit,
+                zone := {
+                    segment := {
+                        line := {
+                            deltaPositions := {
+                                {
+                                    deltaLatitude                  := -293,
+                                    deltaLongitude                 := 1457
+                                },
+                                {
+                                    deltaLatitude                  := -610,
+                                    deltaLongitude                 := 903
+                                },
+                                {
+                                    deltaLatitude                  := -716,
+                                    deltaLongitude                 := 1013
+                                },
+                                {
+                                    deltaLatitude                  := -587,
+                                    deltaLongitude                 := 945
+                                },
+                                {
+                                    deltaLatitude                  := -585,
+                                    deltaLongitude                 := 838
+                                }
+                            }
+                        },
+                        laneWidth                              := omit
+                    }
+                }
+            } // End of c_PICS_Z6_I1_POS1_GP_2
+            
+            const IvimParm c_PICS_Z6_I1_POS1 := {
+                provider := {
+                    countryCode                                := '0000000001'B,
+                    providerIdentifier                         := 13
+                },
+                iviIdentificationNumber                        := 12,
+                iviContainers := { 
+                    {
+                        glc := {
+                            referencePosition                      := c_PICS_Z6_I1_POS1_RP,
+                            referencePositionTime                  := omit,
+                            referencePositionHeading               := omit, 
+                            referencePositionSpeed                 := omit,
+                            parts := {
+                                c_PICS_Z6_I1_POS1_GP_1,
+                                c_PICS_Z6_I1_POS1_GP_2
+                            } 
+                        }
+                    },
+                    {
+                        giv := {
+                            {
+                                  detectionZoneIds := {
+                                      1
+                                },
+                                its_Rrid                       := omit,
+                                relevanceZoneIds := {
+                                    2
+                                }, 
+                                direction                      := 0, //Direction_sameDirection_,
+                                driverAwarenessZoneIds         := omit, 
+                                minimumAwarenessTime           := 4,
+                                applicableLanes                := omit,
+                                iviType                        := 1, //IviType_regulatoryMessages_,
+                                iviPurpose                     := omit,
+                                laneStatus                     := omit,
+                                vehicleCharacteristics         := omit,
+                                driverCharacteristics          := omit,
+                                layoutId                       := omit,
+                                preStoredlayoutId              := omit,
+                                roadSignCodes := {
+                                    {
+                                        layoutComponentId      := omit,
+                                        code := {
+                                            iso14823 := {
+                                                pictogramCode := {  
+                                                    countryCode := omit, 
+                                                    serviceCategoryCode := { 
+                                                        trafficSignPictogram := regulatory
+                                                    },
+                                                    pictogramCategoryCode := {
+                                                        nature := 5,
+                                                        serialNumber := 57
+                                                    
+                                                    }
+                                                },
+                                                attributes := {
+                                                    {
+                                                        spe := {
+                                                            spm := 30,
+                                                            mns := omit,
+                                                            unit := 0
+                                                        }
+                                                    }
+                                                }
+                                            }
+                                        }
+                                    }
+                                },
+                                extraText := omit
+                            },
+                            {
+                                  detectionZoneIds := {
+                                      1
+                                },
+                                its_Rrid                       := omit,
+                                relevanceZoneIds := {
+                                    2
+                                }, 
+                                direction                      := 0, //Direction_sameDirection_,
+                                driverAwarenessZoneIds         := omit, 
+                                minimumAwarenessTime           := 15,
+                                applicableLanes                := omit,
+                                iviType                        := 1, //IviType_regulatoryMessages_,
+                                iviPurpose                     := omit,
+                                laneStatus                     := omit,    
+                                vehicleCharacteristics := {
+                                    {
+                                        tractor                := omit,
+                                        trailer                := omit,
+                                        train := {
+                                            equalTo := {
+                                                {
+                                                    euVehicleCategoryCode := {
+                                                        euVehicleCategoryN := n2
+                                                    }
+                                                },
+                                                {
+                                                    euVehicleCategoryCode := {
+                                                        euVehicleCategoryN := n3
+                                                    }
+                                                }
+                                            },
+                                            notEqualTo         := omit, 
+                                            ranges := {
+                                                {
+                                                    comparisonOperator                  := 0, // greaterThan
+                                                    limits := {
+                                                        vehicleWeightLimits := {
+                                                            vehicleMaxLadenWeight       := 0,
+                                                            vehicleTrainMaximumWeight   := 750,
+                                                            vehicleWeightUnladen        := 0
+                                                        }
+                                                    }
+                                                }
+                                            }
+                                        }
+                                    }
+                                },
+                                driverCharacteristics          := omit,
+                                layoutId                       := omit,
+                                preStoredlayoutId              := omit,
+                                roadSignCodes := {
+                                    {
+                                        layoutComponentId := omit,
+                                        code := {
+                                            iso14823 := {
+                                                pictogramCode := {  
+                                                    countryCode := omit, 
+                                                    serviceCategoryCode := { 
+                                                        trafficSignPictogram := regulatory
+                                                    },
+                                                    pictogramCategoryCode := {
+                                                        nature := 5,
+                                                        serialNumber := 44
+                                                    
+                                                    }
+                                                },
+                                                attributes := omit
+                                            }
+                                        }
+                                    }
+                                },
+                                extraText := omit
+                            }
+                        }
+                    }
+                }
+            } // End of c_PICS_Z6_I1_POS1
+            
+        } // End of group ivimZone6 
+        
+    } // End of group ivimEvents 
+    
garciay's avatar
garciay committed
+    group poimEvents {
+        
+        group poimCommonParams {
+            
+            const ItsChargingSpotDataElements c_PICS_CHARGING_SPOT_DATA_01 := {
+                type_                           := '0'B,//standardChargeMode1
+                evEquipmentID                   := omit,
+                typeOfReceptacle               := '000'B,
+                energyAvailability               := "all",
+                parkingPlacesData               := omit
+            } // End of c_PICS_CHARGING_SPOT_DATA_01
+            
+        } // End of group poimCommonParams
+        
+        group poimZone1 {
+            
+            const ReferencePosition c_PICS_POI_LOCATION_01 := {
+                latitude                                    := 435582150,
+                longitude                                   := 103065170,
+                positionConfidenceEllipse                   := {
+                    semiMajorConfidence   := 100,
+                    semiMinorConfidence   := 100,
+                    semiMajorOrientation  := 0
+                },
+                altitude                                    := {
+                    altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
+                    altitudeConfidence := alt_000_01
+                }
+            } // End of c_PICS_POI_LOCATION_01
+            
+            const ItsChargingStationData c_PICS_ITS_CHARGING := {
+                chargingStationID                   := 9876,
+                utilityDistributorId                := omit,
+                providerID                          := omit,
+                chargingStationLocation             := c_PICS_POI_LOCATION_01,
+                address_                            := omit,
+                phoneNumber                         := omit,
+                accessibility                       := "open",
+                digitalMap                          := omit,
+                openingDaysHours                    := "full",
+                pricing                             := "2.00",
+                bookingContactInfo                  := omit,
+                payment                             := omit,
+                chargingSpotsAvailable              := { c_PICS_CHARGING_SPOT_DATA_01 }
+            } // End of c_PICS_ITS_CHARGING
+        } // End of group poimZone1
+        
+    } // End of group poimEvents 
+    
+    group ssemEvents {
+        
+        group ssemCommonParams {
+            
+            const BtpPortId c_PICS_SSEM_BTP_DESTINATION_PORT := 2008;
+            
+            const BtpPortId c_PICS_SSEM_BTP_SOURCE_PORT      := 0;
+            
+        } // End of group ssemCommonParams
+        
+    } // End of group ssemEvents
+    
+    group sremEvents {
+        
+        group sremCommonParams {
+            
+            const BtpPortId c_PICS_SREM_BTP_DESTINATION_PORT := 2007;
+            
+            const BtpPortId c_PICS_SREM_BTP_SOURCE_PORT      := 0;
+            
+        } // End of group sremCommonParams
+        
+    } // End of group sremEvents
+    
+    group generationFrequencies {
+        
+        /**
+         * @desc Beacon frequency timer
+         */
+        const float c_PICS_BEACON_FREQUENCY    := 1.0;
+        
+        /**
+         * @desc CAM frequency timer
+         */
+        const float c_PICS_CAM_FREQUENY        := 1.0;
+        
+        /**
+         * @desc DENM frequency timer
+         */
+        const float c_PICS_DENM_FREQUENY       := int2float(c_PICS_DENM_REPETITION_INTERVAL) / 1000.0;
+        
+        /**
+         * @desc MAPEM frequency timer
+         */
+        const float c_PICS_MAPEM_FREQUENY      := 1.0;
+        
+        /**
+         * @desc SPATEMM frequency timer
+         */
+        const float c_PICS_SPATEM_FREQUENY     := 1.0;
+        
+        /**
+         * @desc IVIM frequency timer
+         */
+        const float c_PICS_IVIM_FREQUENY       := 1.0;
+        
+    } // End of group generationFrequencies 
+    
+} // End of module ItsRSUsSimulator_Pics 
\ No newline at end of file
garciay's avatar
garciay committed
Index: AtsRSUsSimulator/ItsRSUsSimulator_Functions.ttcn
===================================================================
garciay's avatar
garciay committed
--- AtsRSUsSimulator/ItsRSUsSimulator_Functions.ttcn	(revision 2630)
garciay's avatar
garciay committed
+++ AtsRSUsSimulator/ItsRSUsSimulator_Functions.ttcn	(working copy)
@@ -17,7 +17,7 @@
     import from EVCSN_PDU_Descriptions language "ASN.1:1997" all;
     import from SREM_PDU_Descriptions language "ASN.1:1997" all;
     import from SSEM_PDU_Descriptions language "ASN.1:1997" all;
-    import from DSRC language "ASN.1:1997" all;
+    import from IS_DSRC language "ASN.1:1997" all;
     
     // LibItsCommon
     import from LibItsCommon_Functions all;
garciay's avatar
garciay committed
@@ -238,14 +238,14 @@
             v_ivim := 
                 m_ivimParm(
                     PICS_RSU_PARAMS[p_rsu_id].stationID,
-                    m_ivimStructure(
-                        m_iviManagementContainer(
+                    valueof(m_ivimStructure(
+                        valueof(m_iviManagementContainer(
                             PICS_IVIM_PARMS_RSUs[p_rsu_id].provider,
                             PICS_IVIM_PARMS_RSUs[p_rsu_id].iviIdentificationNumber,
                             0//IviStatus_new_
-                        ),
+                        )),
                         PICS_IVIM_PARMS_RSUs[p_rsu_id].iviContainers
-            ));
+            )));
             // Update ivi status
             v_ivim.ivi.mandatory.validFrom := f_getCurrentTime();
             v_ivim.ivi.mandatory.validTo := valueof(v_ivim.ivi.mandatory.validFrom) + 43200000; // 12hours
garciay's avatar
garciay committed
@@ -266,7 +266,7 @@
                         ),
                         m_itsEVCSNData(
                             -,
-                            { PICS_ITS_CHARGING }
+                            { PICS_EVCSN_PARMS_RSUs[p_rsu_id] }
                         )
             ));
             // Update poi status
garciay's avatar
garciay committed
@@ -295,7 +295,7 @@
                     m_denmPdu_rsu(
                         PICS_RSU_PARAMS[p_rsu_id].stationID,
                         m_denm(
-                               v_denmParmContainers.managementContainer, 
+                               valueof(v_denmParmContainers.managementContainer), 
                                v_denmParmContainers.situationContainer,
                                v_denmParmContainers.locationContainer
                 )));
@@ -380,7 +380,7 @@
         } 
         // Build the messages value list for this RSU
         vc_rsuMessagesValueList[p_rsu_id] := 
-            m_rsuProfile(
+            valueof(m_rsuProfile(
                 v_beacon,
                 v_cam, 
                 v_denms,
@@ -389,7 +389,7 @@
                 v_ivim,
                 v_evcsn,
                 v_ssem
-        );
+        ));
         if (PICS_RSU_PARAMS[p_rsu_id].geoShape == e_geoCircle) {
             vc_geoArea := {
                 shape := e_geoCircle,
@@ -449,7 +449,7 @@
         
         p_payload := valueof(
             f_adaptPayload(
-                vc_rsuMessagesValueList[vc_rsu_id].beacon,
+                valueof(vc_rsuMessagesValueList[vc_rsu_id].beacon),
                 0,
                 -,
                 e_any
@@ -631,7 +631,7 @@
     ) runs on ItsRSUsSimulator {
         
         vc_rsuMessagesValueList[vc_rsu_id].evcsn.evcsn.poiHeader.timeStamp := f_getCurrentTime(); // Check if it is ITS or UTC time
-        log("vc_rsuMessagesValueList[vc_rsu_id].evcsn", valueof(vc_rsuMessagesValueList[vc_rsu_id].evcsn));
+        log("vc_rsuMessagesValueList[vc_rsu_id].evcsn", vc_rsuMessagesValueList[vc_rsu_id].evcsn);
         p_payload := valueof(
             f_adaptPayload(
                 bit2oct(
garciay's avatar
garciay committed
Index: AtsRSUsSimulator/ItsRSUsSimulator_Pics.ttcn
===================================================================
garciay's avatar
garciay committed
--- AtsRSUsSimulator/ItsRSUsSimulator_Pics.ttcn	(revision 2630)
garciay's avatar
garciay committed
+++ AtsRSUsSimulator/ItsRSUsSimulator_Pics.ttcn	(working copy)
@@ -14,9 +14,12 @@
     import from EVCSN_PDU_Descriptions language "ASN.1:1997" all;
     import from SREM_PDU_Descriptions language "ASN.1:1997" all;
     import from SSEM_PDU_Descriptions language "ASN.1:1997" all;
-    import from DSRC language "ASN.1:1997" all;
+    import from IS_DSRC language "ASN.1:1997" all;
     import from ElectronicRegistrationIdentificationVehicleDataModule language "ASN.1:1997" all;
     
+    // LibItsCommon
+    import from LibItsCommon_ASN1_NamedNumbers all;
+
     // LibItsBtp
     import from LibItsBtp_TypesAndValues all;
     import from LibItsBtp_Templates all;
@@ -29,6 +32,7 @@
     
     // ItsRSUsSimulator
     import from ItsRSUsSimulator_TypesAndValues all;
+    import from ItsRSUSimulator_PicsInitConsts all;
     
     /**
      * @desc This group describes the RSUs installed on the track
garciay's avatar
garciay committed
@@ -53,7 +57,7 @@
             
             modulepar RsuParm PICS_RSU1 := {
                 longPosVector := {
-                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU1,
+                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU1,
                     timestamp_    := 0,
                     latitude      := 435529150,
                     longitude     := 103010520,
garciay's avatar
garciay committed
@@ -68,7 +72,7 @@
                 geoParms := {
                     radius := 5000
                 },
-                pathHistory := PICS_RSU_PATH_HISTORY_RSU1
+                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU1
             } // End of PICS_RSU1
             
             /**
garciay's avatar
garciay committed
@@ -96,7 +100,7 @@
             
             modulepar RsuParm PICS_RSU2 := {
                 longPosVector := {
-                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU2,
+                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU2,
                     timestamp_    := 0,
                     latitude      := 435512090,
                     longitude     := 103002510,
garciay's avatar
garciay committed
@@ -111,7 +115,7 @@
                 geoParms := {
                     radius := 5000
                 },
-                pathHistory := PICS_RSU_PATH_HISTORY_RSU2
+                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU2
             } // End of PICS_RSU2
             
             /**
garciay's avatar
garciay committed
@@ -139,7 +143,7 @@
             
             modulepar RsuParm PICS_RSU3 := {
                 longPosVector := {
-                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU3,
+                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU3,
                     timestamp_    := 0,
                     latitude      := 435546630,
                     longitude     := 103041900,
garciay's avatar
garciay committed
@@ -154,7 +158,7 @@
                 geoParms := {
                     radius := 5000
                 },
-                pathHistory := PICS_RSU_PATH_HISTORY_RSU3
+                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU3
             } // End of PICS_RSU3
             
             /**
garciay's avatar
garciay committed
@@ -182,7 +186,7 @@
             
             modulepar RsuParm PICS_RSU4 := {
                 longPosVector := {
-                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU4,
+                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU4,
                     timestamp_    := 0,
                     latitude      := 435582150,
                     longitude     := 103065170,
garciay's avatar
garciay committed
@@ -197,7 +201,7 @@
                 geoParms := {
                     radius := 5000
                 },
-                pathHistory := PICS_RSU_PATH_HISTORY_RSU4
+                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU4
             } // End of PICS_RSU4
             
             /**
garciay's avatar
garciay committed
@@ -225,7 +229,7 @@
             
             modulepar RsuParm PICS_RSU5 := {
                 longPosVector := {
-                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU5,
+                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU5,
                     timestamp_    := 0,
                     latitude      := 435838400,
                     longitude     := 103249780,
garciay's avatar
garciay committed
@@ -240,7 +244,7 @@
                 geoParms := {
                     radius := 5000
                 },
-                pathHistory := PICS_RSU_PATH_HISTORY_RSU5
+                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU5
             } // End of PICS_RSU5
             
             /**
garciay's avatar
garciay committed
@@ -268,7 +272,7 @@
             
             modulepar RsuParm PICS_RSU6 := {
                 longPosVector := {
-                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU6,
+                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU6,
                     timestamp_    := 0,
                     latitude      := 435923480,
                     longitude     := 103375540,
garciay's avatar
garciay committed
@@ -283,7 +287,7 @@
                 geoParms := {
                     radius := 5000
                 },
-                pathHistory := PICS_RSU_PATH_HISTORY_RSU6
+                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU6
             } // End of PICS_RSU6
             
             /**
garciay's avatar
garciay committed
@@ -310,7 +314,7 @@
             
             modulepar RsuParm PICS_RSU7 := {
                 longPosVector := {
-                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU7,
+                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU7,
                     timestamp_    := 0,
                     latitude      := 435550580,
                     longitude     := 103032980,
garciay's avatar
garciay committed
@@ -325,7 +329,7 @@
                 geoParms := {
                     radius := 5000
                 },
-                pathHistory := PICS_RSU_PATH_HISTORY_RSU7
+                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU7
             } // End of PICS_RSU7
             
             /**
garciay's avatar
garciay committed
@@ -352,7 +356,7 @@
             
             modulepar RsuParm PICS_RSU8 := {
                 longPosVector := {
-                    gnAddr        := PICS_RSU_GN_ADDRESS_RSU8,
+                    gnAddr        := c_PICS_RSU_GN_ADDRESS_RSU8,
                     timestamp_    := 0,
                     latitude      := 435546630,
                     longitude     := 103041900,
garciay's avatar
garciay committed
@@ -367,7 +371,7 @@
                 geoParms := {
                     radius := 5000
                 },
-                pathHistory := PICS_RSU_PATH_HISTORY_RSU8
+                pathHistory := c_PICS_RSU_PATH_HISTORY_RSU8
             } // End of PICS_RSU8
             
             /**
garciay's avatar
garciay committed
@@ -378,14 +382,14 @@
         } // End of group rsu8
                 
         modulepar RsuParmList PICS_RSU_PARAMS := {
-            PICS_RSU1,
-            PICS_RSU2,
-            PICS_RSU3,
-            PICS_RSU4,
-            PICS_RSU5,
-            PICS_RSU6,
-            PICS_RSU7,
-            PICS_RSU8
+            c_PICS_RSU1,
+            c_PICS_RSU2,
+            c_PICS_RSU3,
+            c_PICS_RSU4,
+            c_PICS_RSU5,
+            c_PICS_RSU6,
+            c_PICS_RSU7,
+            c_PICS_RSU8
         } // End of PICS_RSU_PARAMS
         
     } // End of group rsuParameters 
garciay's avatar
garciay committed
@@ -430,23 +434,23 @@
                 
                 modulepar integer SIMULTANEOUS_VEHICLE_NUM        := 10;
                 
+                modulepar LongPosVector PICS_UC6_VEHICLE_TEMPLATE_POSITION := {
+                    gnAddr := {
+                        typeOfAddress         := e_manual,
+                        stationType           := e_passengerCar,
+                        stationCountryCode    := 33,
+                        mid                   := '001C6B0D02FF'O
+                    },
+                    timestamp_                                    := 0,
+                    latitude                                      := 0,
+                    longitude                                     := 0,
+                    pai                                           := '0'B,
+                    speed                                         := 30,
+                    heading                                       := 0
+                } // End of PICS_UC6_VEHICLE_POSITION
+                
                 group camUseCase6VehicleTemplateDescription {
                     
-                    modulepar LongPosVector PICS_UC6_VEHICLE_TEMPLATE_POSITION := {
-                        gnAddr := {
-                            typeOfAddress         := e_manual,
-                            stationType           := e_passengerCar,
-                            stationCountryCode    := 33,
-                            mid                   := '001C6B0D02FF'O
-                        },
-                        timestamp_                                    := 0,
-                        latitude                                      := 0,
-                        longitude                                     := 0,
-                        pai                                           := '0'B,
-                        speed                                         := 30,
-                        heading                                       := 0
-                    } // End of PICS_UC6_VEHICLE_POSITION
-                    
                     modulepar GeoArea PICS_UC6_VEHICLE_TEMPLATE_GEOAREA := {
                         shape := e_geoElip,
                         area := {
@@ -536,7 +540,7 @@
             
             modulepar RsuParm PICS_UC7_LPV := {
                 longPosVector := {
-                    gnAddr                                  := PICS_UC7_GN_ADDRESS,
+                    gnAddr                                  := c_PICS_UC7_GN_ADDRESS,
                     timestamp_                              := 0,
                     latitude                                := 435582150,
                     longitude                               := 103065170,
garciay's avatar
garciay committed
@@ -582,7 +586,7 @@
             } // End of PICS_UC9_PCZ_1
garciay's avatar
garciay committed
             modulepar ProtectedCommunicationZonesRSU PICS_UC9_PCZ := {
-                PICS_UC9_PCZ_1
+                c_PICS_USECASE9_PCZ_1
garciay's avatar
garciay committed
             } // End of PICS_UC9_PCZ
garciay's avatar
garciay committed
         } // End of group camUseCase9
@@ -667,8 +671,8 @@
                     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
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
                     }; // End of PICS_Z1_D1_EP
                     
                     /**
garciay's avatar
garciay committed
@@ -744,10 +748,10 @@
                     }; // End of PICS_Z1_D1_Tx
                     
                     modulepar DenmParm PICS_Z1_D1 := {
-                        eventPosition                               := PICS_Z1_D1_EP,
+                        eventPosition                               := c_PICS_Z1_D1_EP,
                         causeCodeType                               := CauseCodeType_roadworks_,
-                        eventHistory                                := PICS_Z1_D1_Hx,
-                        traces                                      := PICS_Z1_D1_Tx,
+                        eventHistory                                := c_PICS_Z1_D1_Hx,
+                        traces                                      := c_PICS_Z1_D1_Tx,
                         roadWorksContainerExtended := {
                             lightBarSirenInUse                      := omit,
                             closedLanes := {
garciay's avatar
garciay committed
@@ -755,10 +759,10 @@
                                 drivingLaneStatus                   := '0001'B
                             },
                             restriction                             := omit,
-                            speedLimit                              := PICS_SPEED_LIMIT,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
                             incidentIndication                      := omit,
                             recommendedPath                         := omit,
-                            startingPointSpeedLimit                 := PICS_Z1_D1_POS0,
+                            startingPointSpeedLimit                 := c_PICS_Z1_D1_POS0,
                             trafficFlowRule                         := passToRight,
                             referenceDenms                          := omit
                         }
garciay's avatar
garciay committed
@@ -774,8 +778,8 @@
                     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
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
                     }; // End of PICS_Z1_D2_EP
                     
                     /**
garciay's avatar
garciay committed
@@ -851,10 +855,10 @@
                     }; // End of PICS_Z1_D2_Tx
                     
                     modulepar DenmParm PICS_Z1_D2 := {
-                        eventPosition                               := PICS_Z1_D2_EP,
+                        eventPosition                               := c_PICS_Z1_D2_EP,
                         causeCodeType                               := CauseCodeType_roadworks_,
-                        eventHistory                                := PICS_Z1_D2_Hx,
-                        traces                                      := PICS_Z1_D2_Tx,
+                        eventHistory                                := c_PICS_Z1_D2_Hx,
+                        traces                                      := c_PICS_Z1_D2_Tx,
                         roadWorksContainerExtended := {
                             lightBarSirenInUse                      := omit,
                             closedLanes := {
garciay's avatar
garciay committed
@@ -862,7 +866,7 @@
                                 drivingLaneStatus                   := '0011'B
                             },
                             restriction                             := omit,
-                            speedLimit                              := PICS_SPEED_LIMIT,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
                             incidentIndication                      := omit,
                             recommendedPath                         := omit,
                             startingPointSpeedLimit                 := omit,
garciay's avatar
garciay committed
@@ -882,8 +886,8 @@
                     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
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
                     }; // End of PICS_Z1_D3_EP
                     
                     /**
garciay's avatar
garciay committed
@@ -951,10 +955,10 @@
                     }; // End of PICS_Z1_D3_Tx
                     
                     modulepar DenmParm PICS_Z1_D3 := {
-                        eventPosition                               := PICS_Z1_D3_EP,
+                        eventPosition                               := c_PICS_Z1_D3_EP,
                         causeCodeType                               := CauseCodeType_roadworks_,
-                        eventHistory                                := PICS_Z1_D3_Hx,
-                        traces                                      := PICS_Z1_D3_Tx,
+                        eventHistory                                := c_PICS_Z1_D3_Hx,
+                        traces                                      := c_PICS_Z1_D3_Tx,
                         roadWorksContainerExtended := {
                             lightBarSirenInUse                      := omit,
                             closedLanes := {
garciay's avatar
garciay committed
@@ -962,7 +966,7 @@
                                 drivingLaneStatus                   := '0100'B
                             },
                             restriction                             := omit,
-                            speedLimit                              := PICS_SPEED_LIMIT,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
                             incidentIndication                      := omit,
                             recommendedPath                         := omit,
                             startingPointSpeedLimit := {
garciay's avatar
garciay committed
@@ -971,8 +975,7 @@
                                 deltaAltitude                       := 0
                             },
                             trafficFlowRule                         := passToLeft,
-                            referenceDenms                          := {
-                            }
+                            referenceDenms                          := omit
                         }
                         
                     } // End of PICS_Z1_D3
@@ -1000,8 +1003,8 @@
                     modulepar ReferencePosition PICS_Z2_D1_EP := {
                         latitude                                    := 435512286,                               // Z2-D1-EP/latitude
                         longitude                                   := 102999675,                               // Z2-D1-EP/longitude
-                        positionConfidenceEllipse                   := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
-                        altitude                                    := PICS_DENM_ALTITUDE
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
                     }; // End of PICS_Z2_D1_EP
                     
                     /**
garciay's avatar
garciay committed
@@ -1077,10 +1080,10 @@
                     }; // End of PICS_Z2_D1_Tx
                     
                     modulepar DenmParm PICS_Z2_D1 := {
-                        eventPosition                               := PICS_Z2_D1_EP,
+                        eventPosition                               := c_PICS_Z2_D1_EP,
                         causeCodeType                               := CauseCodeType_roadworks_,
-                        eventHistory                                := PICS_Z2_D1_Hx,
-                        traces                                      := PICS_Z2_D1_Tx,
+                        eventHistory                                := c_PICS_Z2_D1_Hx,
+                        traces                                      := c_PICS_Z2_D1_Tx,
                         roadWorksContainerExtended := {
                             lightBarSirenInUse                      := omit,
                             closedLanes := {
garciay's avatar
garciay committed
@@ -1088,10 +1091,10 @@
                                 drivingLaneStatus                   := '0001'B
                             },
                             restriction                             := omit,
-                            speedLimit                              := PICS_SPEED_LIMIT,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
                             incidentIndication                      := omit,
                             recommendedPath                         := omit,
-                            startingPointSpeedLimit                 := PICS_Z2_D1_POS0,
+                            startingPointSpeedLimit                 := c_PICS_Z2_D1_POS0,
                             trafficFlowRule                         := passToRight,
                             referenceDenms                          := omit
                         }
garciay's avatar
garciay committed
@@ -1107,8 +1110,8 @@
                     modulepar ReferencePosition PICS_Z2_D2_EP := {
                         latitude                                    := 435513581,                               // Z2-D2-EP/latitude
                         longitude                                   := 103012798,                               // Z2-D2-EP/longitude
-                        positionConfidenceEllipse                   := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
-                        altitude                                    := PICS_DENM_ALTITUDE
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
                     }; // End of PICS_Z2_D2_EP
                     
                     /**
garciay's avatar
garciay committed
@@ -1184,10 +1187,10 @@
                     }; // End of PICS_Z2_D2_Tx
                     
                     modulepar DenmParm PICS_Z2_D2 := {
-                        eventPosition                               := PICS_Z2_D2_EP,
+                        eventPosition                               := c_PICS_Z2_D2_EP,
                         causeCodeType                               := CauseCodeType_roadworks_,
-                        eventHistory                                := PICS_Z2_D2_Hx,
-                        traces                                      := PICS_Z2_D2_Tx,
+                        eventHistory                                := c_PICS_Z2_D2_Hx,
+                        traces                                      := c_PICS_Z2_D2_Tx,
                         roadWorksContainerExtended := {
                             lightBarSirenInUse                      := omit,
                             closedLanes := {
garciay's avatar
garciay committed
@@ -1195,7 +1198,7 @@
                                 drivingLaneStatus                   := '0011'B
                             },
                             restriction                             := omit,
-                            speedLimit                              := PICS_SPEED_LIMIT,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
                             incidentIndication                      := omit,
                             recommendedPath                         := omit,
                             startingPointSpeedLimit                 := omit,
garciay's avatar
garciay committed
@@ -1215,8 +1218,8 @@
                     modulepar ReferencePosition PICS_Z2_D3_EP := {
                         latitude                                    := 435521014,                               // Z2-D3-EP/latitude
                         longitude                                   := 103020483,                               // Z2-D3-EP/longitude
-                        positionConfidenceEllipse                   := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
-                        altitude                                    := PICS_DENM_ALTITUDE
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
                     }; // End of PICS_Z2_D3_EP
                     
                     /**
garciay's avatar
garciay committed
@@ -1284,10 +1287,10 @@
                     }; // End of PICS_Z2_D3_Tx
                     
                     modulepar DenmParm PICS_Z2_D3 := {
-                        eventPosition                               := PICS_Z2_D3_EP,
+                        eventPosition                               := c_PICS_Z2_D3_EP,
                         causeCodeType                               := CauseCodeType_roadworks_,
-                        eventHistory                                := PICS_Z2_D3_Hx,
-                        traces                                      := PICS_Z2_D3_Tx,
+                        eventHistory                                := c_PICS_Z2_D3_Hx,
+                        traces                                      := c_PICS_Z2_D3_Tx,
                         roadWorksContainerExtended := {
                             lightBarSirenInUse                      := omit,
                             closedLanes := {
garciay's avatar
garciay committed
@@ -1295,7 +1298,7 @@
                                 drivingLaneStatus                   := '0100'B
                             },
                             restriction                             := omit,
-                            speedLimit                              := PICS_SPEED_LIMIT,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
                             incidentIndication                      := omit,
                             recommendedPath                         := omit,
                             startingPointSpeedLimit                 := omit,
garciay's avatar
garciay committed
@@ -1327,8 +1330,8 @@
                     modulepar ReferencePosition PICS_Z3_D1_EP := {
                         latitude                                    := 435537393,                               // Z3-D1-EP/latitude
                         longitude                                   := 103003415,                               // Z3-D1-EP/longitude
-                        positionConfidenceEllipse                   := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
-                        altitude                                    := PICS_DENM_ALTITUDE
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
                     }; // End of PICS_Z3_D1_EP
                         
                     /**
garciay's avatar
garciay committed
@@ -1404,10 +1407,10 @@
                     }; // End of PICS_Z3_D1_Tx
                         
                     modulepar DenmParm PICS_Z3_D1 := {
-                        eventPosition                               := PICS_Z3_D1_EP,
+                        eventPosition                               := c_PICS_Z3_D1_EP,
                         causeCodeType                               := CauseCodeType_roadworks_,
-                        eventHistory                                := PICS_Z3_D1_Hx,
-                        traces                                      := PICS_Z3_D1_Tx,
+                        eventHistory                                := c_PICS_Z3_D1_Hx,
+                        traces                                      := c_PICS_Z3_D1_Tx,
                         roadWorksContainerExtended := {
                             lightBarSirenInUse                      := omit,
                             closedLanes := {
garciay's avatar
garciay committed
@@ -1415,10 +1418,10 @@
                                 drivingLaneStatus                   := '0001'B
                             },
                             restriction                             := omit,
-                            speedLimit                              := PICS_SPEED_LIMIT,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
                             incidentIndication                      := omit,
                             recommendedPath                         := omit,
-                            startingPointSpeedLimit                 := PICS_Z3_D1_POS0,
+                            startingPointSpeedLimit                 := c_PICS_Z3_D1_POS0,
                             trafficFlowRule                         := passToRight,
                             referenceDenms                          := omit
                         }
garciay's avatar
garciay committed
@@ -1434,8 +1437,8 @@
                     modulepar ReferencePosition PICS_Z3_D2_EP := {
                         latitude                                    := 435543599,                               // Z3-D2-EP/latitude
                         longitude                                   := 103041247,                               // Z3-D2-EP/longitude
-                        positionConfidenceEllipse                   := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
-                        altitude                                    := PICS_DENM_ALTITUDE
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
                     }; // End of PICS_Z3_D2_EP
                         
                     /**
garciay's avatar
garciay committed
@@ -1511,10 +1514,10 @@
                     }; // End of PICS_Z3_D2_Tx
                         
                     modulepar DenmParm PICS_Z3_D2 := {
-                        eventPosition                               := PICS_Z3_D2_EP,
+                        eventPosition                               := c_PICS_Z3_D2_EP,
                         causeCodeType                               := CauseCodeType_roadworks_,
-                        eventHistory                                := PICS_Z3_D2_Hx,
-                        traces                                      := PICS_Z3_D2_Tx,
+                        eventHistory                                := c_PICS_Z3_D2_Hx,
+                        traces                                      := c_PICS_Z3_D2_Tx,
                         roadWorksContainerExtended := {
                             lightBarSirenInUse                      := omit,
                             closedLanes := {
garciay's avatar
garciay committed
@@ -1522,7 +1525,7 @@
                                 drivingLaneStatus                   := '0011'B
                             },
                             restriction                             := omit,
-                            speedLimit                              := PICS_SPEED_LIMIT,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
                             incidentIndication                      := omit,
                             recommendedPath                         := omit,
                             startingPointSpeedLimit                 := omit,
garciay's avatar
garciay committed
@@ -1542,8 +1545,8 @@
                     modulepar ReferencePosition PICS_Z3_D3_EP := {
                         latitude                                    := 435550184,                               // Z3-D3-EP/latitude
                         longitude                                   := 103037351,                               // Z3-D3-EP/longitude
-                        positionConfidenceEllipse                   := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
-                        altitude                                    := PICS_DENM_ALTITUDE
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
                     }; // End of PICS_Z3_D3_EP
                         
                     /**
garciay's avatar
garciay committed
@@ -1611,10 +1614,10 @@
                     }; // End of PICS_Z3_D3_Tx
                         
                     modulepar DenmParm PICS_Z3_D3 := {
-                        eventPosition                               := PICS_Z3_D3_EP,
+                        eventPosition                               := c_PICS_Z3_D3_EP,
                         causeCodeType                               := CauseCodeType_roadworks_,
-                        eventHistory                                := PICS_Z3_D3_Hx,
-                        traces                                      := PICS_Z3_D3_Tx,
+                        eventHistory                                := c_PICS_Z3_D3_Hx,
+                        traces                                      := c_PICS_Z3_D3_Tx,
                         roadWorksContainerExtended := {
                             lightBarSirenInUse                      := omit,
                             closedLanes := {
garciay's avatar
garciay committed
@@ -1622,7 +1625,7 @@
                                 drivingLaneStatus                   := '0100'B
                             },
                             restriction                             := omit,
-                            speedLimit                              := PICS_SPEED_LIMIT,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
                             incidentIndication                      := omit,
                             recommendedPath                         := omit,
                             startingPointSpeedLimit                 := omit,
garciay's avatar
garciay committed
@@ -1654,8 +1657,8 @@
                     modulepar ReferencePosition PICS_Z4_D1_EP := {
                         latitude                                    := 435562873,                               // Z4-D1-EP/latitude
                         longitude                                   := 103041679,                               // Z4-D1-EP/longitude
-                        positionConfidenceEllipse                   := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
-                        altitude                                    := PICS_DENM_ALTITUDE
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
                     }; // End of PICS_Z4_D1_EP
                         
                     /**
garciay's avatar
garciay committed
@@ -1731,10 +1734,10 @@
                     }; // End of PICS_Z4_D1_Tx
                         
                     modulepar DenmParm PICS_Z4_D1 := {
-                        eventPosition                               := PICS_Z4_D1_EP,
+                        eventPosition                               := c_PICS_Z4_D1_EP,
                         causeCodeType                               := CauseCodeType_roadworks_,
-                        eventHistory                                := PICS_Z4_D1_Hx,
-                        traces                                      := PICS_Z4_D1_Tx,
+                        eventHistory                                := c_PICS_Z4_D1_Hx,
+                        traces                                      := c_PICS_Z4_D1_Tx,
                         roadWorksContainerExtended := {
                             lightBarSirenInUse                      := omit,
                             closedLanes := {
garciay's avatar
garciay committed
@@ -1742,10 +1745,10 @@
                                 drivingLaneStatus                   := '0001'B
                             },
                             restriction                             := omit,
-                            speedLimit                              := PICS_SPEED_LIMIT,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
                             incidentIndication                      := omit,
                             recommendedPath                         := omit,
-                            startingPointSpeedLimit                 := PICS_Z4_D1_POS0,
+                            startingPointSpeedLimit                 := c_PICS_Z4_D1_POS0,
                             trafficFlowRule                         := passToRight,
                             referenceDenms                          := omit
                         }
garciay's avatar
garciay committed
@@ -1761,8 +1764,8 @@
                     modulepar ReferencePosition PICS_Z4_D2_EP := {
                         latitude                                    := 435567174,                               // Z4-D2-EP/latitude
                         longitude                                   := 103052073,                               // Z4-D2-EP/longitude
-                        positionConfidenceEllipse                   := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
-                        altitude                                    := PICS_DENM_ALTITUDE
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
                     }; // End of PICS_Z4_D2_EP
                         
                     /**
garciay's avatar
garciay committed
@@ -1838,10 +1841,10 @@
                     }; // End of PICS_Z4_D2_Tx
                         
                     modulepar DenmParm PICS_Z4_D2 := {
-                        eventPosition                               := PICS_Z4_D2_EP,
+                        eventPosition                               := c_PICS_Z4_D2_EP,
                         causeCodeType                               := CauseCodeType_roadworks_,
-                        eventHistory                                := PICS_Z4_D2_Hx,
-                        traces                                      := PICS_Z4_D2_Tx,
+                        eventHistory                                := c_PICS_Z4_D2_Hx,
+                        traces                                      := c_PICS_Z4_D2_Tx,
                         roadWorksContainerExtended := {
                             lightBarSirenInUse                      := omit,
                             closedLanes := {
garciay's avatar
garciay committed
@@ -1849,7 +1852,7 @@
                                 drivingLaneStatus                   := '0011'B
                             },
                             restriction                             := omit,
-                            speedLimit                              := PICS_SPEED_LIMIT,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
                             incidentIndication                      := omit,
                             recommendedPath                         := omit,
                             startingPointSpeedLimit                 := omit,
garciay's avatar
garciay committed
@@ -1869,8 +1872,8 @@
                     modulepar ReferencePosition PICS_Z4_D3_EP := {
                         latitude                                    := 435573552,                               // Z4-D3-EP/latitude
                         longitude                                   := 103060751,                               // Z4-D3-EP/longitude
-                        positionConfidenceEllipse                   := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
-                        altitude                                    := PICS_DENM_ALTITUDE
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
                     }; // End of PICS_Z4_D3_EP
                         
                     /**
garciay's avatar
garciay committed
@@ -1938,10 +1941,10 @@
                     }; // End of PICS_Z4_D3_Tx
                         
                     modulepar DenmParm PICS_Z4_D3 := {
-                        eventPosition                               := PICS_Z4_D3_EP,
+                        eventPosition                               := c_PICS_Z4_D3_EP,
                         causeCodeType                               := CauseCodeType_roadworks_,
-                        eventHistory                                := PICS_Z4_D3_Hx,
-                        traces                                      := PICS_Z4_D3_Tx,
+                        eventHistory                                := c_PICS_Z4_D3_Hx,
+                        traces                                      := c_PICS_Z4_D3_Tx,
                         roadWorksContainerExtended := {
                             lightBarSirenInUse                      := omit,
                             closedLanes := {
garciay's avatar
garciay committed
@@ -1949,7 +1952,7 @@
                                 drivingLaneStatus                   := '0100'B
                             },
                             restriction                             := omit,
-                            speedLimit                              := PICS_SPEED_LIMIT,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
                             incidentIndication                      := omit,
                             recommendedPath                         := omit,
                             startingPointSpeedLimit                 := omit,
garciay's avatar
garciay committed
@@ -1981,8 +1984,8 @@
                     modulepar ReferencePosition PICS_Z5_D1_EP := {
                         latitude                                    := 435574984,                               // Z5-D1-EP/latitude
                         longitude                                   := 103061238,                               // Z5-D1-EP/longitude
-                        positionConfidenceEllipse                   := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
-                        altitude                                    := PICS_DENM_ALTITUDE
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
                     }; // End of PICS_Z5_D1_EP
                         
                     /**
garciay's avatar
garciay committed
@@ -2058,10 +2061,10 @@
                     }; // End of PICS_Z5_D1_Tx
                         
                     modulepar DenmParm PICS_Z5_D1 := {
-                        eventPosition                               := PICS_Z5_D1_EP,
+                        eventPosition                               := c_PICS_Z5_D1_EP,
                         causeCodeType                               := CauseCodeType_roadworks_,
-                        eventHistory                                := PICS_Z5_D1_Hx,
-                        traces                                      := PICS_Z5_D1_Tx,
+                        eventHistory                                := c_PICS_Z5_D1_Hx,
+                        traces                                      := c_PICS_Z5_D1_Tx,
                         roadWorksContainerExtended := {
                             lightBarSirenInUse                      := omit,
                             closedLanes := {
garciay's avatar
garciay committed
@@ -2069,10 +2072,10 @@
                                 drivingLaneStatus                   := '0001'B
                             },
                             restriction                             := omit,
-                            speedLimit                              := PICS_SPEED_LIMIT,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
                             incidentIndication                      := omit,
                             recommendedPath                         := omit,
-                            startingPointSpeedLimit                 := PICS_Z5_D1_POS0,
+                            startingPointSpeedLimit                 := c_PICS_Z5_D1_POS0,
                             trafficFlowRule                         := passToRight,
                             referenceDenms                          := omit
                         }
garciay's avatar
garciay committed
@@ -2088,8 +2091,8 @@
                     modulepar ReferencePosition PICS_Z5_D2_EP := {
                         latitude                                    := 435568551,                               // Z5-D2-EP/latitude
                         longitude                                   := 103052438,                               // Z5-D2-EP/longitude
-                        positionConfidenceEllipse                   := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
-                        altitude                                    := PICS_DENM_ALTITUDE
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
                     }; // End of PICS_Z5_D2_EP
                         
                     /**
garciay's avatar
garciay committed
@@ -2165,10 +2168,10 @@
                     }; // End of PICS_Z5_D2_Tx
                         
                     modulepar DenmParm PICS_Z5_D2 := {
-                        eventPosition                               := PICS_Z5_D2_EP,
+                        eventPosition                               := c_PICS_Z5_D2_EP,
                         causeCodeType                               := CauseCodeType_roadworks_,
-                        eventHistory                                := PICS_Z5_D2_Hx,
-                        traces                                      := PICS_Z5_D2_Tx,
+                        eventHistory                                := c_PICS_Z5_D2_Hx,
+                        traces                                      := c_PICS_Z5_D2_Tx,
                         roadWorksContainerExtended := {
                             lightBarSirenInUse                      := omit,
                             closedLanes := {
garciay's avatar
garciay committed
@@ -2176,7 +2179,7 @@
                                 drivingLaneStatus                   := '0011'B
                             },
                             restriction                             := omit,
-                            speedLimit                              := PICS_SPEED_LIMIT,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
                             incidentIndication                      := omit,
                             recommendedPath                         := omit,
                             startingPointSpeedLimit                 := omit,
garciay's avatar
garciay committed
@@ -2196,8 +2199,8 @@
                     modulepar ReferencePosition PICS_Z5_D3_EP := {
                         latitude                                    := 435565175,                               // Z5-D3-EP/latitude
                         longitude                                   := 103041136,                               // Z5-D3-EP/longitude
-                        positionConfidenceEllipse                   := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
-                        altitude                                    := PICS_DENM_ALTITUDE
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
                     }; // End of PICS_Z5_D3_EP
                         
                     /**
garciay's avatar
garciay committed
@@ -2265,10 +2268,10 @@
                     }; // End of PICS_Z5_D3_Tx
                         
                     modulepar DenmParm PICS_Z5_D3 := {
-                        eventPosition                               := PICS_Z5_D3_EP,
+                        eventPosition                               := c_PICS_Z5_D3_EP,
                         causeCodeType                               := CauseCodeType_roadworks_,
-                        eventHistory                                := PICS_Z5_D3_Hx,
-                        traces                                      := PICS_Z5_D3_Tx,
+                        eventHistory                                := c_PICS_Z5_D3_Hx,
+                        traces                                      := c_PICS_Z5_D3_Tx,
                         roadWorksContainerExtended := {
                             lightBarSirenInUse                      := omit,
                             closedLanes := {
garciay's avatar
garciay committed
@@ -2276,7 +2279,7 @@
                                 drivingLaneStatus                   := '0100'B
                             },
                             restriction                             := omit,
-                            speedLimit                              := PICS_SPEED_LIMIT,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
                             incidentIndication                      := omit,
                             recommendedPath                         := omit,
                             startingPointSpeedLimit                 := omit,
garciay's avatar
garciay committed
@@ -2308,8 +2311,8 @@
                     modulepar ReferencePosition PICS_Z6_D1_EP := {
                         latitude                                    := 435549548,                               // Z6-D1-EP/latitude
                         longitude                                   := 103036609,                               // Z6-D1-EP/longitude
-                        positionConfidenceEllipse                   := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
-                        altitude                                    := PICS_DENM_ALTITUDE
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
                     }; // End of PICS_Z6_D1_EP
                     
                     /**
garciay's avatar
garciay committed
@@ -2385,10 +2388,10 @@
                     }; // End of PICS_Z6_D1_Tx
                         
                     modulepar DenmParm PICS_Z6_D1 := {
-                        eventPosition                               := PICS_Z6_D1_EP,
+                        eventPosition                               := c_PICS_Z6_D1_EP,
                         causeCodeType                               := CauseCodeType_roadworks_,
-                        eventHistory                                := PICS_Z6_D1_Hx,
-                        traces                                      := PICS_Z6_D1_Tx,
+                        eventHistory                                := c_PICS_Z6_D1_Hx,
+                        traces                                      := c_PICS_Z6_D1_Tx,
                         roadWorksContainerExtended := {
                             lightBarSirenInUse                      := omit,
                             closedLanes := {
garciay's avatar
garciay committed
@@ -2396,10 +2399,10 @@
                                 drivingLaneStatus                   := '0001'B
                             },
                             restriction                             := omit,
-                            speedLimit                              := PICS_SPEED_LIMIT,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
                             incidentIndication                      := omit,
                             recommendedPath                         := omit,
-                            startingPointSpeedLimit                 := PICS_Z6_D1_POS0,
+                            startingPointSpeedLimit                 := c_PICS_Z6_D1_POS0,
                             trafficFlowRule                         := passToRight,
                             referenceDenms                          := omit
                         }
garciay's avatar
garciay committed
@@ -2415,8 +2418,8 @@
                     modulepar ReferencePosition PICS_Z6_D2_EP := {
                         latitude                                    := 435542600,                               // Z6-D2-EP/latitude
                         longitude                                   := 103032647,                               // Z6-D2-EP/longitude
-                        positionConfidenceEllipse                   := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
-                        altitude                                    := PICS_DENM_ALTITUDE
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
                     }; // End of PICS_Z6_D2_EP
                         
                     /**
garciay's avatar
garciay committed
@@ -2492,10 +2495,10 @@
                     }; // End of PICS_Z6_D2_Tx
                         
                     modulepar DenmParm PICS_Z6_D2 := {
-                        eventPosition                               := PICS_Z6_D2_EP,
+                        eventPosition                               := c_PICS_Z6_D2_EP,
                         causeCodeType                               := CauseCodeType_roadworks_,
-                        eventHistory                                := PICS_Z6_D2_Hx,
-                        traces                                      := PICS_Z6_D2_Tx,
+                        eventHistory                                := c_PICS_Z6_D2_Hx,
+                        traces                                      := c_PICS_Z6_D2_Tx,
                         roadWorksContainerExtended := {
                             lightBarSirenInUse                      := omit,
                             closedLanes := {
garciay's avatar
garciay committed
@@ -2503,7 +2506,7 @@
                                 drivingLaneStatus                   := '0011'B
                             },
                             restriction                             := omit,
-                            speedLimit                              := PICS_SPEED_LIMIT,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
                             incidentIndication                      := omit,
                             recommendedPath                         := omit,
                             startingPointSpeedLimit                 := omit,
garciay's avatar
garciay committed
@@ -2523,8 +2526,8 @@
                     modulepar ReferencePosition PICS_Z6_D3_EP := {
                         latitude                                    := 435536760,                               // Z6-D3-EP/latitude
                         longitude                                   := 103024345,                               // Z6-D3-EP/longitude
-                        positionConfidenceEllipse                   := PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
-                        altitude                                    := PICS_DENM_ALTITUDE
+                        positionConfidenceEllipse                   := c_PICS_DENM_POSITION_CONFIDENCE_ELLIPSE,
+                        altitude                                    := c_PICS_DENM_ALTITUDE
                     } // End of PICS_Z6_D3_EP
                         
                     /**
garciay's avatar
garciay committed
@@ -2592,10 +2595,10 @@
                     }; // End of PICS_Z6_D3_Tx
                         
                     modulepar DenmParm PICS_Z6_D3 := {
-                        eventPosition                               := PICS_Z6_D3_EP,
+                        eventPosition                               := c_PICS_Z6_D3_EP,
                         causeCodeType                               := CauseCodeType_roadworks_,
-                        eventHistory                                := PICS_Z6_D3_Hx,
-                        traces                                      := PICS_Z6_D3_Tx,
+                        eventHistory                                := c_PICS_Z6_D3_Hx,
+                        traces                                      := c_PICS_Z6_D3_Tx,
                         roadWorksContainerExtended := {
                             lightBarSirenInUse                      := omit,
                             closedLanes := {
garciay's avatar
garciay committed
@@ -2603,7 +2606,7 @@
                                 drivingLaneStatus                   := '0100'B
                             },
                             restriction                             := omit,
-                            speedLimit                              := PICS_SPEED_LIMIT,
+                            speedLimit                              := c_PICS_SPEED_LIMIT,
                             incidentIndication                      := omit,
                             recommendedPath                         := omit,
                             startingPointSpeedLimit                 := omit,
garciay's avatar
garciay committed
@@ -2618,34 +2621,34 @@
             
             modulepar DenmEventsParmsUseCase PICS_DENM_PARMS_UC1_RWW := {
                 { // Zone 1
-                    PICS_Z1_D1,
-                    PICS_Z1_D2,
-                    PICS_Z1_D3
+                    c_PICS_Z1_D1,
+                    c_PICS_Z1_D2,
+                    c_PICS_Z1_D3
                 },
                 { // Zone 2
-                    PICS_Z2_D1,
-                    PICS_Z2_D2,
-                    PICS_Z2_D3
+                    c_PICS_Z2_D1,
+                    c_PICS_Z2_D2,
+                    c_PICS_Z2_D3
                 },
                 { // Zone 3
-                    PICS_Z3_D1,
-                    PICS_Z3_D2,
-                    PICS_Z3_D3
+                    c_PICS_Z3_D1,
+                    c_PICS_Z3_D2,
+                    c_PICS_Z3_D3
                 },
                 { // Zone 4
-                    PICS_Z4_D1,
-                    PICS_Z4_D2,
-                    PICS_Z4_D3
+                    c_PICS_Z4_D1,
+                    c_PICS_Z4_D2,
+                    c_PICS_Z4_D3
                 },
                 { // Zone 5
-                    PICS_Z5_D1,
-                    PICS_Z5_D2,
-                    PICS_Z5_D3
+                    c_PICS_Z5_D1,
+                    c_PICS_Z5_D2,
+                    c_PICS_Z5_D3
                 },
                 { // Zone 6
-                    PICS_Z6_D1,
-                    PICS_Z6_D2,
-                    PICS_Z6_D3
+                    c_PICS_Z6_D1,
+                    c_PICS_Z6_D2,
+                    c_PICS_Z6_D3
                 }
             } // End of PICS_DENM_PARMS_UC1_RWW
             
garciay's avatar
garciay committed
@@ -2652,9 +2655,9 @@
         } // End of group denmUseCase1 
         
         modulepar DenmEventsParmsUseCaseRsu PICS_DENM_EVENTS_RSU := {
-            PICS_DENM_PARMS_UC1_RWW,
-            PICS_DENM_PARMS_UC1_RWW,
-            PICS_DENM_PARMS_UC1_RWW
+            c_PICS_DENM_PARMS_UC1_RWW,
+            c_PICS_DENM_PARMS_UC1_RWW,
+            c_PICS_DENM_PARMS_UC1_RWW
         } // End of PICS_DENM_EVENTS_RSU
         
     } // End of group denmEvents 
garciay's avatar
garciay committed
@@ -2762,9 +2765,9 @@
                 intersections := {
                     { // Start of intersection #0
                         name                                := "PICS_Z1_M1_SL",
-                        id                                  := PICS_Z1_M1_SL_IDX,
+                        id                                  := c_PICS_Z1_M1_SL_IDX,
                         revision                            := 0,
-                        refPoint                            := PICS_Z1_M1_SL_RP,
+                        refPoint                            := c_PICS_Z1_M1_SL_RP,
                         laneWidth                           := omit,
                         speedLimits                         := omit,
                         laneSet := {
garciay's avatar
garciay committed
@@ -2782,7 +2785,7 @@
                                     regional                := omit
                                 },
                                 maneuvers                   := omit,
-                                nodeList                    := PICS_Z1_M1_SL_LANE10,
+                                nodeList                    := c_PICS_Z1_M1_SL_LANE10,
                                 connectsTo := {
                                     {
                                         connectingLane := {
garciay's avatar
garciay committed
@@ -2812,7 +2815,7 @@
                                     regional                := omit
                                 },
                                 maneuvers                   := omit,
-                                nodeList                    := PICS_Z1_M1_SL_LANE20,
+                                nodeList                    := c_PICS_Z1_M1_SL_LANE20,
                                 connectsTo                  := omit,
                                 overlays                    := omit,
                                 regional                    := omit
garciay's avatar
garciay committed
@@ -2918,9 +2921,9 @@
                 intersections := {
                     { // Start of intersection #0
                         name                                := "PICS_Z2_M1_SL",
-                        id                                  := PICS_Z2_M1_SL_IDX,
+                        id                                  := c_PICS_Z2_M1_SL_IDX,
                         revision                            := 0,
-                        refPoint                            := PICS_Z2_M1_SL_RP,
+                        refPoint                            := c_PICS_Z2_M1_SL_RP,
                         laneWidth                           := omit,
                         speedLimits                         := omit,
                         laneSet := {
garciay's avatar
garciay committed
@@ -2938,7 +2941,7 @@
                                     regional                := omit
                                 },
                                 maneuvers                   := omit,
-                                nodeList                    := PICS_Z2_M1_SL_LANE10,
+                                nodeList                    := c_PICS_Z2_M1_SL_LANE10,
                                 connectsTo := {
                                     {
                                         connectingLane := {
garciay's avatar
garciay committed
@@ -2968,7 +2971,7 @@
                                     regional                := omit
                                 },
                                 maneuvers                   := omit,
-                                nodeList                    := PICS_Z2_M1_SL_LANE20,
+                                nodeList                    := c_PICS_Z2_M1_SL_LANE20,
                                 connectsTo                  := omit,
                                 overlays                    := omit,
                                 regional                    := omit
garciay's avatar
garciay committed
@@ -3074,9 +3077,9 @@
                 intersections := {
                     { // Start of intersection #0
                         name                                := "PICS_Z3_M1_SL",
-                        id                                  := PICS_Z3_M1_SL_IDX,
+                        id                                  := c_PICS_Z3_M1_SL_IDX,
                         revision                            := 0,
-                        refPoint                            := PICS_Z3_M1_SL_RP,
+                        refPoint                            := c_PICS_Z3_M1_SL_RP,
                         laneWidth                           := omit,
                         speedLimits                         := omit,
                         laneSet := {
garciay's avatar
garciay committed
@@ -3094,7 +3097,7 @@
                                     regional                := omit
                                 },
                                 maneuvers                   := omit,
-                                nodeList                    := PICS_Z3_M1_SL_LANE10,
+                                nodeList                    := c_PICS_Z3_M1_SL_LANE10,
                                 connectsTo := {
                                     {
                                         connectingLane := {
garciay's avatar
garciay committed
@@ -3124,7 +3127,7 @@
                                     regional                := omit
                                 },
                                 maneuvers                   := omit,
-                                nodeList                    := PICS_Z3_M1_SL_LANE20,
+                                nodeList                    := c_PICS_Z3_M1_SL_LANE20,
                                 connectsTo                  := omit,
                                 overlays                    := omit,
                                 regional                    := omit
garciay's avatar
garciay committed
@@ -3230,9 +3233,9 @@
                 intersections := {
                     { // Start of intersection #0
                         name                                := "PICS_Z4_M1_SL",
-                        id                                  := PICS_Z4_M1_SL_IDX,
+                        id                                  := c_PICS_Z4_M1_SL_IDX,
                         revision                            := 0,
-                        refPoint                            := PICS_Z4_M1_SL_RP,
+                        refPoint                            := c_PICS_Z4_M1_SL_RP,
                         laneWidth                           := omit,
                         speedLimits                         := omit,
                         laneSet := {
garciay's avatar
garciay committed
@@ -3250,7 +3253,7 @@
                                     regional                := omit
                                 },
                                 maneuvers                   := omit,
-                                nodeList                    := PICS_Z4_M1_SL_LANE10,
+                                nodeList                    := c_PICS_Z4_M1_SL_LANE10,
                                 connectsTo := {
                                     {
                                         connectingLane := {
garciay's avatar
garciay committed
@@ -3280,7 +3283,7 @@
                                     regional                := omit
                                 },
                                 maneuvers                   := omit,
-                                nodeList                    := PICS_Z4_M1_SL_LANE20,
+                                nodeList                    := c_PICS_Z4_M1_SL_LANE20,
                                 connectsTo                  := omit,
                                 overlays                    := omit,
                                 regional                    := omit
garciay's avatar
garciay committed
@@ -3386,9 +3389,9 @@
                 intersections := {
                     { // Start of intersection #0
                         name                                := "PICS_Z5_M1_SL",
-                        id                                  := PICS_Z5_M1_SL_IDX,
+                        id                                  := c_PICS_Z5_M1_SL_IDX,
                         revision                            := 0,
-                        refPoint                            := PICS_Z5_M1_SL_RP,
+                        refPoint                            := c_PICS_Z5_M1_SL_RP,
                         laneWidth                           := omit,
                         speedLimits                         := omit,
                         laneSet := {
garciay's avatar
garciay committed
@@ -3406,7 +3409,7 @@
                                     regional                := omit
                                 },
                                 maneuvers                   := omit,
-                                nodeList                    := PICS_Z5_M1_SL_LANE10,
+                                nodeList                    := c_PICS_Z5_M1_SL_LANE10,
                                 connectsTo := {
                                     {
                                         connectingLane := {
garciay's avatar
garciay committed
@@ -3436,7 +3439,7 @@
                                     regional                := omit
                                 },
                                 maneuvers                   := omit,
-                                nodeList                    := PICS_Z5_M1_SL_LANE20,
+                                nodeList                    := c_PICS_Z5_M1_SL_LANE20,
                                 connectsTo                  := omit,
                                 overlays                    := omit,
                                 regional                    := omit
garciay's avatar
garciay committed
@@ -3542,9 +3545,9 @@
                 intersections := {
                     { // Start of intersection #0
                         name                                := "PICS_Z6_M1_SL",
-                        id                                  := PICS_Z6_M1_SL_IDX,
+                        id                                  := c_PICS_Z6_M1_SL_IDX,
                         revision                            := 0,
-                        refPoint                            := PICS_Z6_M1_SL_RP,
+                        refPoint                            := c_PICS_Z6_M1_SL_RP,
                         laneWidth                           := omit,
                         speedLimits                         := omit,
                         laneSet := {
garciay's avatar
garciay committed
@@ -3562,7 +3565,7 @@
                                     regional                := omit
                                 },
                                 maneuvers                   := omit,
-                                nodeList                    := PICS_Z6_M1_SL_LANE10,
+                                nodeList                    := c_PICS_Z6_M1_SL_LANE10,
                                 connectsTo := {
                                     {
                                         connectingLane := {
garciay's avatar
garciay committed
@@ -3592,7 +3595,7 @@
                                     regional                := omit
                                 },
                                 maneuvers                   := omit,
-                                nodeList                    := PICS_Z6_M1_SL_LANE20,
+                                nodeList                    := c_PICS_Z6_M1_SL_LANE20,
                                 connectsTo                  := omit,
                                 overlays                    := omit,
                                 regional                    := omit
garciay's avatar
garciay committed
@@ -3608,20 +3611,20 @@
         } // End of group mapemZone6 
         
         modulepar MapemParmListRsu PICS_MAPEM_PARMS_RSUs := {
-            PICS_Z1_M1_SL,                 // RSU #1
-            PICS_Z2_M1_SL/*{
+            c_PICS_Z1_M1_SL,                 // RSU #1
+            c_PICS_Z2_M1_SL/*{
                 intersections := omit,
                 roadSegments  := omit
             }*/,                              // RSU #2
-            PICS_Z2_M1_SL,                  // RSU #3
-            PICS_Z5_M1_SL,                  // RSU #4
-            PICS_Z4_M1_SL,                  // RSU #5
+            c_PICS_Z2_M1_SL,                  // RSU #3
+            c_PICS_Z5_M1_SL,                  // RSU #4
+            c_PICS_Z4_M1_SL,                  // RSU #5
             {
                 intersections := omit,
                 roadSegments  := omit
             },                              // RSU #6
-            PICS_Z6_M1_SL,                  // RSU #7
-            PICS_Z3_M1_SL                   // RSU #8
+            c_PICS_Z6_M1_SL,                  // RSU #7
+            c_PICS_Z3_M1_SL                   // RSU #8
         } // End of PICS_MAPEM_PARMS_RSU
         
     } // End of group mapemEvents 
garciay's avatar
garciay committed
@@ -3655,7 +3658,7 @@
                 intersections := {
                     {
                         name                                := "PICS_SPATEM_PARMS_SG_50",
-                        id                                  := PICS_Z1_M1_SL_IDX,
+                        id                                  := c_PICS_Z1_M1_SL_IDX,
                         revision                            := 0,   
                         status                              := int2bit(0, 16),
garciay's avatar
garciay committed
                         moy                                 := 0, // To be updated in real-time
garciay's avatar
garciay committed
@@ -3733,7 +3736,7 @@
             } // End of type PICS_Z1_S1_SL
             
             modulepar SignalGroupParmList PICS_Z1_S1_SL_LIST := {
-                PICS_Z1_S1_SL
+                c_PICS_Z1_S1_SL
             } // End of type PICS_Z1_S1_SL_LIST
             
         } // End of group spatemZone1
garciay's avatar
garciay committed
@@ -3745,7 +3748,7 @@
                 intersections := {
                     {
                         name                                := "PICS_SPATEM_PARMS_SG_50",
-                        id                                  := PICS_Z2_M1_SL_IDX,
+                        id                                  := c_PICS_Z2_M1_SL_IDX,
                         revision                            := 0,   
                         status                              := int2bit(0, 16),
garciay's avatar
garciay committed
                         moy                                 := 0, // To be updated in real-time
garciay's avatar
garciay committed
@@ -3823,7 +3826,7 @@
             } // End of type PICS_Z2_S1_SL
             
             modulepar SignalGroupParmList PICS_Z2_S1_SL_LIST := {
-                PICS_Z2_S1_SL
+                c_PICS_Z2_S1_SL
             } // End of type PICS_Z2_S1_SL_LIST
             
         } // End of group spatemZone2
garciay's avatar
garciay committed
@@ -3835,7 +3838,7 @@
                 intersections := {
                     {
                         name                                := "PICS_SPATEM_PARMS_SG_50",
-                        id                                  := PICS_Z3_M1_SL_IDX,
+                        id                                  := c_PICS_Z3_M1_SL_IDX,
                         revision                            := 0,   
                         status                              := int2bit(0, 16),
garciay's avatar
garciay committed
                         moy                                 := 0, // To be updated in real-time
garciay's avatar
garciay committed
@@ -3913,7 +3916,7 @@
             } // End of type PICS_Z3_S1_SL
             
             modulepar SignalGroupParmList PICS_Z3_S1_SL_LIST := {
-                PICS_Z3_S1_SL
+                c_PICS_Z3_S1_SL
             } // End of type PICS_Z3_S1_SL_LIST
             
         } // End of group spatemZone3
garciay's avatar
garciay committed
@@ -3925,7 +3928,7 @@
                 intersections := {
                     {
                         name                                := "PICS_SPATEM_PARMS_SG_50",
-                        id                                  := PICS_Z4_M1_SL_IDX,
+                        id                                  := c_PICS_Z4_M1_SL_IDX,
                         revision                            := 0,   
                         status                              := int2bit(0, 16),
garciay's avatar
garciay committed
                         moy                                 := 0, // To be updated in real-time
garciay's avatar
garciay committed
@@ -4003,7 +4006,7 @@
             } // End of type PICS_Z4_S1_SL
             
             modulepar SignalGroupParmList PICS_Z4_S1_SL_LIST := {
-                PICS_Z4_S1_SL
+                c_PICS_Z4_S1_SL
             } // End of type PICS_Z4_S1_SL_LIST
             
         } // End of group spatemZone4
garciay's avatar
garciay committed
@@ -4015,7 +4018,7 @@
                 intersections := {
                     {
                         name                                := "PICS_SPATEM_PARMS_SG_50",
-                        id                                  := PICS_Z5_M1_SL_IDX,
+                        id                                  := c_PICS_Z5_M1_SL_IDX,
                         revision                            := 0,   
                         status                              := int2bit(0, 16),
garciay's avatar
garciay committed
                         moy                                 := 0, // To be updated in real-time
garciay's avatar
garciay committed
@@ -4093,7 +4096,7 @@
             } // End of type PICS_Z5_S1_SL
             
             modulepar SignalGroupParmList PICS_Z5_S1_SL_LIST := {
-                PICS_Z5_S1_SL
+                c_PICS_Z5_S1_SL
             } // End of type PICS_Z5_S1_SL_LIST
             
         } // End of group spatemZone5
garciay's avatar
garciay committed
@@ -4105,7 +4108,7 @@
                 intersections := {
                     {
                         name                                := "PICS_SPATEM_PARMS_SG_50",
-                        id                                  := PICS_Z6_M1_SL_IDX,
+                        id                                  := c_PICS_Z6_M1_SL_IDX,
                         revision                            := 0,   
                         status                              := int2bit(0, 16),
garciay's avatar
garciay committed
                         moy                                 := 0, // To be updated in real-time
garciay's avatar
garciay committed
@@ -4183,19 +4186,19 @@
             } // End of type PICS_Z6_S1_SL
             
             modulepar SignalGroupParmList PICS_Z6_S1_SL_LIST := {
-                PICS_Z6_S1_SL
+                c_PICS_Z6_S1_SL
             } // End of type PICS_Z6_S1_SL_LIST
             
         } // End of group spatemZone6
         
         modulepar SpatemParmRsu PICS_SPATEM_PARMS_RSUs := {
-            PICS_Z1_S1_SL_LIST,              // RSU #1
-            PICS_Z2_S1_SL_LIST/*{}*/,                              // RSU #2
-            PICS_Z2_S1_SL_LIST,              // RSU #3
-            PICS_Z5_S1_SL_LIST,              // RSU #4
-            PICS_Z4_S1_SL_LIST,              // RSU #5
+            c_PICS_Z1_S1_SL_LIST,              // RSU #1
+            c_PICS_Z2_S1_SL_LIST/*{}*/,                              // RSU #2
+            c_PICS_Z2_S1_SL_LIST,              // RSU #3
+            c_PICS_Z5_S1_SL_LIST,              // RSU #4
+            c_PICS_Z4_S1_SL_LIST,              // RSU #5
             {},                              // RSU #6
-            PICS_Z6_S1_SL_LIST,              // RSU #7
+            c_PICS_Z6_S1_SL_LIST,              // RSU #7
             {}                               // RSU #8
         } // End of PICS_SPATEM_PARMS_RSUs
         
garciay's avatar
garciay committed
@@ -4218,8 +4221,8 @@
             } // End of PICS_DENM_POSITION_CONFIDENCE_ELLIPSE
             
             modulepar Altitude PICS_IVIM_ALTITUDE := {
-                altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
garciay's avatar
garciay committed
-                altitudeConfidence := alt_000_01
+                altitudeValue         := AltitudeValue_referenceEllipsoidSurface_,
garciay's avatar
garciay committed
+                altitudeConfidence    := alt_000_01
             } // End of PICS_DENM_ALTITUDE
             
         } // End of group ivimCommonParams
garciay's avatar
garciay committed
@@ -4229,8 +4232,8 @@
             modulepar ReferencePosition PICS_Z1_I1_POS1_RP := {
                 latitude                                       := 435527493,
                 longitude                                      := 103006446,
-                positionConfidenceEllipse                      := PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
-                altitude                                       := PICS_IVIM_ALTITUDE
+                positionConfidenceEllipse                      := c_PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
+                altitude                                       := c_PICS_IVIM_ALTITUDE
             } // End of PICS_Z1_I1_POS1_RP
             
             modulepar GlcPart PICS_Z1_I1_POS1_GP_1 := {
garciay's avatar
garciay committed
@@ -4314,13 +4317,13 @@
                 iviContainers := { 
                     {
                         glc := {
-                            referencePosition                      := PICS_Z1_I1_POS1_RP,
+                            referencePosition                      := c_PICS_Z1_I1_POS1_RP,
                             referencePositionTime                  := omit,
                             referencePositionHeading               := omit, 
                             referencePositionSpeed                 := omit,
                             parts := {
-                                PICS_Z1_I1_POS1_GP_1,
-                                PICS_Z1_I1_POS1_GP_2
+                                c_PICS_Z1_I1_POS1_GP_1,
+                                c_PICS_Z1_I1_POS1_GP_2
                             } 
                         }
                     },
garciay's avatar
garciay committed
@@ -4462,8 +4465,8 @@
             modulepar ReferencePosition PICS_Z2_I1_POS1_RP := {
                 latitude                                       := 435512756,
                 longitude                                      := 103002535,
-                positionConfidenceEllipse                      := PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
-                altitude                                       := PICS_IVIM_ALTITUDE
+                positionConfidenceEllipse                      := c_PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
+                altitude                                       := c_PICS_IVIM_ALTITUDE
             } // End of PICS_Z2_I1_POS1_RP
             
             modulepar GlcPart PICS_Z2_I1_POS1_GP_1 := {
garciay's avatar
garciay committed
@@ -4547,13 +4550,13 @@
                 iviContainers := { 
                     {
                         glc := {
-                            referencePosition                      := PICS_Z2_I1_POS1_RP,
+                            referencePosition                      := c_PICS_Z2_I1_POS1_RP,
                             referencePositionTime                  := omit,
                             referencePositionHeading               := omit, 
                             referencePositionSpeed                 := omit,
                             parts := {
-                                PICS_Z2_I1_POS1_GP_1,
-                                PICS_Z2_I1_POS1_GP_2
+                                c_PICS_Z2_I1_POS1_GP_1,
+                                c_PICS_Z2_I1_POS1_GP_2
                             } 
                         }
                     },
garciay's avatar
garciay committed
@@ -4695,8 +4698,8 @@
             modulepar ReferencePosition PICS_Z3_I1_POS1_RP := {
                 latitude                                       := 435533069,
                 longitude                                      := 103024528,
-                positionConfidenceEllipse                      := PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
-                altitude                                       := PICS_IVIM_ALTITUDE
+                positionConfidenceEllipse                      := c_PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
+                altitude                                       := c_PICS_IVIM_ALTITUDE
             } // End of PICS_Z3_I1_POS1_RP
             
             modulepar GlcPart PICS_Z3_I1_POS1_GP_1 := {
garciay's avatar
garciay committed
@@ -4780,13 +4783,13 @@
                 iviContainers := { 
                     {
                         glc := {
-                            referencePosition                      := PICS_Z3_I1_POS1_RP,
+                            referencePosition                      := c_PICS_Z3_I1_POS1_RP,
                             referencePositionTime                  := omit,
                             referencePositionHeading               := omit, 
                             referencePositionSpeed                 := omit,
                             parts := {
-                                PICS_Z3_I1_POS1_GP_1,
-                                PICS_Z3_I1_POS1_GP_2
+                                c_PICS_Z3_I1_POS1_GP_1,
+                                c_PICS_Z3_I1_POS1_GP_2
                             } 
                         }
                     },
garciay's avatar
garciay committed
@@ -4928,8 +4931,8 @@
             modulepar ReferencePosition PICS_Z4_I1_POS1_RP := {
                 latitude                                       := 435563484,
                 longitude                                      := 103042973,
-                positionConfidenceEllipse                      := PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
-                altitude                                       := PICS_IVIM_ALTITUDE
+                positionConfidenceEllipse                      := c_PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
+                altitude                                       := c_PICS_IVIM_ALTITUDE
             } // End of PICS_Z4_I1_POS1_RP
             
             modulepar GlcPart PICS_Z4_I1_POS1_GP_1 := {
garciay's avatar
garciay committed
@@ -5013,13 +5016,13 @@
                 iviContainers := { 
                     {
                         glc := {
-                            referencePosition                      := PICS_Z4_I1_POS1_RP,
+                            referencePosition                      := c_PICS_Z4_I1_POS1_RP,
                             referencePositionTime                  := omit,
                             referencePositionHeading               := omit, 
                             referencePositionSpeed                 := omit,
                             parts := {
-                                PICS_Z4_I1_POS1_GP_1,
-                                PICS_Z4_I1_POS1_GP_2
+                                c_PICS_Z4_I1_POS1_GP_1,
+                                c_PICS_Z4_I1_POS1_GP_2
                             } 
                         }
                     },
garciay's avatar
garciay committed
@@ -5161,8 +5164,8 @@
             modulepar ReferencePosition PICS_Z5_I1_POS1_RP := {
                 latitude                                       := 435582342,
                 longitude                                      := 103065544,
-                positionConfidenceEllipse                      := PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
-                altitude                                       := PICS_IVIM_ALTITUDE
+                positionConfidenceEllipse                      := c_PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
+                altitude                                       := c_PICS_IVIM_ALTITUDE
             } // End of PICS_Z5_I1_POS1_RP
             
             modulepar GlcPart PICS_Z5_I1_POS1_GP_1 := {
garciay's avatar
garciay committed
@@ -5246,13 +5249,13 @@
                 iviContainers := { 
                     {
                         glc := {
-                            referencePosition                      := PICS_Z5_I1_POS1_RP,
+                            referencePosition                      := c_PICS_Z5_I1_POS1_RP,
                             referencePositionTime                  := omit,
                             referencePositionHeading               := omit, 
                             referencePositionSpeed                 := omit,
                             parts := {
-                                PICS_Z5_I1_POS1_GP_1,
-                                PICS_Z5_I1_POS1_GP_2
+                                c_PICS_Z5_I1_POS1_GP_1,
+                                c_PICS_Z5_I1_POS1_GP_2
                             } 
                         }
                     },
garciay's avatar
garciay committed
@@ -5394,8 +5397,8 @@
             modulepar ReferencePosition PICS_Z6_I1_POS1_RP := {
                 latitude                                       := 435551186,
                 longitude                                      := 103033248,
-                positionConfidenceEllipse                      := PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
-                altitude                                       := PICS_IVIM_ALTITUDE
+                positionConfidenceEllipse                      := c_PICS_IVIM_POSITION_CONFIDENCE_ELLIPSE ,
+                altitude                                       := c_PICS_IVIM_ALTITUDE
             } // End of PICS_Z6_I1_POS1_RP
             
             modulepar GlcPart PICS_Z6_I1_POS1_GP_1 := {
garciay's avatar
garciay committed
@@ -5479,13 +5482,13 @@
                 iviContainers := { 
                     {
                         glc := {
-                            referencePosition                      := PICS_Z6_I1_POS1_RP,
+                            referencePosition                      := c_PICS_Z6_I1_POS1_RP,
                             referencePositionTime                  := omit,
                             referencePositionHeading               := omit, 
                             referencePositionSpeed                 := omit,
                             parts := {
-                                PICS_Z6_I1_POS1_GP_1,
-                                PICS_Z6_I1_POS1_GP_2
+                                c_PICS_Z6_I1_POS1_GP_1,
+                                c_PICS_Z6_I1_POS1_GP_2
                             } 
                         }
                     },
garciay's avatar
garciay committed
@@ -5623,20 +5626,20 @@
         } // End of group ivimZone6 
         
         modulepar IvimParmListRsu PICS_IVIM_PARMS_RSUs := {
-            PICS_Z1_I1_POS1,                             // RSU #1
-            PICS_Z2_I1_POS1,/*{ 
+            c_PICS_Z1_I1_POS1,                             // RSU #1
+            c_PICS_Z2_I1_POS1,/*{ 
                 provider := omit, 
                 iviIdentificationNumber := omit, 
                 iviContainers := omit 
             },*/                                           // RSU #2                             // RSU #3
-            PICS_Z5_I1_POS1,                             // RSU #4
-            PICS_Z4_I1_POS1,                             // RSU #5
+            c_PICS_Z5_I1_POS1,                             // RSU #4
+            c_PICS_Z4_I1_POS1,                             // RSU #5
             { 
                 provider := omit, 
                 iviIdentificationNumber := omit, 
                 iviContainers := omit 
             },                                           // RSU #6
-            PICS_Z6_I1_POS1,                             // RSU #7
+            c_PICS_Z6_I1_POS1,                             // RSU #7
             { 
                 provider := omit, 
                 iviIdentificationNumber := omit, 
garciay's avatar
garciay committed
@@ -5656,50 +5659,10 @@
garciay's avatar
garciay committed
             
             modulepar UInt32 PICS_EVCSN_ITS_AID                  := 100; // FIXME Find the correct value
             
-            modulepar ItsChargingSpotDataElements PICS_CHARGING_SPOT_DATA_01 := {
-	            type_			               := ChargingSpotType_standardOrFastChargeMode3_,
-	            evEquipmentID	               := omit,
-	            typeOfReceptacle	           := '000'B,
-	            energyAvailability	           := "all",
-	            parkingPlacesData	           := omit
-            } // End of PICS_CHARGING_SPOT_DATA_01
-            
         } // End of group poimCommonParams
         
-        group poimZone1 {
-            
-            modulepar ReferencePosition PICS_POI_LOCATION_01 := {
-                latitude                                    := 435582150,
-                longitude                                   := 103065170,
-                positionConfidenceEllipse                   := {
-                    semiMajorConfidence   := 100,
-                    semiMinorConfidence   := 100,
-                    semiMajorOrientation  := 0
-                },
-                altitude                                    := {
-                    altitudeValue := AltitudeValue_referenceEllipsoidSurface_,
-                    altitudeConfidence := alt_000_01
-                }
-            } // End of PICS_POI_LOCATION_01
-            
-            modulepar ItsChargingStationData PICS_ITS_CHARGING := {
-	            chargingStationID                   := 9876,
-	            utilityDistributorId  	            := omit,
-	            providerID            	            := omit,
-    	        chargingStationLocation	            := PICS_POI_LOCATION_01,
-	            address_               	            := omit,
-	            phoneNumber           	            := omit,
-	            accessibility         	            := "open",
-    	        digitalMap            	            := omit,
-	            openingDaysHours      	            := "full",
-	            pricing               	            := "2.00",
-	            bookingContactInfo    	            := omit,
-    	        payment               	            := omit,
-	            chargingSpotsAvailable              := { PICS_CHARGING_SPOT_DATA_01 }
-            }
-        }
         modulepar PoimParmListRsu PICS_EVCSN_PARMS_RSUs := {
-            PICS_ITS_CHARGING                              // RSU #1
+            c_PICS_ITS_CHARGING                              // RSU #1
         }
         
     } // End of group poimEvents 
garciay's avatar
garciay committed
@@ -5747,7 +5710,7 @@
         /**
          * @desc DENM frequency timer
          */
-        modulepar float PICS_DENM_FREQUENCY      := int2float(PICS_DENM_REPETITION_INTERVAL) / 1000.0;
+        modulepar float PICS_DENM_FREQUENCY      := int2float(c_PICS_DENM_REPETITION_INTERVAL) / 1000.0;
         
         /**
          * @desc MAPEM frequency timer
garciay's avatar
garciay committed
Index: AtsRSUsSimulator/ItsRSUsSimulator_Templates.ttcn
===================================================================
garciay's avatar
garciay committed
--- AtsRSUsSimulator/ItsRSUsSimulator_Templates.ttcn	(revision 2630)
garciay's avatar
garciay committed
+++ AtsRSUsSimulator/ItsRSUsSimulator_Templates.ttcn	(working copy)
@@ -2,6 +2,7 @@
     
     // LibCommon
     import from LibCommon_BasicTypesAndValues all;
+    import from LibCommon_DataStrings all;
     
     // LibIts
     import from ITS_Container language "ASN.1:1997" all;
@@ -13,11 +14,11 @@
     import from IVI language "ASN.1:1997" all;
garciay's avatar
garciay committed
     import from EVCSN_PDU_Descriptions language "ASN.1:1997" all;
     import from SSEM_PDU_Descriptions language "ASN.1:1997" all;
-    import from DSRC language "ASN.1:1997" all;
+    import from IS_DSRC language "ASN.1:1997" all;
     
     // LibItsCommon
     import from LibItsCommon_Functions all;
-    import from LibCommon_DataStrings all;
+    import from LibItsCommon_ASN1_NamedNumbers all;
     
     // LibItsGeoNetworking
     import from LibItsGeoNetworking_TestSystem all;
garciay's avatar
garciay committed
@@ -400,21 +401,21 @@
         }
         
         template (value) ItsPOIHeader m_itsPOIHeader(
-	                                                  in template (value) POIType p_poiType := 1,
+                                                      in template (value) POIType p_poiType := 1,
                                                       in template (value) TimestampIts p_timeStamp,
-	                                                  in template (value) boolean p_relayCapable := true
+                                                      in template (value) boolean p_relayCapable := true
         ) := {
-	        poiType       := p_poiType,
+            poiType       := p_poiType,
             timeStamp     := p_timeStamp,
-	        relayCapable  := p_relayCapable
+            relayCapable  := p_relayCapable
         }
         
         template (value) ItsEVCSNData m_itsEVCSNData( 
-	                                                 in template (value) NumberStations p_totalNumberOfStations := 1,
-	                                                 in template (value) ItsChargingStationDatas p_itsChargingStationDatas
+                                                     in template (value) NumberStations p_totalNumberOfStations := 1,
+                                                     in template (value) ItsEVCSNData.chargingStationsData p_chargingStationsData
         ) := {
-	        totalNumberOfStations   := p_totalNumberOfStations,
-	        chargingStationsData    := p_itsChargingStationDatas
+            totalNumberOfStations   := p_totalNumberOfStations,
+            chargingStationsData    := p_chargingStationsData
         }
         
     } // End of group evcsnTemplates
Index: AtsRSUsSimulator/ItsRSUsSimulator_TestCases.ttcn
===================================================================
garciay's avatar
garciay committed
--- AtsRSUsSimulator/ItsRSUsSimulator_TestCases.ttcn	(revision 2630)
garciay's avatar
garciay committed
+++ AtsRSUsSimulator/ItsRSUsSimulator_TestCases.ttcn	(working copy)
garciay's avatar
garciay committed
@@ -140,7 +140,7 @@
             [vc_spatem == true] tc_spatem.timeout {
                 log("*** " & testcasename() & ": DEBUG: Processing SPATEM ***");
                 for (var integer v_counter := 0; v_counter < lengthof(vc_rsuMessagesValueList[PX_RSU_ID - 1].spatems); v_counter := v_counter + 1) {
-                    f_prepare_spatem(vc_rsuMessagesValueList[PX_RSU_ID - 1].spatems[v_counter], v_payload);
+                    f_prepare_spatem(valueof(vc_rsuMessagesValueList[PX_RSU_ID - 1].spatems[v_counter]), v_payload);
                     f_send(v_payload, PICS_SPATEM_ITS_AID);
                 }
                 tc_spatem.start;
garciay's avatar
garciay committed
@@ -180,7 +180,7 @@
      */
     testcase TC_RSUSIMU_BV_02() runs on ItsRSUsSimulator system ItsRSUsSimulatorSystem {
         // Local variables
-        const RectangularRegions c_detectionArea := { PICS_UC6_CAM_DETECTION_AREA_Z2 }; // PICS_UC6_CAM_DETECTION_AREA_Z1
garciay's avatar
garciay committed
+//        const RectangularRegions c_detectionArea := { PICS_UC6_CAM_DETECTION_AREA_Z2 }; // PICS_UC6_CAM_DETECTION_AREA_Z1
garciay's avatar
garciay committed
         var VehiclesSimulator v_vehicles := {};
         var integer v_stationID;
         var boolean v_isInDetectionZone;
garciay's avatar
garciay committed
@@ -191,7 +191,7 @@
         var CfEvent v_cfEvent;
         
         // Test control
-        if (f_isLocationInsideRectangularRegion(c_detectionArea, PICS_UC6_COLLISION_POINT_Z2) == false) { //PICS_UC6_COLLISION_POINT_Z1
+        if (f_isLocationInsideRectangularRegion({ PICS_UC6_CAM_DETECTION_AREA_Z2 }/*c_detectionArea*/, PICS_UC6_COLLISION_POINT_Z2) == false) { //PICS_UC6_COLLISION_POINT_Z1
             log("Collision location is outside of the area");
             stop;
         }
garciay's avatar
garciay committed
@@ -339,7 +339,7 @@
         ) runs on ItsRSUsSimulator {
             
             // Local variables
-            const RectangularRegions c_detectionArea := { PICS_UC6_CAM_DETECTION_AREA_Z2 }; // PICS_UC6_CAM_DETECTION_AREA_Z1
garciay's avatar
garciay committed
+//            const RectangularRegions c_detectionArea := { valueof(PICS_UC6_CAM_DETECTION_AREA_Z2) }; // PICS_UC6_CAM_DETECTION_AREA_Z1
garciay's avatar
garciay committed
             var GeoNetworkingInd v_gnInd;
             var template (value) CAM v_camSimu;
             var ThreeDLocation v_location;
Index: AtsRSUsSimulator/ItsRSUsSimulator_TestSystem.ttcn
===================================================================
garciay's avatar
garciay committed
--- AtsRSUsSimulator/ItsRSUsSimulator_TestSystem.ttcn	(revision 2630)
garciay's avatar
garciay committed
+++ AtsRSUsSimulator/ItsRSUsSimulator_TestSystem.ttcn	(working copy)
@@ -2,7 +2,7 @@
     
     // LibIts
     import from ITS_Container language "ASN.1:1997" all;
-    import from DSRC language "ASN.1:1997" all;
+    import from IS_DSRC language "ASN.1:1997" all;
     
     // LibItsGeoNetworking
     import from LibItsGeoNetworking_TestSystem all;
@@ -53,7 +53,7 @@
         /**
          * @desc List of MovementState per intersection and per RSU 
          */
-        var template (value) MovementListPerIntersectionRsu vc_states;
+        var template (omit) MovementListPerIntersectionRsu vc_states;
         /**
          * @desc The SPATEM message to use in SignalGroupParmList
          */
garciay's avatar
garciay committed
Index: AtsRSUsSimulator/ItsRSUsSimulator_TypesAndValues.ttcn
===================================================================
garciay's avatar
garciay committed
--- AtsRSUsSimulator/ItsRSUsSimulator_TypesAndValues.ttcn	(revision 2630)
garciay's avatar
garciay committed
+++ AtsRSUsSimulator/ItsRSUsSimulator_TypesAndValues.ttcn	(working copy)
@@ -13,7 +13,8 @@
     import from IVI language "ASN.1:1997" all;
garciay's avatar
garciay committed
     import from EVCSN_PDU_Descriptions language "ASN.1:1997" all;
     import from SSEM_PDU_Descriptions language "ASN.1:1997" all;
-    import from DSRC language "ASN.1:1997" all;
+    import from IS_DSRC language "ASN.1:1997" all;
+    import from IS_DSRC_REGION_noCircular language "ASN.1:1997" all;
     import from EfcDsrcApplication language "ASN.1:1997" all;
     
     // LibItsGeoNetworking
garciay's avatar
garciay committed
@@ -180,8 +181,6 @@
          */
         group ivimDataStructures {
             
-            type record length (1 .. 8) of IviContainer IviContainers;
-            
             /**
              * @desc Describe the parameter for each IVIM event
              */
@@ -188,7 +187,7 @@
             type record IvimParm {
                 Provider                 provider optional,
                 IviIdentificationNumber  iviIdentificationNumber optional,
-                IviContainers            iviContainers optional
+                IviStructure.optional_   iviContainers optional
             } // End of type IvimParm
             
             /** 
@@ -206,8 +205,6 @@
          */
         group evcsnDataStructures {
             
-            type record length (1 .. 256) of ItsChargingStationData ItsChargingStationDatas;
-            
             /** 
              * @desc List of evcsn parms per RSU
              * <pre>