mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +00:00
16 lines
475 B
Text
16 lines
475 B
Text
|
|
* Install python-pip
|
|
user@host ~/Documents/git/cellwire/lib/gtp/support$ \
|
|
sudo apt-get install python-pip
|
|
|
|
* Install python-docx
|
|
user@host ~/Documents/git/cellwire/lib/gtp/support$ \
|
|
sudo pip install python-docx
|
|
|
|
* 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/cellwire/lib/s1ap/support$ \
|
|
python gtpv2c_tlv.py -f 29274-d80.docx -o ..
|