mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +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 @@
|
|||
/*
|
||||
* n2_info_container.h
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_n2_info_container_H_
|
||||
|
|
@ -17,6 +17,7 @@
|
|||
#include "n2_sm_information.h"
|
||||
#include "nrppa_information.h"
|
||||
#include "pws_information.h"
|
||||
#include "v2x_information.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
@ -29,6 +30,7 @@ typedef struct OpenAPI_n2_info_container_s {
|
|||
struct OpenAPI_n2_ran_information_s *ran_info;
|
||||
struct OpenAPI_nrppa_information_s *nrppa_info;
|
||||
struct OpenAPI_pws_information_s *pws_info;
|
||||
struct OpenAPI_v2x_information_s *v2x_info;
|
||||
} OpenAPI_n2_info_container_t;
|
||||
|
||||
OpenAPI_n2_info_container_t *OpenAPI_n2_info_container_create(
|
||||
|
|
@ -36,8 +38,9 @@ OpenAPI_n2_info_container_t *OpenAPI_n2_info_container_create(
|
|||
OpenAPI_n2_sm_information_t *sm_info,
|
||||
OpenAPI_n2_ran_information_t *ran_info,
|
||||
OpenAPI_nrppa_information_t *nrppa_info,
|
||||
OpenAPI_pws_information_t *pws_info
|
||||
);
|
||||
OpenAPI_pws_information_t *pws_info,
|
||||
OpenAPI_v2x_information_t *v2x_info
|
||||
);
|
||||
void OpenAPI_n2_info_container_free(OpenAPI_n2_info_container_t *n2_info_container);
|
||||
OpenAPI_n2_info_container_t *OpenAPI_n2_info_container_parseFromJSON(cJSON *n2_info_containerJSON);
|
||||
cJSON *OpenAPI_n2_info_container_convertToJSON(OpenAPI_n2_info_container_t *n2_info_container);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue