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 @@
|
|||
/*
|
||||
* port_management_container.h
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_port_management_container_H_
|
||||
|
|
@ -12,7 +12,6 @@
|
|||
#include "../include/list.h"
|
||||
#include "../include/keyValuePair.h"
|
||||
#include "../include/binary.h"
|
||||
#include "tsn_port_identifier.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
@ -21,13 +20,13 @@ extern "C" {
|
|||
typedef struct OpenAPI_port_management_container_s OpenAPI_port_management_container_t;
|
||||
typedef struct OpenAPI_port_management_container_s {
|
||||
char port_man_cont;
|
||||
struct OpenAPI_tsn_port_identifier_s *port_identifier;
|
||||
int port_num;
|
||||
} OpenAPI_port_management_container_t;
|
||||
|
||||
OpenAPI_port_management_container_t *OpenAPI_port_management_container_create(
|
||||
char port_man_cont,
|
||||
OpenAPI_tsn_port_identifier_t *port_identifier
|
||||
);
|
||||
int port_num
|
||||
);
|
||||
void OpenAPI_port_management_container_free(OpenAPI_port_management_container_t *port_management_container);
|
||||
OpenAPI_port_management_container_t *OpenAPI_port_management_container_parseFromJSON(cJSON *port_management_containerJSON);
|
||||
cJSON *OpenAPI_port_management_container_convertToJSON(OpenAPI_port_management_container_t *port_management_container);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue