From 31deecb03fa2d214d2f90c6943a853d83ff9f441 Mon Sep 17 00:00:00 2001 From: EugeneBogush Date: Mon, 12 Jun 2023 23:22:07 +0300 Subject: [PATCH] fix Gy for 3GPP-User-Location-Info --- 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 852e12d1d..0c2d56298 100644 --- a/src/smf/gy-path.c +++ b/src/smf/gy-path.c @@ -512,7 +512,7 @@ static void fill_service_information_ccr(smf_sess_t *sess, } /* 3GPP-User-Location-Info, 3GPP TS 29.061 16.4.7.2 22 */ - smf_fd_msg_avp_add_3gpp_uli(sess, req); + smf_fd_msg_avp_add_3gpp_uli(sess, (struct msg *)avpch1); if (sess->smf_ue->imeisv_len > 0) { /* User-Equipment-Info, 3GPP TS 32.299 7.1.17 */