Skip to content

Commit

Permalink
Add two new AVPs
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaurea committed Apr 15, 2024
1 parent 5753d9b commit b3d4bd8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
12 changes: 11 additions & 1 deletion diam/dict/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -3173,6 +3173,8 @@ var tgpprorfXML = `<?xml version="1.0" encoding="UTF-8"?>
<rule avp="Route-Header-Transmitted" required="false" max="1"/>
<rule avp="Instance-Id" required="false" max="1"/>
<rule avp="TAD-Identifier" required="false" max="1"/>
<rule avp="FE-Identifier-List" required="false" max="1"/>
<rule avp="Cellular-Network-Information" required="false" max="1"/>
</data>
</avp>
Expand Down Expand Up @@ -4650,6 +4652,14 @@ var tgpprorfXML = `<?xml version="1.0" encoding="UTF-8"?>
</data>
</avp>
<avp name="FE-Identifier-List" code="4413" must="V,M" may="-" must-not="-" may-encrypt="N" vendor-id="10415">
<data type="UTF8String"/>
</avp>
<avp name="Cellular-Network-Information" code="3924" must="V,M" may="-" must-not="-" may-encrypt="N" vendor-id="10415">
<data type="OctetString"/>
</avp>
<avp name="Talk-Burst-Exchange" code="1255" must="V,M" may="P" must-not="-" may-encrypt="N" vendor-id="10415">
<data type="Grouped">
<rule avp="PoC-Change-Time" required="true" max="1"/>
Expand Down Expand Up @@ -7827,4 +7837,4 @@ var tgpprxXML = `<?xml version="1.0" encoding="UTF-8"?>
<data type="OctetString"/>
</avp>
</application>
</diameter>`
</diameter>`
10 changes: 10 additions & 0 deletions diam/dict/testdata/tgpp_ro_rf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,8 @@
<rule avp="Route-Header-Transmitted" required="false" max="1"/>
<rule avp="Instance-Id" required="false" max="1"/>
<rule avp="TAD-Identifier" required="false" max="1"/>
<rule avp="FE-Identifier-List" required="false" max="1"/>
<rule avp="Cellular-Network-Information" required="false" max="1"/>
</data>
</avp>

Expand Down Expand Up @@ -2189,6 +2191,14 @@
</data>
</avp>

<avp name="FE-Identifier-List" code="4413" must="V,M" may="-" must-not="-" may-encrypt="N" vendor-id="10415">
<data type="UTF8String"/>
</avp>

<avp name="Cellular-Network-Information" code="3924" must="V,M" may="-" must-not="-" may-encrypt="N" vendor-id="10415">
<data type="OctetString"/>
</avp>

<avp name="Talk-Burst-Exchange" code="1255" must="V,M" may="P" must-not="-" may-encrypt="N" vendor-id="10415">
<data type="Grouped">
<rule avp="PoC-Change-Time" required="true" max="1"/>
Expand Down

0 comments on commit b3d4bd8

Please sign in to comment.