mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 22:30:09 +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
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* amf_event_subscription.h
|
||||
*
|
||||
*
|
||||
* Represents an individual event subscription resource on AMF
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_amf_event_subscription_H_
|
||||
|
|
@ -30,6 +30,10 @@ typedef struct OpenAPI_amf_event_subscription_s {
|
|||
char *subs_change_notify_correlation_id;
|
||||
char *supi;
|
||||
char *group_id;
|
||||
OpenAPI_list_t *exclude_supi_list;
|
||||
OpenAPI_list_t *exclude_gpsi_list;
|
||||
OpenAPI_list_t *include_supi_list;
|
||||
OpenAPI_list_t *include_gpsi_list;
|
||||
char *gpsi;
|
||||
char *pei;
|
||||
bool is_any_ue;
|
||||
|
|
@ -47,6 +51,10 @@ OpenAPI_amf_event_subscription_t *OpenAPI_amf_event_subscription_create(
|
|||
char *subs_change_notify_correlation_id,
|
||||
char *supi,
|
||||
char *group_id,
|
||||
OpenAPI_list_t *exclude_supi_list,
|
||||
OpenAPI_list_t *exclude_gpsi_list,
|
||||
OpenAPI_list_t *include_supi_list,
|
||||
OpenAPI_list_t *include_gpsi_list,
|
||||
char *gpsi,
|
||||
char *pei,
|
||||
bool is_any_ue,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue