summaryrefslogtreecommitdiff
path: root/diameter/NokiaSolutionsAndNetworks.xml
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2015-04-21 21:20:59 -0400
committerJeff Morriss <jeff.morriss.ws@gmail.com>2015-04-22 01:50:23 +0000
commitecc3369c0545ba566526acf36451cccd3bbf2f16 (patch)
treee5a79e5eccfd364c2becc143b77cbe6da367389d /diameter/NokiaSolutionsAndNetworks.xml
parent448e122ea5d26d3f74a1053fc83c49d9bedd5e1a (diff)
downloadwireshark-ecc3369c0545ba566526acf36451cccd3bbf2f16.tar.gz
Misc. Diameter XML cleanups.
Consistently used (derived) type Enumerated (rather than Unsigned32 or Integer32) when the AVP is of type Enumerated. Use a uri of "none" when we don't have access to the specification. Update the URI of an Application or two. Clean up white space and formatting. Change-Id: Iad677db186469b7d8c4a23b7a7fca6c357dbc012 Reviewed-on: https://code.wireshark.org/review/8164 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'diameter/NokiaSolutionsAndNetworks.xml')
-rw-r--r--diameter/NokiaSolutionsAndNetworks.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/diameter/NokiaSolutionsAndNetworks.xml b/diameter/NokiaSolutionsAndNetworks.xml
index ee11095ab0..0afb3d469c 100644
--- a/diameter/NokiaSolutionsAndNetworks.xml
+++ b/diameter/NokiaSolutionsAndNetworks.xml
@@ -2,14 +2,13 @@
<!-- Nokia Solutions and Networks vendor-specific AVPs. -->
-<application id="16777317" name="Nokia Solutions and Networks (NSN) Hd Application" uri="http://www.3gpp.org/ftp/Specs/html-info/29212.htm">
+<application id="16777317" name="Nokia Solutions and Networks (NSN) Hd Application" uri="none">
<avp name="User-Agent-Type" code="2016" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="NokiaSolutionsAndNetworks">
<type type-name="Enumerated"/>
<enum name="NON_MOBILE_BROWSER" code="0"/>
<enum name="MOBILE_BROWSER" code="1"/>
</avp>
-
</application>