diff --git a/102232-1/LI-PS-PDU.asn b/102232-1/LI-PS-PDU.asn index df7fc624c0fe63fdd9aa2c4e542f1206af77d975..47b30ce33daca37ed6b13d35c8b106c2741caa36 100644 --- a/102232-1/LI-PS-PDU.asn +++ b/102232-1/LI-PS-PDU.asn @@ -13,8 +13,7 @@ IMPORTS WGS84CoordinateDecimal, GNSSLocation FROM Common-Parameters - {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version261(261)} - + {itu-t(0) identified-organization(4) etsi(0) common-parameters(3280) version271(271)} -- previously from ETSI TS 101 671 [4]; now provided with this specification IRI-Parameters, diff --git a/103120/schema/xsd/ts_103120_IRIPolicy.xsd b/103120/schema/xsd/ts_103120_IRIPolicy.xsd index 26259b49ab411e3d4c0ab09ac573b2be1b275627..4a6dff2d8dc6376ad572160f8cc209928eeccf1b 100644 --- a/103120/schema/xsd/ts_103120_IRIPolicy.xsd +++ b/103120/schema/xsd/ts_103120_IRIPolicy.xsd @@ -1,5 +1,5 @@ - + diff --git a/103280/TS_103_280.asn1 b/103280/TS_103_280.asn1 index 0cee855bcbabeaea94b17ea9af40e56a50aab8b7..ac8c776882aa81829cd521b7a64779900b3b1bb0 100644 --- a/103280/TS_103_280.asn1 +++ b/103280/TS_103_280.asn1 @@ -103,34 +103,34 @@ AltitudeMeters ::= INTEGER (-1000..50000) Altitude ::= CHOICE { - altitudeAboveGroundLevel [0] AltitudeMeters, - altitudeAboveMeanSeaLevel [1] AltitudeMeters + altitudeAboveGroundLevel [0] AltitudeMeters, + altitudeAboveMeanSeaLevel [1] AltitudeMeters } UncertaintyMeters ::= INTEGER (1..MAX) GNSSLocation ::= SEQUENCE { - location [0] GeoShape, - fixMode [1] FixMode + location [0] GeoShape, + fixMode [1] FixMode } WGS84Location ::= SEQUENCE { - location [0] WGS84Coordinate, - altitude [1] Altitude OPTIONAL + location [0] WGS84Coordinate, + altitude [1] Altitude OPTIONAL } WGS84Coordinate ::= CHOICE { - decimal [0] Common-Parameters.WGS84CoordinateDecimal, - angular [1] Common-Parameters.WGS84CoordinateAngular + decimal [0] WGS84CoordinateDecimal, + angular [1] WGS84CoordinateAngular } GeoShape ::= SEQUENCE { - shape [0] GMLShape, - confidence [1] Percentage OPTIONAL + shape [0] GMLShape, + confidence [1] Percentage OPTIONAL } GMLShape ::= CHOICE @@ -161,10 +161,10 @@ XYEllipsoid ::= SEQUENCE FixMode ::= ENUMERATED { - unknown (0), - noFix (1), - fix2D (2), - fix3D (3) + unknown(0), + noFix(1), + fix2D(2), + fix3D(3) } END