mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-03 05:40: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 @@
|
|||
/*
|
||||
* vn_group_data.h
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_vn_group_data_H_
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
#include "../include/keyValuePair.h"
|
||||
#include "../include/binary.h"
|
||||
#include "app_descriptor.h"
|
||||
#include "pdu_session_types.h"
|
||||
#include "pdu_session_types_1.h"
|
||||
#include "snssai.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
@ -22,18 +22,18 @@ extern "C" {
|
|||
|
||||
typedef struct OpenAPI_vn_group_data_s OpenAPI_vn_group_data_t;
|
||||
typedef struct OpenAPI_vn_group_data_s {
|
||||
struct OpenAPI_pdu_session_types_s *pdu_session_types;
|
||||
struct OpenAPI_pdu_session_types_1_s *pdu_session_types;
|
||||
char *dnn;
|
||||
struct OpenAPI_snssai_s *single_nssai;
|
||||
OpenAPI_list_t *app_descriptors;
|
||||
} OpenAPI_vn_group_data_t;
|
||||
|
||||
OpenAPI_vn_group_data_t *OpenAPI_vn_group_data_create(
|
||||
OpenAPI_pdu_session_types_t *pdu_session_types,
|
||||
OpenAPI_pdu_session_types_1_t *pdu_session_types,
|
||||
char *dnn,
|
||||
OpenAPI_snssai_t *single_nssai,
|
||||
OpenAPI_list_t *app_descriptors
|
||||
);
|
||||
);
|
||||
void OpenAPI_vn_group_data_free(OpenAPI_vn_group_data_t *vn_group_data);
|
||||
OpenAPI_vn_group_data_t *OpenAPI_vn_group_data_parseFromJSON(cJSON *vn_group_dataJSON);
|
||||
cJSON *OpenAPI_vn_group_data_convertToJSON(OpenAPI_vn_group_data_t *vn_group_data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue