open5gs/lib/pfcp/support
Sukchan Lee ce36143f5c [PFCP] Add Missing 3GPP Interface Type in PFCP Messages
This field was previously omitted, which could lead to
improper handling of interface-specific logic in certain scenarios.

The addition of the 3GPP Interface Type ensures correct behavior
in compliance with the 3GPP standards for PFCP message handling.
2024-10-20 22:54:08 +09:00
..
cache [PFCP] Fixed incorrect TLV names (#2887) 2024-01-19 23:40:20 +09:00
29244-h71-modified.docx [PFCP] Fixed incorrect TLV names (#2887) 2024-01-19 23:40:20 +09:00
29244-h71.docx [Release-17] Upgrade PFCP to v17.7.1 2023-03-05 22:33:01 +09:00
pfcp-tlv.py [PFCP] Add Missing 3GPP Interface Type in PFCP Messages 2024-10-20 22:54:08 +09:00
README.md [Release-17] Upgrade PFCP to v17.7.1 2023-03-05 22:33:01 +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-h71.doc to 29244-h71.docx using Microsoft Office 2007+

  • Adjust table cell in 29244-h71.docx

  • Copy 29244-h71.docx to 29244-h71-modified.docx

  • Add User Plane IP Resource Information to 29244-h71-modified.docx

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