langtuandroid / jdiameter

Automatically exported from code.google.com/p/jdiameter
0 stars 0 forks source link

New dictionary entry for CLR-Flags #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add CLR-Flag AVP for CancelLocationRequest on S6 to dictionary.xml as follows:

@@ -5887,6 +5889,10 @@
                <type type-name="Unsigned32" />
        </avpdefn>

+       <avpdefn name="CLR-Flags" code="1638" vendor-id="TGPP" mandatory="must" 
protected="mustnot" may-encrypt="no" vendor-bit="must" >^M
+               <type type-name="Unsigned32" />^M
+       </avpdefn>^M
+^M
        <avpdefn name="DSA-Flags" code="1422" vendor-id="TGPP" mandatory="must" protected="mustnot" may-encrypt="no" vendor-bit="must" >
                <type type-name="Unsigned32" />
        </avpdefn>
@@ -6491,6 +6497,7 @@

                        <avp name="Destination-Host" code="293" vendor="0" multiplicity="1" index="-1" />
                        <avp name="Destination-Realm" code="283" vendor="0" multiplicity="1" index="-1" />
                        <avp name="User-Name" code="1" vendor="0" multiplicity="1" index="-1" />
+                       <avp name="CLR-Flags" code="1638" vendor="10415" 
multiplicity="1" index="-1" />^M

Original issue reported on code.google.com by richard....@smilecoms.com on 1 Jul 2015 at 4:35