Commit 88af06b0 authored by garciay's avatar garciay
Browse files

Bug fixed in RegionType typing

parent c5248dfc
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -349,11 +349,11 @@ module LibItsSecurity_TypesAndValues {
         * @see Draft ETSI TS 103 097 V1.1.6 Clause 4.2.22  RegionType
         */
        type enumerated RegionType {
            e_circle    (0),
            e_rectangle (1),
            e_polygon   (2),
            e_id        (3),
            e_none      (4)
            e_none      (0),
            e_circle    (1),
            e_rectangle (2),
            e_polygon   (3),
            e_id        (4)
        } with { variant "8 bit" }
        
        /**