mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +00:00
add initial code for NAS message generating script
This commit is contained in:
parent
5d034518eb
commit
bfb3fdcae3
13 changed files with 656 additions and 70 deletions
16
lib/nas/support/README
Normal file
16
lib/nas/support/README
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
* 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 24301-d80.doc to 24301-d80.docx
|
||||
using Microsoft Office 2007+
|
||||
|
||||
* Generate Message support files
|
||||
user@host ~/Documents/git/cellwire/lib/s1ap/support$ \
|
||||
python nas_message.py -f 24301-d80.docx -o ..
|
||||
Loading…
Add table
Add a link
Reference in a new issue