mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +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
37
lib/sbi/openapi/model/bdt_policy_status.h
Normal file
37
lib/sbi/openapi/model/bdt_policy_status.h
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
/*
|
||||
* bdt_policy_status.h
|
||||
*
|
||||
* Indicates the validation status of a negotiated BDT policy.
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_bdt_policy_status_H_
|
||||
#define _OpenAPI_bdt_policy_status_H_
|
||||
|
||||
#include <string.h>
|
||||
#include "../external/cJSON.h"
|
||||
#include "../include/list.h"
|
||||
#include "../include/keyValuePair.h"
|
||||
#include "../include/binary.h"
|
||||
#include "bdt_policy_status_any_of.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct OpenAPI_bdt_policy_status_s OpenAPI_bdt_policy_status_t;
|
||||
typedef struct OpenAPI_bdt_policy_status_s {
|
||||
} OpenAPI_bdt_policy_status_t;
|
||||
|
||||
OpenAPI_bdt_policy_status_t *OpenAPI_bdt_policy_status_create(
|
||||
);
|
||||
void OpenAPI_bdt_policy_status_free(OpenAPI_bdt_policy_status_t *bdt_policy_status);
|
||||
OpenAPI_bdt_policy_status_t *OpenAPI_bdt_policy_status_parseFromJSON(cJSON *bdt_policy_statusJSON);
|
||||
cJSON *OpenAPI_bdt_policy_status_convertToJSON(OpenAPI_bdt_policy_status_t *bdt_policy_status);
|
||||
OpenAPI_bdt_policy_status_t *OpenAPI_bdt_policy_status_copy(OpenAPI_bdt_policy_status_t *dst, OpenAPI_bdt_policy_status_t *src);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _OpenAPI_bdt_policy_status_H_ */
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue