mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-30 12:29:33 +00:00
[PFCP] Added Data Status IE (#1582)
This commit is contained in:
parent
12353178fb
commit
2aa40ca8c8
5 changed files with 66 additions and 14 deletions
|
|
@ -493,6 +493,7 @@ type_list["Paging Policy Indicator"]["size"] = 1 # Type 158
|
|||
type_list["PFCPSRReq-Flags"]["size"] = 1 # Type 161
|
||||
type_list["PFCPAUReq-Flags"]["size"] = 1 # Type 162
|
||||
type_list["Quota Validity Time"]["size"] = 4 # Type 181
|
||||
type_list["Data Status"]["size"] = 1 # Type 260
|
||||
|
||||
f = open(outdir + 'message.h', 'w')
|
||||
output_header_to_file(f)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue