Commit a643131f authored by tepelmann's avatar tepelmann
Browse files

Adapted module to T3Q tool needs(II).

parent 459bdb63
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -629,8 +629,8 @@ module LibItsGeoNetworking_TypesAndValues {
                         * @desc Distinguishes between public and private ITS stations (1Bits).
                         * @desc Distinguishes between public and private ITS stations (1Bits).
                         */
                         */
                        type enumerated StationSubType {
                        type enumerated StationSubType {
                            e_Public(0),
                            e_public(0),
                            e_Private(1)
                            e_private(1)
                        }
                        }
                        
                        
                        /**
                        /**