From ca5a29dbe3dcc800bbc72fba40452608991aa845 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 20 Mar 2024 16:00:55 +0100 Subject: [PATCH] [SMF] Gy: Use correct QoS AVP descriptor from Gy instead of Gx one --- src/smf/gy-path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smf/gy-path.c b/src/smf/gy-path.c index d2ad29519..421961afd 100644 --- a/src/smf/gy-path.c +++ b/src/smf/gy-path.c @@ -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 */