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 @@
|
|||
/*
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue