diff options
author | Martin Mathieson <martin.r.mathieson@googlemail.com> | 2007-07-12 17:33:50 +0000 |
---|---|---|
committer | Martin Mathieson <martin.r.mathieson@googlemail.com> | 2007-07-12 17:33:50 +0000 |
commit | 26695e6a188b821f824d4afff03b63774695a4ab (patch) | |
tree | 8c6fc0603ea623620d983c69baaab33b991216d1 /diameter | |
parent | ecc4b9ad06620f368f1903418efe11c60da180c2 (diff) | |
download | wireshark-26695e6a188b821f824d4afff03b63774695a4ab.tar.gz wireshark-26695e6a188b821f824d4afff03b63774695a4ab.tar.bz2 wireshark-26695e6a188b821f824d4afff03b63774695a4ab.zip |
Add some AVPs used with Rq interface (same appid as Gq)
svn path=/trunk/; revision=22291
Diffstat (limited to 'diameter')
-rw-r--r-- | diameter/gqpolicy.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/diameter/gqpolicy.xml b/diameter/gqpolicy.xml index 25f1da4916..7ad4e86d8c 100644 --- a/diameter/gqpolicy.xml +++ b/diameter/gqpolicy.xml @@ -3,6 +3,29 @@ <application id="16777222" name="3GPP Gq" uri="http://www.3GPP.org/ftp/Specs/html-info/29209.htm"> + <!-- RQ AVPs (uses same application Id) --> + <avp name="Session-Bundle-Id" code="400" mandatory="must" vendor-bit="must" vendor-id="ETSI" may-encrypt="yes"> + <type type-name="Unsigned32"/> + </avp> + <avp name="Reservation-Class" code="456" mandatory="must" vendor-bit="must" vendor-id="ETSI" may-encrypt="yes"> + <type type-name="Unsigned32"/> + </avp> + <avp name="Reservation-Priority" code="458" mandatory="may" vendor-bit="must" vendor-id="ETSI" may-encrypt="yes"> + <type type-name="Enumerated"/> + <enum name="DEFAULT" code="0"/> + <enum name="PRIORITY-ONE" code="1"/> + <enum name="PRIORITY-TWO" code="2"/> + <enum name="PRIORITY-THREE" code="3"/> + <enum name="PRIORITY-FOUR" code="4"/> + <enum name="PRIORITY-FIVE" code="5"/> + <enum name="PRIORITY-SIX" code="6"/> + <enum name="PRIORITY-SEVEN" code="7"/> + </avp> + <avp name="Service-Class" code="459" mandatory="mustnot" vendor-bit="must" vendor-id="ETSI" may-encrypt="yes"> + <type type-name="UTF8String"/> + </avp> + + <!-- IMS Cx Dx Application --> <command name="AA" code="265" vendor-id="TGPP"/> <command name="Re-Auth" code="258" vendor-id="TGPP"/> |