Skip to content

Commit

Permalink
Update Location-Estimate AVP as OctetString
Browse files Browse the repository at this point in the history
Fixes #62
  • Loading branch information
ammendonca committed May 12, 2017
1 parent 7d5eb1c commit 04569ee
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/mux/common/config/dictionary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2980,7 +2980,7 @@
</avpdefn>

<avpdefn name="Location-Estimate" code="1242" vendor-id="TGPP" mandatory="must" protected="may" may-encrypt="no" vendor-bit="must" >
<type type-name="UTF8String" />
<type type-name="OctetString" />
</avpdefn>

<avpdefn name="Positioning-Data" code="1245" vendor-id="TGPP" mandatory="must" protected="may" may-encrypt="no" vendor-bit="must" >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2980,7 +2980,7 @@
</avpdefn>

<avpdefn name="Location-Estimate" code="1242" vendor-id="TGPP" mandatory="must" protected="may" may-encrypt="no" vendor-bit="must" >
<type type-name="UTF8String" />
<type type-name="OctetString" />
</avpdefn>

<avpdefn name="Positioning-Data" code="1245" vendor-id="TGPP" mandatory="must" protected="may" may-encrypt="no" vendor-bit="must" >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2980,7 +2980,7 @@
</avpdefn>

<avpdefn name="Location-Estimate" code="1242" vendor-id="TGPP" mandatory="must" protected="may" may-encrypt="no" vendor-bit="must" >
<type type-name="UTF8String" />
<type type-name="OctetString" />
</avpdefn>

<avpdefn name="Positioning-Data" code="1245" vendor-id="TGPP" mandatory="must" protected="may" may-encrypt="no" vendor-bit="must" >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2980,7 +2980,7 @@
</avpdefn>

<avpdefn name="Location-Estimate" code="1242" vendor-id="TGPP" mandatory="must" protected="may" may-encrypt="no" vendor-bit="must" >
<type type-name="UTF8String" />
<type type-name="OctetString" />
</avpdefn>

<avpdefn name="Positioning-Data" code="1245" vendor-id="TGPP" mandatory="must" protected="may" may-encrypt="no" vendor-bit="must" >
Expand Down
2 changes: 1 addition & 1 deletion testsuite/load/core/src/main/resources/dictionary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2980,7 +2980,7 @@
</avpdefn>

<avpdefn name="Location-Estimate" code="1242" vendor-id="TGPP" mandatory="must" protected="may" may-encrypt="no" vendor-bit="must" >
<type type-name="UTF8String" />
<type type-name="OctetString" />
</avpdefn>

<avpdefn name="Positioning-Data" code="1245" vendor-id="TGPP" mandatory="must" protected="may" may-encrypt="no" vendor-bit="must" >
Expand Down
2 changes: 1 addition & 1 deletion testsuite/test-framework/src/test/resources/dictionary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2980,7 +2980,7 @@
</avpdefn>

<avpdefn name="Location-Estimate" code="1242" vendor-id="TGPP" mandatory="must" protected="may" may-encrypt="no" vendor-bit="must" >
<type type-name="UTF8String" />
<type type-name="OctetString" />
</avpdefn>

<avpdefn name="Positioning-Data" code="1245" vendor-id="TGPP" mandatory="must" protected="may" may-encrypt="no" vendor-bit="must" >
Expand Down
2 changes: 1 addition & 1 deletion testsuite/tests/src/test/resources/dictionary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2980,7 +2980,7 @@
</avpdefn>

<avpdefn name="Location-Estimate" code="1242" vendor-id="TGPP" mandatory="must" protected="may" may-encrypt="no" vendor-bit="must" >
<type type-name="UTF8String" />
<type type-name="OctetString" />
</avpdefn>

<avpdefn name="Positioning-Data" code="1245" vendor-id="TGPP" mandatory="must" protected="may" may-encrypt="no" vendor-bit="must" >
Expand Down
2 changes: 1 addition & 1 deletion testsuite/tests/src/test/resources/validator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2835,7 +2835,7 @@ Note: The AVP codes from 1119 to 1199 are reserved for TS 29.140
<enum name="LAWFUL_INTERCEPT_SERVICES" code="3" />
</avp>
<avp name="Location-Estimate" code="1242" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
<type type-name="UTF8String" />
<type type-name="OctetString" />
</avp>
<avp name="Location-Estimate-Type" code="1243" mandatory="may" vendor-bit="must" vendor-id="TGPP">
<type type-name="Enumerated" />
Expand Down
2 changes: 1 addition & 1 deletion testsuite/tests/src/test/resources/validatorOff.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2835,7 +2835,7 @@ Note: The AVP codes from 1119 to 1199 are reserved for TS 29.140
<enum name="LAWFUL_INTERCEPT_SERVICES" code="3" />
</avp>
<avp name="Location-Estimate" code="1242" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP">
<type type-name="UTF8String" />
<type type-name="OctetString" />
</avp>
<avp name="Location-Estimate-Type" code="1243" mandatory="may" vendor-bit="must" vendor-id="TGPP">
<type type-name="Enumerated" />
Expand Down

0 comments on commit 04569ee

Please sign in to comment.