diff options
Diffstat (limited to 'resources/protocols/diameter/AlcatelLucent.xml')
-rw-r--r-- | resources/protocols/diameter/AlcatelLucent.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/resources/protocols/diameter/AlcatelLucent.xml b/resources/protocols/diameter/AlcatelLucent.xml new file mode 100644 index 00000000..4df792bc --- /dev/null +++ b/resources/protocols/diameter/AlcatelLucent.xml @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="utf-8"?> + +<vendor vendor-id="ALU" code="637" name="ALU Network"/> + +<!-- NOTE the Application ID is not assigned by IANA http://www.iana.org/assignments/aaa-parameters/aaa-parameters.xml --> +<application id="111" name="ALU Sy" uri="none"> + + <avp name="Detailed-Result" code="15" mandatory="mustnot" protected="may" vendor-bit="must" vendor-id="ALU" may-encrypt="yes"> + <grouped> + <gavp name="Detailed-Result-Code"/> + <gavp name="Detailed-Result-Cause"/> + </grouped> + </avp> + <avp name="Detailed-Result-Cause" code="16" mandatory="mustnot" protected="may" vendor-bit="must" vendor-id="ALU" may-encrypt="yes"> + <type type-name="UTF8String"/> + </avp> + <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="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> + <avp name="Policy-Counter-Value" code="1137" mandatory="mustnot" protected="may" vendor-bit="must" vendor-id="ALU" may-encrypt="yes"> + <type type-name="Unsigned32"/> + </avp> + <avp name="Subscriber-User-Id" code="1139" mandatory="mustnot" vendor-bit="must" may-encrypt="no" protected="may" vendor-id="ALU"> + <type type-name="UTF8String"/> + </avp> +</application> |