mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-03 05:40:09 +00:00
NAS-5GS is added
This commit is contained in:
parent
3b19cd85cc
commit
a9eaed18aa
135 changed files with 18180 additions and 4552 deletions
16
lib/nas/eps/support/README.md
Normal file
16
lib/nas/eps/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 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-d80.docx -o ..
|
||||
Loading…
Add table
Add a link
Reference in a new issue