mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +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
31
lib/sbi/openapi/model/sbi_binding_level.h
Normal file
31
lib/sbi/openapi/model/sbi_binding_level.h
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
/*
|
||||
* sbi_binding_level.h
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_sbi_binding_level_H_
|
||||
#define _OpenAPI_sbi_binding_level_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 enum { OpenAPI_sbi_binding_level_NULL = 0, OpenAPI_sbi_binding_level_NF_INSTANCE_BINDING, OpenAPI_sbi_binding_level_NF_SET_BINDING, OpenAPI_sbi_binding_level_NF_SERVICE_SET_BINDING } OpenAPI_sbi_binding_level_e;
|
||||
|
||||
char* OpenAPI_sbi_binding_level_ToString(OpenAPI_sbi_binding_level_e sbi_binding_level);
|
||||
|
||||
OpenAPI_sbi_binding_level_e OpenAPI_sbi_binding_level_FromString(char* sbi_binding_level);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _OpenAPI_sbi_binding_level_H_ */
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue