mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +00:00
update it
This commit is contained in:
parent
704d475655
commit
e4e8f30248
6 changed files with 19 additions and 10 deletions
|
|
@ -76,3 +76,8 @@ type_list["Nonce"]["decode"] = \
|
|||
" *nonce = ntohl(*nonce);\n\n"
|
||||
type_list["Nonce"]["encode"] = \
|
||||
" target = htonl(*nonce);\n\n"
|
||||
|
||||
type_list["Header compression configuration"]["decode"] = \
|
||||
" header_compression_configuration->max_cid = ntohs(header_compression_configuration->max_cid);\n\n"
|
||||
type_list["Header compression configuration"]["encode"] = \
|
||||
" target.max_cid = htons(header_compression_configuration->max_cid);\n\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue