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
|
|
@ -12,6 +12,7 @@
|
|||
#include "../include/list.h"
|
||||
#include "../include/keyValuePair.h"
|
||||
#include "../include/binary.h"
|
||||
#include "dnn_smf_info_item_dnai_list_inner.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
@ -20,10 +21,12 @@ extern "C" {
|
|||
typedef struct OpenAPI_dnn_smf_info_item_s OpenAPI_dnn_smf_info_item_t;
|
||||
typedef struct OpenAPI_dnn_smf_info_item_s {
|
||||
char *dnn;
|
||||
OpenAPI_list_t *dnai_list;
|
||||
} OpenAPI_dnn_smf_info_item_t;
|
||||
|
||||
OpenAPI_dnn_smf_info_item_t *OpenAPI_dnn_smf_info_item_create(
|
||||
char *dnn
|
||||
char *dnn,
|
||||
OpenAPI_list_t *dnai_list
|
||||
);
|
||||
void OpenAPI_dnn_smf_info_item_free(OpenAPI_dnn_smf_info_item_t *dnn_smf_info_item);
|
||||
OpenAPI_dnn_smf_info_item_t *OpenAPI_dnn_smf_info_item_parseFromJSON(cJSON *dnn_smf_info_itemJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue