open5gs/lib/gtp/v2/support
Pau Espin e3da7c9934
Rename GTPv2C specifics to gtp2 prefix (#1485)
In the past only GTPv2C was supported, and had the "gtp" generic prefix.
Later on, GTPv1C support was added, and "gtp1" prefix was used.
Let's move GTPv2C specific bits to have "gtp2" prefix too, and leave
"gtp" prefix for generic stuff among different GTP versions.
2022-04-13 07:07:39 +09:00
..
cache Introduce Gn interface (GTPv1C) Support to PGW (#1351) 2022-02-18 22:23:45 +09:00
29274-g30.docx Introduce Gn interface (GTPv1C) Support to PGW (#1351) 2022-02-18 22:23:45 +09:00
README.md Introduce Gn interface (GTPv1C) Support to PGW (#1351) 2022-02-18 22:23:45 +09:00
gtp-tlv.py Rename GTPv2C specifics to gtp2 prefix (#1485) 2022-04-13 07:07:39 +09:00

README.md

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

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

  • Generate TLV support files user@host ~/Documents/git/open5gs/lib/gtp/v2/support$
    python3 gtp-tlv.py -f 29274-g30.docx -o ..