Commit e4a05d48 authored by ASN.1 Checker's avatar ASN.1 Checker
Browse files

Documentation update

parent d1e193fe
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
@@ -1196,12 +1196,12 @@ This DE represents an offset latitude with regards to a defined latitude value.
 It may be used to describe a geographical point with regards to a specific reference geographical position.

 The value shall be set to:
 - `n` (`n >= -131 071` and `n < 0`) for offset n x 10^-7 degree towards the south from the reference position,
 - `n` (`n >= -131 071` and `n < 0`) for offset n x 10<sup>-7</sup> degree towards the south from the reference position,
 - `0` for no latitudinal offset,
 - `n` (`n > 0` and `n < 131 072`) for offset n x 10^-7 degree towards the north from the reference position,
 - `n` (`n > 0` and `n < 131 072`) for offset n x 10<sup>-7</sup> degree towards the north from the reference position,
 - `131 072` when the information is unavailable.

&nbsp;&nbsp;&nbsp;&nbsp;**Unit**: _10^-7 degree_
&nbsp;&nbsp;&nbsp;&nbsp;**Unit**: _10<sup>-7</sup> degree_

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: GeoReference information 

@@ -1218,12 +1218,12 @@ This DE represents an offset longitude with regards to a defined longitude value
 It may be used to describe a geographical point with regards to a specific reference geographical position.

 The value shall be set to:
 - `n` (`n >= -131 071` and `n < 0`) for offset n x 10^-7 degree towards the west from the reference position,
 - `n` (`n >= -131 071` and `n < 0`) for offset n x 10<sup>-7</sup> degree towards the west from the reference position,
 - `0` for no longitudinal offset,
 - `n` (`n > 0` and `n < 131 072`) for offset n x 10^-7 degree towards the east from the reference position, 
 - `n` (`n > 0` and `n < 131 072`) for offset n x 10<sup>-7</sup> degree towards the east from the reference position, 
 - `131 072` when the information is unavailable.

&nbsp;&nbsp;&nbsp;&nbsp;**Unit**: _10^-7 degree_
&nbsp;&nbsp;&nbsp;&nbsp;**Unit**: _10<sup>-7</sup> degree_

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: GeoReference information 

@@ -2110,12 +2110,12 @@ This DE represents the absolute geographical latitude in a WGS84 coordinate syst
 The specific WGS84 coordinate system is specified by the corresponding standards applying this DE.

 The value shall be set to:
 - `n (n >= -900 000 000 and n < 0)` x 10^-7 degree, i.e. negative values for latitudes south of the Equator,
 - `n (n >= -900 000 000 and n < 0)` x 10<sup>-7</sup> degree, i.e. negative values for latitudes south of the Equator,
 - `0` is used for the latitude of the equator,
 - `n (n > 0 and n < 900 000 001)` x 10^-7 degree, i.e. positive values for latitudes north of the Equator,
 - `n (n > 0 and n < 900 000 001)` x 10<sup>-7</sup> degree, i.e. positive values for latitudes north of the Equator,
 - `900 000 001` when the information is unavailable.

&nbsp;&nbsp;&nbsp;&nbsp;**Unit**: _10^-7 degree_
&nbsp;&nbsp;&nbsp;&nbsp;**Unit**: _10<sup>-7</sup> degree_

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: GeoReference information 

@@ -2185,14 +2185,14 @@ This DE represents the absolute geographical longitude in a WGS84 coordinate sys
 The specific WGS84 coordinate system is specified by the corresponding standards applying this DE.

 The value shall be set to:
 - `n (n > -1 800 000 000 and n < 0)` x 10^-7 degree, i.e. negative values for longitudes to the west,
 - `n (n > -1 800 000 000 and n < 0)` x 10<sup>-7</sup> degree, i.e. negative values for longitudes to the west,
 - `0` to indicate the prime meridian,
 - `n (n > 0 and n < 1 800 000 001)` x 10^-7 degree, i.e. positive values for longitudes to the east,
 - `n (n > 0 and n < 1 800 000 001)` x 10<sup>-7</sup> degree, i.e. positive values for longitudes to the east,
 - `1 800 000 001` when the information is unavailable.

 The value -1800000000 shall not be used.

&nbsp;&nbsp;&nbsp;&nbsp;**Unit**: _10^-7 degree_
&nbsp;&nbsp;&nbsp;&nbsp;**Unit**: _10<sup>-7</sup> degree_

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: GeoReference information 

@@ -4113,11 +4113,11 @@ VehicleLengthValue ::= INTEGER {
This DE represents the mass of an empty loaded vehicle.

 The value shall be set to: 
 - `n (n > 0 and n < 1023)` to indicate that the applicable value is equal to or less than n x 10^5 gramm, and greater than (n-1) x 10^5 gramm,
 - `n (n > 0 and n < 1023)` to indicate that the applicable value is equal to or less than n x 10<sup>5</sup> gramm, and greater than (n-1) x 10<sup>5</sup> gramm,
 - `1 023` indicates that the vehicle mass is greater than 102 200 000 g,
 - `1 024` indicates  the vehicle mass information is unavailable.

&nbsp;&nbsp;&nbsp;&nbsp;**Unit**: _10^5 gramm_
&nbsp;&nbsp;&nbsp;&nbsp;**Unit**: _10<sup>5</sup> gramm_

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: Vehicle information 

@@ -6204,11 +6204,11 @@ This DF represents a frequency channel
 It shall include the following components:

* centreFrequency of type **INTEGER**  (1 .. 99999)<br>
  the centre frequency of the channel in 10^(exp+2) Hz (where exp is exponent)
  the centre frequency of the channel in 10<sup>(exp+2)</sup> Hz (where exp is exponent)


* channelWidth of type **INTEGER**  (0 .. 9999)<br>
  width of the channel in 10^exp Hz (where exp is exponent)
  width of the channel in 10<sup>exp</sup> Hz (where exp is exponent)