mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-02 13:03:31 +00:00
[SMF] Gy: Use correct QoS AVP descriptor from Gy instead of Gx one
This commit is contained in:
committed by
Sukchan Lee
parent
12158eebb8
commit
ca5a29dbe3
@@ -198,7 +198,7 @@ static void fill_qos_information(smf_sess_t *sess, struct avp *parent_avp)
|
||||
union avp_value val;
|
||||
struct avp *avpch1, *avpch2, *avpch3;
|
||||
|
||||
ret = fd_msg_avp_new(ogs_diam_gx_qos_information, 0, &avpch1);
|
||||
ret = fd_msg_avp_new(ogs_diam_gy_qos_information, 0, &avpch1);
|
||||
ogs_assert(ret == 0);
|
||||
|
||||
/* QoS-Class-Identifier */
|
||||
|
||||
Reference in New Issue
Block a user