Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I am trying to add a new AVP for a new vendor

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

  1. &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.

click to hide/show revision 2
None

I am trying to add a new AVP for a new vendor

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

  1. &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.

click to hide/show revision 3
None

I am trying to add a new Diameter AVP for a new vendor

Hi,

I am trying to add a new AVP for a new vendor. I have created vendor related xml , Alumetra.xml containing following:

<?xml version="1.0" encoding="utf-8"?>

<vendor vendor-id="Alumetra"  code="6527"  name="Alumetra">
 <!-- *********** Last updated 2016-04-14 ************ -->
    <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>

</vendor>

I have added reference to this xml in dictionary.xml

  1. <!ENTITY Alumetra SYSTEM "Alumetra.xml">
  2. &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: 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>

</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.

I am trying to add a new Diameter AVP for a new vendor

Hi,

I am trying to add a new AVP for a new vendor. I have created vendor related xml , Alumetra.xml containing following:

<?xml version="1.0" encoding="utf-8"?>

<vendor vendor-id="Alumetra" code="6527" name="Alumetra"> <!-- *********** Last updated 2016-04-14 ************ --> <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>

</vendor>

I have added reference to this xml in dictionary.xml

  1. !ENTITY Alumetra SYSTEM "Alumetra.xml" &Alumetra;

    <!ENTITY Alumetra          SYSTEM "Alumetra.xml">
  2. &Alumetra;

    <!-- ************************************************************** --> <!-- ************************* Vendors **************************** --> <!-- ************************************************************** --> <vendor vendor-id="None" code="0" name="None"/> <vendor vendor-id="Alumetra" code="6527" name="Alumetra"/>

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>
dictionary.xml.

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.

click to hide/show revision 5
None

I am trying to add a new Diameter AVP for a new vendor

Hi,

I am trying to add a new AVP for a new vendor. I have created vendor related xml , Alumetra.xml containing following:

<?xml version="1.0" encoding="utf-8"?>

<vendor vendor-id="Alumetra"  code="6527"  name="Alumetra">
 <!-- *********** Last updated 2016-04-14 ************ -->
    <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>

</vendor>

I have added reference to this xml in dictionary.xml

!ENTITY Alumetra SYSTEM "Alumetra.xml" &Alumetra;

<!ENTITY Alumetra           SYSTEM "Alumetra.xml">

and

&Alumetra;

<!-- ************************************************************** -->
<!-- ************************* Vendors **************************** -->
<!-- ************************************************************** -->
<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.

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.

click to hide/show revision 6
None

I am trying to add a new Diameter AVP for a new vendor

Hi,

I am trying to add a new AVP for a new vendor. I have created vendor related xml , Alumetra.xml xml, Alumetra.xml, containing following:

<?xml version="1.0" encoding="utf-8"?>

<vendor vendor-id="Alumetra"                    code="6527"      name="Alumetra">
<!-- *********** Last updated 2016-04-14 ************ -->
    <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

<!ENTITY Alumetra           SYSTEM "Alumetra.xml">

and

&Alumetra;

<!-- ************************************************************** -->
<!-- ************************* Vendors **************************** -->
<!-- ************************************************************** -->
<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.

click to hide/show revision 7
None

I am trying to add a new Diameter AVP for a new vendor

Hi,

I am trying to add a new AVP for a new vendor. I have created vendor related xml, Alumetra.xml, containing following:

<?xml version="1.0" encoding="utf-8"?>

<vendor vendor-id="Alumetra"                    code="6527"      name="Alumetra">
<!-- *********** Last updated 2016-04-14 ************ -->
    <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

<!ENTITY Alumetra           SYSTEM "Alumetra.xml">

and

&Alumetra;

<!-- ************************************************************** -->
<!-- ************************* Vendors **************************** -->
<!-- ************************************************************** -->
<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.