From e9aaceee98f89c86ad593e09c3f4892d0cfde268 Mon Sep 17 00:00:00 2001 From: safaorhann Date: Wed, 5 Oct 2022 21:41:06 +0300 Subject: [PATCH] fix dropped_dl_traffic_threshold ie. --- lib/pfcp/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pfcp/types.h b/lib/pfcp/types.h index 97d4804ac..2b02a5e06 100644 --- a/lib/pfcp/types.h +++ b/lib/pfcp/types.h @@ -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; };