[PFCP] Added Data Status IE (#1582)

This commit is contained in:
Sukchan Lee 2022-06-12 09:02:59 +09:00
parent 12353178fb
commit 2aa40ca8c8
5 changed files with 66 additions and 14 deletions

View file

@ -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)