Add an initial code for PFCP

This commit is contained in:
Sukchan Lee 2019-12-01 21:40:52 +09:00
parent ce6d2c5889
commit 4e2d7bf708
32 changed files with 4795 additions and 288 deletions

View 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 ..