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 @@
|
|||
/*
|
||||
* events_notification.h
|
||||
*
|
||||
* describes the notification of a matched event
|
||||
* Describes the notification of a matched event.
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_events_notification_H_
|
||||
|
|
@ -19,6 +19,7 @@
|
|||
#include "additional_access_info.h"
|
||||
#include "af_event_notification.h"
|
||||
#include "an_gw_address.h"
|
||||
#include "app_detection_report.h"
|
||||
#include "bridge_management_container.h"
|
||||
#include "net_loc_access_support.h"
|
||||
#include "out_of_credit_information.h"
|
||||
|
|
@ -29,6 +30,7 @@
|
|||
#include "ran_nas_rel_cause.h"
|
||||
#include "rat_type.h"
|
||||
#include "resources_allocation_info.h"
|
||||
#include "satellite_backhaul_category.h"
|
||||
#include "user_location.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
@ -37,6 +39,7 @@ extern "C" {
|
|||
|
||||
typedef struct OpenAPI_events_notification_s OpenAPI_events_notification_t;
|
||||
typedef struct OpenAPI_events_notification_s {
|
||||
OpenAPI_list_t *ad_reports;
|
||||
OpenAPI_access_type_e access_type;
|
||||
struct OpenAPI_additional_access_info_s *add_access_info;
|
||||
struct OpenAPI_additional_access_info_s *rel_access_info;
|
||||
|
|
@ -54,7 +57,9 @@ typedef struct OpenAPI_events_notification_s {
|
|||
OpenAPI_list_t *qos_mon_reports;
|
||||
OpenAPI_list_t *ran_nas_rel_causes;
|
||||
OpenAPI_rat_type_e rat_type;
|
||||
OpenAPI_satellite_backhaul_category_e sat_backhaul_category;
|
||||
struct OpenAPI_user_location_s *ue_loc;
|
||||
char *ue_loc_time;
|
||||
char *ue_time_zone;
|
||||
struct OpenAPI_accumulated_usage_s *usg_rep;
|
||||
struct OpenAPI_bridge_management_container_s *tsn_bridge_man_cont;
|
||||
|
|
@ -63,6 +68,7 @@ typedef struct OpenAPI_events_notification_s {
|
|||
} OpenAPI_events_notification_t;
|
||||
|
||||
OpenAPI_events_notification_t *OpenAPI_events_notification_create(
|
||||
OpenAPI_list_t *ad_reports,
|
||||
OpenAPI_access_type_e access_type,
|
||||
OpenAPI_additional_access_info_t *add_access_info,
|
||||
OpenAPI_additional_access_info_t *rel_access_info,
|
||||
|
|
@ -80,7 +86,9 @@ OpenAPI_events_notification_t *OpenAPI_events_notification_create(
|
|||
OpenAPI_list_t *qos_mon_reports,
|
||||
OpenAPI_list_t *ran_nas_rel_causes,
|
||||
OpenAPI_rat_type_e rat_type,
|
||||
OpenAPI_satellite_backhaul_category_e sat_backhaul_category,
|
||||
OpenAPI_user_location_t *ue_loc,
|
||||
char *ue_loc_time,
|
||||
char *ue_time_zone,
|
||||
OpenAPI_accumulated_usage_t *usg_rep,
|
||||
OpenAPI_bridge_management_container_t *tsn_bridge_man_cont,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue