aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2020-01-21 13:39:02 +0100
committerAnders Broman <a.broman58@gmail.com>2020-01-21 14:10:35 +0000
commitb0c5f2230dfaa86196c3aeafc03d538b6efe81f7 (patch)
tree966bb4491ca16b9701ac951bf9cca01de849392a /diameter
parent1fccffdaea1217125775db585622ef495d514b2b (diff)
Diameter: Fix Location estimate.
- The AVP should be an OctetString - Orientation of major axis should not be multiplied by 2 according to the latest standard. Change-Id: I68532108cc36f4699c10b35ffdbcfaef0c29d9fe Reviewed-on: https://code.wireshark.org/review/35890 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'diameter')
-rw-r--r--diameter/dictionary.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index 253bc16380..7f9a3a198f 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -4719,7 +4719,7 @@
<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"/>