open5gs/lib/pfcp/support
Pau Espin Pedrol 4b8d3a845a
[PFCP] Support associating multiple URRs to a PDR (#1456)
* [PFCP] Fix trailing whitespace in message generation files

* [PFCP] message gen: Support multiple URR ID IEs in Create PDR group

* [PFCP] Support associating multiple URRs to a PDR

According to 3GPP TS 29.244:
"""
A PDR shall contain:
- zero, one or more URRs, which contains instructions related to traffic measurement and reporting.
"""
2022-03-28 21:56:58 +09:00
..
cache [PFCP] Support associating multiple URRs to a PDR (#1456) 2022-03-28 21:56:58 +09:00
29244-g10.docx PFCP interface added, but not tested. 2019-12-07 13:17:00 +09:00
pfcp-tlv.py [PFCP] Support associating multiple URRs to a PDR (#1456) 2022-03-28 21:56:58 +09:00
README.md [EPC] Support ePDG Interface (#1039) 2021-06-21 22:36:38 +09:00

  • Install python-docx user@host ~/Documents/git/open5gs/lib/pfcp/support$
    sudo pip3 install python-docx

  • Change the format of standard specification from 29244-f40.doc to 29274-f40.docx using Microsoft Office 2007+

  • Generate TLV support files user@host ~/Documents/git/open5gs/lib/pfcp/support$
    python3 pfcp-tlv.py -f 29244-g10.docx -o ..