mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
[MME] Handle Charging Characteristics
Found no support for HSS provided charging characteristics. Following TS32.251 A.4: - Use PDN level CC, if one wasn't provided then use subscription level CC - Don't send CC in S11 if it wasn't included
This commit is contained in:
parent
d2ef555ce4
commit
68140efce4
7 changed files with 63 additions and 3 deletions
|
|
@ -103,6 +103,7 @@ extern struct dict_object *ogs_diam_s6a_apn_configuration;
|
|||
extern struct dict_object *ogs_diam_s6a_max_bandwidth_ul;
|
||||
extern struct dict_object *ogs_diam_s6a_max_bandwidth_dl;
|
||||
extern struct dict_object *ogs_diam_s6a_pdn_type;
|
||||
extern struct dict_object *ogs_diam_s6a_3gpp_charging_characteristics;
|
||||
extern struct dict_object *ogs_diam_s6a_served_party_ip_address;
|
||||
extern struct dict_object *ogs_diam_s6a_eps_subscribed_qos_profile;
|
||||
extern struct dict_object *ogs_diam_s6a_qos_class_identifier;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue