[EPC] Support ePDG Interface (#1039)

This commit is contained in:
Sukchan Lee 2021-06-21 22:36:38 +09:00
parent e0869104c6
commit 4537142929
160 changed files with 8717 additions and 1905 deletions

View file

@ -1,16 +1,12 @@
* 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
user@host ~/Documents/git/open5gs/lib/nas/eps/support$ \
sudo pip3 install python-docx
* Change the format of standard specification
from 24301-d80.doc to 24301-d80.docx
using Microsoft Office 2007+
* Generate Message support files
user@host ~/Documents/git/open5gs/lib/s1ap/support$ \
python nas-message.py -f 24301-g40.docx -o ..
user@host ~/Documents/git/open5gs/lib/nas/eps/support$ \
python3 nas-message.py -f 24301-g40.docx -o ..