mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30: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 "any_type.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
@ -20,12 +21,12 @@ extern "C" {
|
|||
typedef struct OpenAPI_updated_item_s OpenAPI_updated_item_t;
|
||||
typedef struct OpenAPI_updated_item_s {
|
||||
char *item;
|
||||
char *value;
|
||||
OpenAPI_any_type_t *value;
|
||||
} OpenAPI_updated_item_t;
|
||||
|
||||
OpenAPI_updated_item_t *OpenAPI_updated_item_create(
|
||||
char *item,
|
||||
char *value
|
||||
OpenAPI_any_type_t *value
|
||||
);
|
||||
void OpenAPI_updated_item_free(OpenAPI_updated_item_t *updated_item);
|
||||
OpenAPI_updated_item_t *OpenAPI_updated_item_parseFromJSON(cJSON *updated_itemJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue