aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2018-09-11 11:52:47 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2018-09-11 10:52:20 +0000
commit54e895654403bba09c2db34c149c63f4a6638aca (patch)
treeb656d12504044a09492eb796e11ac9c112cd9fd5 /diameter
parentf94cfa0cdc37955a5c68687af01bf4ad35ce27bd (diff)
Diameter: add ALU AVP 1016
Bug: 15129 Change-Id: I10114219841af8fe9789e03dbc29198ed4b5830e Reviewed-on: https://code.wireshark.org/review/29598 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'diameter')
-rw-r--r--diameter/AlcatelLucent.xml16
1 files changed, 11 insertions, 5 deletions
diff --git a/diameter/AlcatelLucent.xml b/diameter/AlcatelLucent.xml
index 7e418d27e3..4df792bc26 100644
--- a/diameter/AlcatelLucent.xml
+++ b/diameter/AlcatelLucent.xml
@@ -17,17 +17,23 @@
<avp name="Detailed-Result-Code" code="17" mandatory="must" protected="may" vendor-bit="must" vendor-id="ALU" may-encrypt="yes">
<type type-name="Unsigned32"/>
</avp>
- <avp name="Policy-Counter" code="1135" mandatory="must" protected="may" vendor-bit="must" vendor-id="ALU" may-encrypt="yes">
- <grouped>
- <gavp name="Policy-Counter-Id"/>
- <gavp name="Policy-Counter-Value"/>
- </grouped>
+ <avp name="DPA-Instruction" code="1016" mandatory="mustnot" vendor-bit="must" may-encrypt="no" protected="may" vendor-id="ALU">
+ <type type-name="Enumerated"/>
+ <enum name="SESSION_CREATED" code="0"/>
+ <enum name="IP_ADDRESS_UPDATED" code="1"/>
+ <enum name="AUX_GX_ESTABLISHMENT" code="2"/>
</avp>
<avp name="Charging-Policy-Report" code="1134" mandatory="mustnot" protected="may" vendor-bit="must" vendor-id="ALU" may-encrypt="yes">
<grouped>
<gavp name="Policy-Counter"/>
</grouped>
</avp>
+ <avp name="Policy-Counter" code="1135" mandatory="must" protected="may" vendor-bit="must" vendor-id="ALU" may-encrypt="yes">
+ <grouped>
+ <gavp name="Policy-Counter-Id"/>
+ <gavp name="Policy-Counter-Value"/>
+ </grouped>
+ </avp>
<avp name="Policy-Counter-Id" code="1136" mandatory="mustnot" protected="may" vendor-bit="must" vendor-id="ALU" may-encrypt="yes">
<type type-name="OctetString"/>
</avp>