Loading ttcn/Security/LibItsSecurity_TypesAndValues.ttcn3 +9 −9 Original line number Diff line number Diff line Loading @@ -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" } /** Loading Loading
ttcn/Security/LibItsSecurity_TypesAndValues.ttcn3 +9 −9 Original line number Diff line number Diff line Loading @@ -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" } /** Loading