mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08:11 +00:00
[Release-17] Upgrade SBI to v17.x.0
This commit is contained in:
parent
969c116e77
commit
4d44b1843e
1687 changed files with 121604 additions and 9310 deletions
|
|
@ -16,6 +16,7 @@
|
|||
#include "condition_event_type.h"
|
||||
#include "nf_profile.h"
|
||||
#include "notification_event_type.h"
|
||||
#include "subscription_context.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
@ -28,6 +29,7 @@ typedef struct OpenAPI_notification_data_s {
|
|||
struct OpenAPI_nf_profile_s *nf_profile;
|
||||
OpenAPI_list_t *profile_changes;
|
||||
OpenAPI_condition_event_type_e condition_event;
|
||||
struct OpenAPI_subscription_context_s *subscription_context;
|
||||
} OpenAPI_notification_data_t;
|
||||
|
||||
OpenAPI_notification_data_t *OpenAPI_notification_data_create(
|
||||
|
|
@ -35,7 +37,8 @@ OpenAPI_notification_data_t *OpenAPI_notification_data_create(
|
|||
char *nf_instance_uri,
|
||||
OpenAPI_nf_profile_t *nf_profile,
|
||||
OpenAPI_list_t *profile_changes,
|
||||
OpenAPI_condition_event_type_e condition_event
|
||||
OpenAPI_condition_event_type_e condition_event,
|
||||
OpenAPI_subscription_context_t *subscription_context
|
||||
);
|
||||
void OpenAPI_notification_data_free(OpenAPI_notification_data_t *notification_data);
|
||||
OpenAPI_notification_data_t *OpenAPI_notification_data_parseFromJSON(cJSON *notification_dataJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue