Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
demo-exe committed Jan 9, 2024
1 parent a418fd2 commit 3ad0c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upf/upf_pfcp_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ request_t1_expired (u32 seq_no)

if (!req->data)
return;

u8 type = pfcp_msg_type (req->data);

if (--req->n1 != 0)
Expand Down

0 comments on commit 3ad0c32

Please sign in to comment.