Apply action ie (#1601)

This commit is contained in:
Safa Orhan 2022-06-13 13:51:40 +03:00 committed by GitHub
parent 0a3746c24d
commit 58a9d31fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -353,7 +353,8 @@ ED2(uint8_t reserved:7;,
#define OGS_PFCP_APPLY_ACTION_EDRT (1<<8)
#define OGS_PFCP_APPLY_ACTION_BDPN (1<<9)
#define OGS_PFCP_APPLY_ACTION_DDPN (1<<10)
typedef uint8_t ogs_pfcp_apply_action_t;
typedef uint16_t ogs_pfcp_apply_action_t;
/* 8.2.58 CP Function Features */