fix dropped_dl_traffic_threshold ie.

This commit is contained in:
safaorhann 2022-10-05 21:41:06 +03:00 committed by Sukchan Lee
parent dc6ca962bb
commit e9aaceee98
1 changed files with 2 additions and 2 deletions

View File

@ -1191,8 +1191,8 @@ typedef struct ogs_pfcp_dropped_dl_traffic_threshold_s {
union {
struct {
ED3(uint8_t spare:6;,
uint8_t dlpa:1;,
uint8_t dlby:1;)
uint8_t dlby:1;,
uint8_t dlpa:1;)
};
uint8_t flags;
};