Hi,
I am trying to add a new AVP for a new vendor. I have created vendor related xml , Alumetra.xml containing following:
<vendor vendor-id="Alumetra" code="6527" name="Alumetra"> <avp name="ALC-Queue" code="1006" vendor-bit="must" mandatory="must" vendor-id="Alumetra"> <grouped> <gavp name="Max-Requested-Bandwidth-DL"/> <gavp name="Max-Requested-Bandwidth-UL"/> </grouped> </vendor>
I have added reference to this xml in dictionary.xml
&Alumetra;
<vendor vendor-id="None" code="0" name="None"/> <vendor vendor-id="Alumetra" code="6527" name="Alumetra"/>
ALC-Queue will be included in the QoS-Information defined in dictionary.xml as below: <avp name="QoS-Information" code="1016" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="must" vendor-id="TGPP"> <grouped> <gavp name="ALC-Queue"/> <gavp name="QoS-Class-Identifier"/> <gavp name="Max-Requested-Bandwidth-DL"/> <gavp name="Max-Requested-Bandwidth-UL"/> <gavp name="Guaranteed-Bitrate-UL"/> <gavp name="Guaranteed-Bitrate-DL"/> <gavp name="Bearer-Identifier"/> <gavp name="Allocation-Retention-Priority"/> <gavp name="APN-Aggregate-Max-Bitrate-UL"/> <gavp name="APN-Aggregate-Max-Bitrate-DL"/> </grouped> </avp>
The AVP is still shown as unknown when seen in pcap post wireshark restart. What extra do i have to do to get this working? Thanks.