mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +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 @@
|
|||
/*
|
||||
* pws_information.h
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_pws_information_H_
|
||||
|
|
@ -12,6 +12,7 @@
|
|||
#include "../include/list.h"
|
||||
#include "../include/keyValuePair.h"
|
||||
#include "../include/binary.h"
|
||||
#include "global_ran_node_id.h"
|
||||
#include "n2_info_content.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
@ -23,6 +24,7 @@ typedef struct OpenAPI_pws_information_s {
|
|||
int message_identifier;
|
||||
int serial_number;
|
||||
struct OpenAPI_n2_info_content_s *pws_container;
|
||||
OpenAPI_list_t *bc_empty_area_list;
|
||||
int send_ran_response;
|
||||
char *omc_id;
|
||||
} OpenAPI_pws_information_t;
|
||||
|
|
@ -31,9 +33,10 @@ OpenAPI_pws_information_t *OpenAPI_pws_information_create(
|
|||
int message_identifier,
|
||||
int serial_number,
|
||||
OpenAPI_n2_info_content_t *pws_container,
|
||||
OpenAPI_list_t *bc_empty_area_list,
|
||||
int send_ran_response,
|
||||
char *omc_id
|
||||
);
|
||||
);
|
||||
void OpenAPI_pws_information_free(OpenAPI_pws_information_t *pws_information);
|
||||
OpenAPI_pws_information_t *OpenAPI_pws_information_parseFromJSON(cJSON *pws_informationJSON);
|
||||
cJSON *OpenAPI_pws_information_convertToJSON(OpenAPI_pws_information_t *pws_information);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue