mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-03 13:50:08 +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
|
|
@ -17,16 +17,11 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct OpenAPI_notification_control_s OpenAPI_notification_control_t;
|
||||
typedef struct OpenAPI_notification_control_s {
|
||||
} OpenAPI_notification_control_t;
|
||||
typedef enum { OpenAPI_notification_control_NULL = 0, OpenAPI_notification_control_REQUESTED, OpenAPI_notification_control_NOT_REQUESTED } OpenAPI_notification_control_e;
|
||||
|
||||
OpenAPI_notification_control_t *OpenAPI_notification_control_create(
|
||||
);
|
||||
void OpenAPI_notification_control_free(OpenAPI_notification_control_t *notification_control);
|
||||
OpenAPI_notification_control_t *OpenAPI_notification_control_parseFromJSON(cJSON *notification_controlJSON);
|
||||
cJSON *OpenAPI_notification_control_convertToJSON(OpenAPI_notification_control_t *notification_control);
|
||||
OpenAPI_notification_control_t *OpenAPI_notification_control_copy(OpenAPI_notification_control_t *dst, OpenAPI_notification_control_t *src);
|
||||
char* OpenAPI_notification_control_ToString(OpenAPI_notification_control_e notification_control);
|
||||
|
||||
OpenAPI_notification_control_e OpenAPI_notification_control_FromString(char* notification_control);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue