mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 06:10:11 +00:00
Add PCF(Policy Control Function)
This commit is contained in:
parent
fb95725ca4
commit
198abc6e8b
299 changed files with 29050 additions and 1075 deletions
|
|
@ -102,9 +102,20 @@ typedef struct ogs_sbi_nf_type_array_s {
|
|||
ogs_sbi_nf_instance_t *nf_instance;
|
||||
} ogs_sbi_nf_type_array_t[OGS_SBI_MAX_NF_TYPE];
|
||||
|
||||
typedef enum {
|
||||
OGS_SBI_OBJ_BASE = 0,
|
||||
|
||||
OGS_SBI_OBJ_UE_TYPE,
|
||||
OGS_SBI_OBJ_SESS_TYPE,
|
||||
|
||||
OGS_SBI_OBJ_TOP,
|
||||
} ogs_sbi_obj_type_e;
|
||||
|
||||
typedef struct ogs_sbi_object_s {
|
||||
ogs_lnode_t lnode;
|
||||
|
||||
ogs_sbi_obj_type_e type;
|
||||
|
||||
ogs_sbi_nf_type_array_t nf_type_array;
|
||||
|
||||
ogs_list_t xact_list;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue