mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +00:00
[5GC] Added BSF(Binding Support Function)
This commit is contained in:
parent
611986794b
commit
fe89f7cd11
293 changed files with 24988 additions and 1507 deletions
31
lib/sbi/openapi/model/serv_auth_info.h
Normal file
31
lib/sbi/openapi/model/serv_auth_info.h
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
/*
|
||||
* serv_auth_info.h
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_serv_auth_info_H_
|
||||
#define _OpenAPI_serv_auth_info_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_serv_auth_info_NULL = 0, OpenAPI_serv_auth_info_TP_NOT_KNOWN, OpenAPI_serv_auth_info_TP_EXPIRED, OpenAPI_serv_auth_info_TP_NOT_YET_OCURRED } OpenAPI_serv_auth_info_e;
|
||||
|
||||
char* OpenAPI_serv_auth_info_ToString(OpenAPI_serv_auth_info_e serv_auth_info);
|
||||
|
||||
OpenAPI_serv_auth_info_e OpenAPI_serv_auth_info_FromString(char* serv_auth_info);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _OpenAPI_serv_auth_info_H_ */
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue