THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

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.

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.

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.

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

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

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

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

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

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 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:

I have added reference to this xml in dictionary.xml

  1. &Alumetra;

ALC-Queue will be included in the QoS-Information defined in dictionary.xml as below:

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.