mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 14:20:09 +00:00
Upgrade SBI(Service-based Interface)
* OpenAPI Generator version: 4.3.1 ==> 5.5.1 * Specification : r16.8.0 (20210629)
This commit is contained in:
parent
2aaa8200c2
commit
f278d58a69
1914 changed files with 91329 additions and 57361 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* global_ran_node_id.h
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_global_ran_node_id_H_
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
#include "../include/list.h"
|
||||
#include "../include/keyValuePair.h"
|
||||
#include "../include/binary.h"
|
||||
#include "g_nb_id.h"
|
||||
#include "gnb_id.h"
|
||||
#include "plmn_id.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
@ -23,7 +23,7 @@ typedef struct OpenAPI_global_ran_node_id_s OpenAPI_global_ran_node_id_t;
|
|||
typedef struct OpenAPI_global_ran_node_id_s {
|
||||
struct OpenAPI_plmn_id_s *plmn_id;
|
||||
char *n3_iwf_id;
|
||||
struct OpenAPI_g_nb_id_s *g_nb_id;
|
||||
struct OpenAPI_gnb_id_s *g_nb_id;
|
||||
char *nge_nb_id;
|
||||
char *wagf_id;
|
||||
char *tngf_id;
|
||||
|
|
@ -34,13 +34,13 @@ typedef struct OpenAPI_global_ran_node_id_s {
|
|||
OpenAPI_global_ran_node_id_t *OpenAPI_global_ran_node_id_create(
|
||||
OpenAPI_plmn_id_t *plmn_id,
|
||||
char *n3_iwf_id,
|
||||
OpenAPI_g_nb_id_t *g_nb_id,
|
||||
OpenAPI_gnb_id_t *g_nb_id,
|
||||
char *nge_nb_id,
|
||||
char *wagf_id,
|
||||
char *tngf_id,
|
||||
char *nid,
|
||||
char *e_nb_id
|
||||
);
|
||||
);
|
||||
void OpenAPI_global_ran_node_id_free(OpenAPI_global_ran_node_id_t *global_ran_node_id);
|
||||
OpenAPI_global_ran_node_id_t *OpenAPI_global_ran_node_id_parseFromJSON(cJSON *global_ran_node_idJSON);
|
||||
cJSON *OpenAPI_global_ran_node_id_convertToJSON(OpenAPI_global_ran_node_id_t *global_ran_node_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue