mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 05:10:10 +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 @@
|
|||
/*
|
||||
* app_session_context_update_data.h
|
||||
*
|
||||
* Identifies the modifications to the \"ascReqData\" property of an Individual Application Session Context which may include the modifications to the sub-resource Events Subscription.
|
||||
* Identifies the modifications to the \"ascReqData\" property of an Individual Application Session Context which may include the modifications to the sub-resource Events Subscription.
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_app_session_context_update_data_H_
|
||||
|
|
@ -16,6 +16,7 @@
|
|||
#include "bridge_management_container.h"
|
||||
#include "events_subsc_req_data_rm.h"
|
||||
#include "media_component_rm.h"
|
||||
#include "mps_action.h"
|
||||
#include "port_management_container.h"
|
||||
#include "preemption_control_information_rm.h"
|
||||
#include "reserv_priority.h"
|
||||
|
|
@ -37,6 +38,7 @@ typedef struct OpenAPI_app_session_context_update_data_s {
|
|||
char *mcptt_id;
|
||||
char *mc_video_id;
|
||||
OpenAPI_list_t* med_components;
|
||||
OpenAPI_mps_action_e mps_action;
|
||||
char *mps_id;
|
||||
char *mcs_id;
|
||||
struct OpenAPI_preemption_control_information_rm_s *preempt_control_info;
|
||||
|
|
@ -59,6 +61,7 @@ OpenAPI_app_session_context_update_data_t *OpenAPI_app_session_context_update_da
|
|||
char *mcptt_id,
|
||||
char *mc_video_id,
|
||||
OpenAPI_list_t* med_components,
|
||||
OpenAPI_mps_action_e mps_action,
|
||||
char *mps_id,
|
||||
char *mcs_id,
|
||||
OpenAPI_preemption_control_information_rm_t *preempt_control_info,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue