mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-01 04:49:33 +00:00
16 lines
449 B
Markdown
16 lines
449 B
Markdown
|
|
* 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-h90.doc to 24301-h90.docx
|
|
using Microsoft Office 2007+
|
|
|
|
* Adjust table cell in 24301-h90.docx
|
|
|
|
* Generate Message support files
|
|
user@host ~/Documents/git/open5gs/lib/nas/eps/support$ \
|
|
python3 nas-message.py -f 24301-h90.docx -o ..
|
|
|
|
* Add new structure to the types.h
|