aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-05-20 13:55:21 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-05-20 13:55:21 +0000
commitb0997749ea71e54b5281f3dda7f15f5a8d6f0642 (patch)
tree13a384c35e1def2ab2e0ae6abe11b689b5744d19 /diameter
parent0a3f9da61655a57bdbb11e3fc71ff31299ffe962 (diff)
Prettify som 3GPP AVP:s
svn path=/trunk/; revision=37326
Diffstat (limited to 'diameter')
-rw-r--r--diameter/dictionary.xml14
1 files changed, 10 insertions, 4 deletions
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index d5c00d4a56..e5ab403614 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -4316,10 +4316,16 @@ Note: The AVP codes from 1119 to 1199 are reserved for TS 29.140
<avp name="PoC-Change-Time" code="1262" vendor-bit="must" vendor-id="TGPP">
<type type-name="Time"/>
</avp>
- <avp name="Access-Network-Information" code="1263" vendor-bit="must" vendor-id="TGPP">
- <type type-name="OctetString"/>
- </avp>
- <avp name="Trigger" code="1264" vendor-bit="must" vendor-id="TGPP">
+ <!-- The Access-Network-Information AVP (AVP code 1263) is of type OctetString and indicates the SIP P-header
+ "P-Access-Network-Information".
+ As it's a SIP Header the actual content will be text so for Wireshark displays sake we treat this as
+ an UTF8String
+ -->
+ <avp name="Access-Network-Information" code="1263" vendor-bit="must" vendor-id="TGPP">
+ <!-- <type type-name="OctetString"/> -->
+ <type type-name="UTF8String"/>
+ </avp>
+ <avp name="Trigger" code="1264" vendor-bit="must" vendor-id="TGPP">
<grouped>
<gavp name="Trigger-Type"/>
</grouped>