mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-30 20:39:32 +00:00
[EPC] Support ePDG Interface (#1039)
This commit is contained in:
parent
e0869104c6
commit
4537142929
160 changed files with 8717 additions and 1905 deletions
|
|
@ -1,11 +1,7 @@
|
|||
|
||||
* 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/pfcp/support$ \
|
||||
sudo pip3 install python-docx
|
||||
|
||||
* Change the format of standard specification
|
||||
from 29244-f40.doc to 29274-f40.docx
|
||||
|
|
@ -13,4 +9,4 @@ user@host ~/Documents/git/open5gs/lib/gtp/support$ \
|
|||
|
||||
* Generate TLV support files
|
||||
user@host ~/Documents/git/open5gs/lib/pfcp/support$ \
|
||||
python pfcp-tlv.py -f 29244-g10.docx -o ..
|
||||
python3 pfcp-tlv.py -f 29244-g10.docx -o ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue