Commit 2ff738e8 authored by Yann Garcia's avatar Yann Garcia
Browse files

Compile AtsIS

parent 1d0c9866
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -27,7 +27,7 @@ module ItsMapem_TpFunctions {
    import from MAPEM_PDU_Descriptions language "ASN.1:1997" all;
    import from MAPEM_PDU_Descriptions language "ASN.1:1997" all;
    import from SPATEM_PDU_Descriptions language "ASN.1:1997" all;
    import from SPATEM_PDU_Descriptions language "ASN.1:1997" all;
    import from ETSI_ITS_DSRC language "ASN.1:1997" all;
    import from ETSI_ITS_DSRC language "ASN.1:1997" all;
    //import from DSRC_noCircular language "ASN.1:1997" all;
    import from DSRC_noCircular language "ASN.1:1997" all;
    
    
    // LibItsMapemSpatem
    // LibItsMapemSpatem
    import from LibItsMapemSpatem_TestSystem all;
    import from LibItsMapemSpatem_TestSystem all;
+2 −2
Original line number Original line Diff line number Diff line
@@ -156,7 +156,7 @@ module LibItsIvim_Templates {
                                                            template (omit) RelavanceZidList p_relavanceZoneIds := omit,
                                                            template (omit) RelavanceZidList p_relavanceZoneIds := omit,
                                                            template (omit) DetectionZidList p_detectionZoneIds := omit,
                                                            template (omit) DetectionZidList p_detectionZoneIds := omit,
                                                            template (omit) DriverAwarenesZidList p_driverAwarenesZoneIds := omit,
                                                            template (omit) DriverAwarenesZidList p_driverAwarenesZoneIds := omit,
                                                            template (omit) CITSapplMgmtIDs.VarLengthNumber p_itsRrid := omit,
                                                            template (omit) ETSI_ITS_CDD.VarLengthNumber p_itsRrid := omit,
                                                            template (omit) Direction p_directionGic := omit,
                                                            template (omit) Direction p_directionGic := omit,
                                                            template (omit) integer p_layoutId := omit
                                                            template (omit) integer p_layoutId := omit
                                                            ) := {
                                                            ) := {
@@ -740,7 +740,7 @@ module LibItsIvim_Templates {
                                                    template (present) IviType p_iviType := ?,
                                                    template (present) IviType p_iviType := ?,
                                                    template (present) GicPart.roadSignCodes p_roadSignCodes := ?,
                                                    template (present) GicPart.roadSignCodes p_roadSignCodes := ?,
                                                    template GicPart.detectionZoneIds p_detectionZoneIds := *,
                                                    template GicPart.detectionZoneIds p_detectionZoneIds := *,
                                                    template CITSapplMgmtIDs.VarLengthNumber p_varLengthNumber := *,
                                                    template ETSI_ITS_CDD.VarLengthNumber p_varLengthNumber := *,
                                                    template GicPart.relevanceZoneIds p_relevanceZoneIds := *,
                                                    template GicPart.relevanceZoneIds p_relevanceZoneIds := *,
                                                    template Direction p_direction := *,
                                                    template Direction p_direction := *,
                                                    template GicPart.driverAwarenessZoneIds p_driverAwarenessZoneIds := *
                                                    template GicPart.driverAwarenessZoneIds p_driverAwarenessZoneIds := *
+1 −1
Original line number Original line Diff line number Diff line
@@ -117,7 +117,7 @@ module LibItsIvim_TypesAndValues {
            RelavanceZidList relavanceZoneIds optional,
            RelavanceZidList relavanceZoneIds optional,
            DetectionZidList detectionZoneIds optional,
            DetectionZidList detectionZoneIds optional,
            DriverAwarenesZidList driverAwarenesZoneIds optional,
            DriverAwarenesZidList driverAwarenesZoneIds optional,
            CITSapplMgmtIDs.VarLengthNumber itsRrid optional,
            ETSI_ITS_CDD.VarLengthNumber itsRrid optional,
            Direction directionGic optional,
            Direction directionGic optional,
            integer layoutId optional
            integer layoutId optional
        } with {
        } with {
+1 −1
Original line number Original line Diff line number Diff line
@@ -18,7 +18,7 @@ module LibItsMapemSpatem_Pixits {
    // LibIts
    // LibIts
    import from ETSI_ITS_CDD language "ASN.1:1997" all;
    import from ETSI_ITS_CDD language "ASN.1:1997" all;
    import from ETSI_ITS_DSRC language "ASN.1:1997" all;
    import from ETSI_ITS_DSRC language "ASN.1:1997" all;
    //import from DSRC_noCircular language "ASN.1:1997" all;
    import from DSRC_noCircular language "ASN.1:1997" all;
    
    
    // LibItsMapemSpatem
    // LibItsMapemSpatem
    import from LibItsMapemSpatem_TypesAndValues all;
    import from LibItsMapemSpatem_TypesAndValues all;
+1 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@ module LibItsMapemSpatem_Templates {
    import from MAPEM_PDU_Descriptions language "ASN.1:1997" all;
    import from MAPEM_PDU_Descriptions language "ASN.1:1997" all;
    import from SPATEM_PDU_Descriptions language "ASN.1:1997" all;
    import from SPATEM_PDU_Descriptions language "ASN.1:1997" all;
    import from ETSI_ITS_DSRC language "ASN.1:1997" all;
    import from ETSI_ITS_DSRC language "ASN.1:1997" all;
    //import from DSRC_noCircular language "ASN.1:1997" all;
    import from DSRC_noCircular language "ASN.1:1997" all;
    import from Ieee1609Dot2BaseTypes language "ASN.1:1997" all;
    import from Ieee1609Dot2BaseTypes language "ASN.1:1997" all;
    
    
    // LibItsCommon
    // LibItsCommon
Loading