Commit 409b43a6 authored by mullers's avatar mullers
Browse files

Updated TTCN MapSpat TTCN files according to ASN.1 modules change

parent 7a7bc0a5
Loading
Loading
Loading
Loading
+79.2 KiB

File added.

No diff preview for this file type.

+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ module LibItsMapSpat_Functions {
    import from LibItsCommon_TypesAndValues all;
    import from ITS_Container language "ASN.1:1997" all;
    import from DSRC language "ASN.1:1997" all;
    import from EU language "ASN.1:1997" all;
    import from REG_D language "ASN.1:1997" all;

    group utFuntions { 
            
+5.34 KiB

File added.

No diff preview for this file type.

+11.7 KiB

File added.

No diff preview for this file type.

+2 −2
Original line number Diff line number Diff line
@@ -32,12 +32,12 @@ module LibItsMapSpat_Pixits {
            /**
             * @desc Status for IntersectionState DF sending
             */
            modulepar IntersectionStatusObject PX_STATUS := '1000'O;
            modulepar IntersectionStatusObject PX_STATUS := '1000000000000000'B;

            /**
             * @desc Id for IntersectionReferenceID DF sending
             */
            modulepar IntersectionID PX_INTERSECTION_ID := 'ABAB'O;
            modulepar IntersectionID PX_INTERSECTION_ID := 1500;

            /**
             * @desc SignalGroup for MovementState DF sending
Loading