mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 13:20: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
31
lib/sbi/openapi/model/n2_information_transfer_result.h
Normal file
31
lib/sbi/openapi/model/n2_information_transfer_result.h
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
/*
|
||||
* n2_information_transfer_result.h
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_n2_information_transfer_result_H_
|
||||
#define _OpenAPI_n2_information_transfer_result_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_n2_information_transfer_result_NULL = 0, OpenAPI_n2_information_transfer_result_N2_INFO_TRANSFER_INITIATED } OpenAPI_n2_information_transfer_result_e;
|
||||
|
||||
char* OpenAPI_n2_information_transfer_result_ToString(OpenAPI_n2_information_transfer_result_e n2_information_transfer_result);
|
||||
|
||||
OpenAPI_n2_information_transfer_result_e OpenAPI_n2_information_transfer_result_FromString(char* n2_information_transfer_result);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _OpenAPI_n2_information_transfer_result_H_ */
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue