mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-01 21:00:19 +00:00
fix dropped_dl_traffic_threshold ie.
This commit is contained in:
parent
dc6ca962bb
commit
e9aaceee98
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue