mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 13:20:08 +00:00
Added N32 Interface to implement SEPP
This commit is contained in:
parent
a8790713d7
commit
e41afff7ac
63 changed files with 5503 additions and 290 deletions
31
lib/sbi/openapi/model/security_capability_any_of.h
Normal file
31
lib/sbi/openapi/model/security_capability_any_of.h
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
/*
|
||||
* security_capability_any_of.h
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_security_capability_any_of_H_
|
||||
#define _OpenAPI_security_capability_any_of_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_security_capability_any_of_NULL = 0, OpenAPI_security_capability_any_of_TLS, OpenAPI_security_capability_any_of_PRINS, OpenAPI_security_capability_any_of_NONE } OpenAPI_security_capability_any_of_e;
|
||||
|
||||
char* OpenAPI_security_capability_any_of_ToString(OpenAPI_security_capability_any_of_e security_capability_any_of);
|
||||
|
||||
OpenAPI_security_capability_any_of_e OpenAPI_security_capability_any_of_FromString(char* security_capability_any_of);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _OpenAPI_security_capability_any_of_H_ */
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue