mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
Add AUSF, UDM, and UDR
This commit is contained in:
parent
0c0241d5e5
commit
72370ff0b2
1151 changed files with 140173 additions and 24799 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* default_notification_subscription.h
|
||||
*
|
||||
*
|
||||
* Data structure for specifying the notifications the NF service subscribes by default along with callback URI
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_default_notification_subscription_H_
|
||||
|
|
@ -26,13 +26,15 @@ typedef struct OpenAPI_default_notification_subscription_s {
|
|||
char *callback_uri;
|
||||
OpenAPI_n1_message_class_e n1_message_class;
|
||||
struct OpenAPI_n2_information_class_s *n2_information_class;
|
||||
OpenAPI_list_t *versions;
|
||||
} OpenAPI_default_notification_subscription_t;
|
||||
|
||||
OpenAPI_default_notification_subscription_t *OpenAPI_default_notification_subscription_create(
|
||||
OpenAPI_notification_type_e notification_type,
|
||||
char *callback_uri,
|
||||
OpenAPI_n1_message_class_e n1_message_class,
|
||||
OpenAPI_n2_information_class_t *n2_information_class
|
||||
OpenAPI_n2_information_class_t *n2_information_class,
|
||||
OpenAPI_list_t *versions
|
||||
);
|
||||
void OpenAPI_default_notification_subscription_free(OpenAPI_default_notification_subscription_t *default_notification_subscription);
|
||||
OpenAPI_default_notification_subscription_t *OpenAPI_default_notification_subscription_parseFromJSON(cJSON *default_notification_subscriptionJSON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue