open5gs/lib/gtp/support/README.md

18 lines
515 B
Markdown
Raw Normal View History

2017-03-13 10:47:59 +00:00
2017-03-14 15:18:07 +00:00
* Install python-pip
user@host ~/Documents/git/open5gs/lib/gtp/support$ \
2017-03-14 15:18:07 +00:00
sudo apt-get install python-pip
* Install python-docx
user@host ~/Documents/git/open5gs/lib/gtp/support$ \
2017-03-14 15:18:21 +00:00
sudo pip install python-docx
2017-03-13 10:47:59 +00:00
* Change the format of standard specification
from 29274-d80.doc to 29274-d80.docx
using Microsoft Office 2007+
* Generate TLV support files
user@host ~/Documents/git/open5gs/lib/s1ap/support$ \
2019-06-11 09:28:25 +00:00
python gtp-tlv.py -f 29274-d80.docx -o ..
python gtp-tlv.py -f 29274-g30.docx -o ..