Commit b6204cd7 authored by Yann Garcia's avatar Yann Garcia
Browse files

Start validate AtsSpatem

parent b6255bc6
Loading
Loading
Loading
Loading
+6 −9
Original line number Original line Diff line number Diff line
@@ -64,8 +64,8 @@ module LibItsMapemSpatem_TypesAndValues {
         */
         */
        type record UtMapemSpatemTrigger {
        type record UtMapemSpatemTrigger {
            Event    event,
            Event    event,
            IntersectionID intersectionID,
            IntersectionID intersectionID optional,
            RegulatorySpeedLimit regulatorySpeedLimit,
            RegulatorySpeedLimit regulatorySpeedLimit optional,
            Latitude latitude optional
            Latitude latitude optional
              
              
        } with {
        } with {
@@ -73,13 +73,10 @@ module LibItsMapemSpatem_TypesAndValues {
        }
        }
        
        
        type enumerated Event {
        type enumerated Event {
            startTLMService                  (0),
            mapProfile0  (0),
            stopTLMService                   (1),
            mapProfile1  (1),
            mapemNewContent                  (2),
            mapProfile2  (2),
            mapemNewContentWithFragmentation (3),
            spatProfile0 (3)
            spatemNewContent                 (4),
            mapemRepL10s                     (5),
            mapemRepG10s                     (6)
        } with {
        } with {
          variant "FIELDLENGTH(8)"
          variant "FIELDLENGTH(8)"
        }
        }