mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 14:20:09 +00:00
[Release-17] Upgrade SBI to v17.x.0
This commit is contained in:
parent
969c116e77
commit
4d44b1843e
1687 changed files with 121604 additions and 9310 deletions
|
|
@ -15,6 +15,9 @@
|
|||
#include "af_event_exposure_data.h"
|
||||
#include "identity_range.h"
|
||||
#include "pfd_data.h"
|
||||
#include "tai.h"
|
||||
#include "tai_range.h"
|
||||
#include "un_trust_af_info.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
@ -28,6 +31,12 @@ typedef struct OpenAPI_nef_info_s {
|
|||
OpenAPI_list_t *gpsi_ranges;
|
||||
OpenAPI_list_t *external_group_identifiers_ranges;
|
||||
OpenAPI_list_t *served_fqdn_list;
|
||||
OpenAPI_list_t *tai_list;
|
||||
OpenAPI_list_t *tai_range_list;
|
||||
OpenAPI_list_t *dnai_list;
|
||||
OpenAPI_list_t *un_trust_af_info_list;
|
||||
bool is_uas_nf_functionality_ind;
|
||||
int uas_nf_functionality_ind;
|
||||
} OpenAPI_nef_info_t;
|
||||
|
||||
OpenAPI_nef_info_t *OpenAPI_nef_info_create(
|
||||
|
|
@ -36,7 +45,13 @@ OpenAPI_nef_info_t *OpenAPI_nef_info_create(
|
|||
OpenAPI_af_event_exposure_data_t *af_ee_data,
|
||||
OpenAPI_list_t *gpsi_ranges,
|
||||
OpenAPI_list_t *external_group_identifiers_ranges,
|
||||
OpenAPI_list_t *served_fqdn_list
|
||||
OpenAPI_list_t *served_fqdn_list,
|
||||
OpenAPI_list_t *tai_list,
|
||||
OpenAPI_list_t *tai_range_list,
|
||||
OpenAPI_list_t *dnai_list,
|
||||
OpenAPI_list_t *un_trust_af_info_list,
|
||||
bool is_uas_nf_functionality_ind,
|
||||
int uas_nf_functionality_ind
|
||||
);
|
||||
void OpenAPI_nef_info_free(OpenAPI_nef_info_t *nef_info);
|
||||
OpenAPI_nef_info_t *OpenAPI_nef_info_parseFromJSON(cJSON *nef_infoJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue