mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
arch: DB schema Changes (#796)
- New function : NSSF - New feature : SMF selection
This commit is contained in:
parent
c6bfbed922
commit
9af4268bab
691 changed files with 40727 additions and 18985 deletions
31
lib/sbi/openapi/model/reporting_trigger.h
Normal file
31
lib/sbi/openapi/model/reporting_trigger.h
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
/*
|
||||
* reporting_trigger.h
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_reporting_trigger_H_
|
||||
#define _OpenAPI_reporting_trigger_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_reporting_trigger_NULL = 0, OpenAPI_reporting_trigger_PERIODICAL, OpenAPI_reporting_trigger_EVENT_A2, OpenAPI_reporting_trigger_EVENT_A2_PERIODIC, OpenAPI_reporting_trigger_ALL_RRM_EVENT_TRIGGERS } OpenAPI_reporting_trigger_e;
|
||||
|
||||
char* OpenAPI_reporting_trigger_ToString(OpenAPI_reporting_trigger_e reporting_trigger);
|
||||
|
||||
OpenAPI_reporting_trigger_e OpenAPI_reporting_trigger_FromString(char* reporting_trigger);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _OpenAPI_reporting_trigger_H_ */
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue