mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-03 13:50:08 +00:00
Add only one 5GC scenario (call-flow)
This commit is contained in:
parent
20008b6a13
commit
dbee687a75
1415 changed files with 86635 additions and 5877 deletions
36
lib/sbi/openapi/model/reflective_qo_s_attribute.h
Normal file
36
lib/sbi/openapi/model/reflective_qo_s_attribute.h
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
/*
|
||||
* reflective_qo_s_attribute.h
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_reflective_qo_s_attribute_H_
|
||||
#define _OpenAPI_reflective_qo_s_attribute_H_
|
||||
|
||||
#include <string.h>
|
||||
#include "../external/cJSON.h"
|
||||
#include "../include/list.h"
|
||||
#include "../include/keyValuePair.h"
|
||||
#include "../include/binary.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct OpenAPI_reflective_qo_s_attribute_s OpenAPI_reflective_qo_s_attribute_t;
|
||||
typedef struct OpenAPI_reflective_qo_s_attribute_s {
|
||||
} OpenAPI_reflective_qo_s_attribute_t;
|
||||
|
||||
OpenAPI_reflective_qo_s_attribute_t *OpenAPI_reflective_qo_s_attribute_create(
|
||||
);
|
||||
void OpenAPI_reflective_qo_s_attribute_free(OpenAPI_reflective_qo_s_attribute_t *reflective_qo_s_attribute);
|
||||
OpenAPI_reflective_qo_s_attribute_t *OpenAPI_reflective_qo_s_attribute_parseFromJSON(cJSON *reflective_qo_s_attributeJSON);
|
||||
cJSON *OpenAPI_reflective_qo_s_attribute_convertToJSON(OpenAPI_reflective_qo_s_attribute_t *reflective_qo_s_attribute);
|
||||
OpenAPI_reflective_qo_s_attribute_t *OpenAPI_reflective_qo_s_attribute_copy(OpenAPI_reflective_qo_s_attribute_t *dst, OpenAPI_reflective_qo_s_attribute_t *src);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _OpenAPI_reflective_qo_s_attribute_H_ */
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue