[Release-17] Upgrade SBI to v17.x.0

This commit is contained in:
Sukchan Lee 2023-03-01 19:56:49 +09:00
parent 969c116e77
commit 4d44b1843e
1687 changed files with 121604 additions and 9310 deletions

View file

@ -1,7 +1,7 @@
/*
* acc_net_ch_id.h
*
*
* Contains the access network charging identifier for the PCC rule(s) or for the whole PDU session.
*/
#ifndef _OpenAPI_acc_net_ch_id_H_
@ -19,14 +19,18 @@ extern "C" {
typedef struct OpenAPI_acc_net_ch_id_s OpenAPI_acc_net_ch_id_t;
typedef struct OpenAPI_acc_net_ch_id_s {
bool is_acc_net_cha_id_value;
int acc_net_cha_id_value;
char *acc_net_charg_id;
OpenAPI_list_t *ref_pcc_rule_ids;
bool is_session_ch_scope;
int session_ch_scope;
} OpenAPI_acc_net_ch_id_t;
OpenAPI_acc_net_ch_id_t *OpenAPI_acc_net_ch_id_create(
bool is_acc_net_cha_id_value,
int acc_net_cha_id_value,
char *acc_net_charg_id,
OpenAPI_list_t *ref_pcc_rule_ids,
bool is_session_ch_scope,
int session_ch_scope