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
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* sm_policy_decision.h
|
||||
*
|
||||
*
|
||||
* Contains the SM policies authorized by the PCF.
|
||||
*/
|
||||
|
||||
#ifndef _OpenAPI_sm_policy_decision_H_
|
||||
|
|
@ -56,6 +56,8 @@ typedef struct OpenAPI_sm_policy_decision_s {
|
|||
int offline;
|
||||
bool is_online;
|
||||
int online;
|
||||
bool is_offline_ch_only;
|
||||
int offline_ch_only;
|
||||
OpenAPI_list_t *policy_ctrl_req_triggers;
|
||||
OpenAPI_list_t *last_req_rule_data;
|
||||
struct OpenAPI_requested_usage_data_s *last_req_usage_data;
|
||||
|
|
@ -94,6 +96,8 @@ OpenAPI_sm_policy_decision_t *OpenAPI_sm_policy_decision_create(
|
|||
int offline,
|
||||
bool is_online,
|
||||
int online,
|
||||
bool is_offline_ch_only,
|
||||
int offline_ch_only,
|
||||
OpenAPI_list_t *policy_ctrl_req_triggers,
|
||||
OpenAPI_list_t *last_req_rule_data,
|
||||
OpenAPI_requested_usage_data_t *last_req_usage_data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue