mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +00:00
[PFCP] Implement the Restoration Indication
This commit is contained in:
parent
642d9e2e18
commit
d2e2a58232
33 changed files with 639 additions and 400 deletions
|
|
@ -401,8 +401,11 @@ ogs_pfcp_pdr_t *ogs_pfcp_pdr_find(
|
|||
ogs_pfcp_pdr_t *ogs_pfcp_pdr_find_or_add(
|
||||
ogs_pfcp_sess_t *sess, ogs_pfcp_pdr_id_t id);
|
||||
|
||||
void ogs_pfcp_pdr_swap_teid(ogs_pfcp_pdr_t *pdr);
|
||||
|
||||
void ogs_pfcp_object_teid_hash_set(
|
||||
ogs_pfcp_object_type_e type, ogs_pfcp_pdr_t *pdr);
|
||||
ogs_pfcp_object_type_e type, ogs_pfcp_pdr_t *pdr,
|
||||
bool restoration_indication);
|
||||
ogs_pfcp_object_t *ogs_pfcp_object_find_by_teid(uint32_t teid);
|
||||
int ogs_pfcp_object_count_by_teid(ogs_pfcp_sess_t *sess, uint32_t teid);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue