mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +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
|
|
@ -13,6 +13,9 @@
|
|||
#include "../include/keyValuePair.h"
|
||||
#include "../include/binary.h"
|
||||
#include "event_id.h"
|
||||
#include "ml_analytics_info.h"
|
||||
#include "nf_type.h"
|
||||
#include "nwdaf_capability.h"
|
||||
#include "nwdaf_event.h"
|
||||
#include "tai.h"
|
||||
#include "tai_range.h"
|
||||
|
|
@ -27,13 +30,25 @@ typedef struct OpenAPI_nwdaf_info_s {
|
|||
OpenAPI_list_t *nwdaf_events;
|
||||
OpenAPI_list_t *tai_list;
|
||||
OpenAPI_list_t *tai_range_list;
|
||||
struct OpenAPI_nwdaf_capability_s *nwdaf_capability;
|
||||
bool is_analytics_delay;
|
||||
int analytics_delay;
|
||||
OpenAPI_list_t *serving_nf_set_id_list;
|
||||
OpenAPI_list_t *serving_nf_type_list;
|
||||
OpenAPI_list_t *ml_analytics_list;
|
||||
} OpenAPI_nwdaf_info_t;
|
||||
|
||||
OpenAPI_nwdaf_info_t *OpenAPI_nwdaf_info_create(
|
||||
OpenAPI_list_t *event_ids,
|
||||
OpenAPI_list_t *nwdaf_events,
|
||||
OpenAPI_list_t *tai_list,
|
||||
OpenAPI_list_t *tai_range_list
|
||||
OpenAPI_list_t *tai_range_list,
|
||||
OpenAPI_nwdaf_capability_t *nwdaf_capability,
|
||||
bool is_analytics_delay,
|
||||
int analytics_delay,
|
||||
OpenAPI_list_t *serving_nf_set_id_list,
|
||||
OpenAPI_list_t *serving_nf_type_list,
|
||||
OpenAPI_list_t *ml_analytics_list
|
||||
);
|
||||
void OpenAPI_nwdaf_info_free(OpenAPI_nwdaf_info_t *nwdaf_info);
|
||||
OpenAPI_nwdaf_info_t *OpenAPI_nwdaf_info_parseFromJSON(cJSON *nwdaf_infoJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue