mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
Support Discovery Optional Parameter (#1671)
To support target-nf-instance-id in the discovery, Discovery optional parameter is implemeted
This commit is contained in:
parent
eb03704015
commit
a5010a61ef
89 changed files with 1346 additions and 998 deletions
|
|
@ -113,8 +113,6 @@ af_sess_t *af_sess_find(uint32_t index);
|
|||
af_sess_t *af_sess_find_by_af_app_session_id(char *af_app_session_id);
|
||||
af_sess_t *af_sess_find_by_pcf_app_session_id(char *pcf_app_session_id);
|
||||
|
||||
void af_sess_select_nf(af_sess_t *sess, OpenAPI_nf_type_e nf_type);
|
||||
|
||||
void af_sess_associate_pcf_client(af_sess_t *sess);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue