Skip to content

Commit

Permalink
Change LCS-Supported-GAD-Shapes type from Enumerated (wrong) to Unsig…
Browse files Browse the repository at this point in the history
…ned32 (correct). Issue #126. (#127)
  • Loading branch information
Fernando Mendioroz authored and ammendonca committed Jan 25, 2018
1 parent 9674f15 commit 6264da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
10 changes: 1 addition & 9 deletions core/mux/common/config/dictionary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8057,15 +8057,7 @@
</avpdefn>

<avpdefn name="LCS-Supported-GAD-Shapes" code="2510" vendor-id="TGPP" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="must" >
<type type-name="Enumerated">
<enum code="0" name="ellipsoidPoint" />
<enum code="1" name="ellipsoidPointWithUncertaintyCircle" />
<enum code="2" name="ellipsoidPointWithUncertaintyEllipse" />
<enum code="3" name="polygon" />
<enum code="4" name="ellipsoidPointWithAltitude" />
<enum code="5" name="ellipsoidPointWithAltitudeAndUncertaintyElipsoid" />
<enum code="6" name="ellipsoidArc" />
</type>
<type type-name="Unsigned32" />
</avpdefn>

<avpdefn name="LCS-Codeword" code="2511" vendor-id="TGPP" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="must" >
Expand Down
10 changes: 1 addition & 9 deletions testsuite/tests/src/test/resources/dictionary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8057,15 +8057,7 @@
</avpdefn>

<avpdefn name="LCS-Supported-GAD-Shapes" code="2510" vendor-id="TGPP" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="must" >
<type type-name="Enumerated">
<enum code="0" name="ellipsoidPoint" />
<enum code="1" name="ellipsoidPointWithUncertaintyCircle" />
<enum code="2" name="ellipsoidPointWithUncertaintyEllipse" />
<enum code="3" name="polygon" />
<enum code="4" name="ellipsoidPointWithAltitude" />
<enum code="5" name="ellipsoidPointWithAltitudeAndUncertaintyElipsoid" />
<enum code="6" name="ellipsoidArc" />
</type>
<type type-name="Unsigned32" />
</avpdefn>

<avpdefn name="LCS-Codeword" code="2511" vendor-id="TGPP" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="must" >
Expand Down

0 comments on commit 6264da5

Please sign in to comment.