mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-29 03:49:31 +00:00
Add an initial code for PFCP
This commit is contained in:
parent
ce6d2c5889
commit
4e2d7bf708
32 changed files with 4795 additions and 288 deletions
16
lib/pfcp/support/README.md
Normal file
16
lib/pfcp/support/README.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
* Install python-pip
|
||||
user@host ~/Documents/git/open5gs/lib/gtp/support$ \
|
||||
sudo apt-get install python-pip
|
||||
|
||||
* Install python-docx
|
||||
user@host ~/Documents/git/open5gs/lib/gtp/support$ \
|
||||
sudo pip 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$ \
|
||||
python pfcp-tlv.py -f 29244-f40.docx -o ..
|
||||
Loading…
Add table
Add a link
Reference in a new issue