From e828f98bb6dfa0b3dd9abd4ba65f987d5cae4878 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Tue, 4 Apr 2023 21:30:19 +0900 Subject: [PATCH] [SMF] Fixed Gy Service-Context-Id --- 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 89f2f7350..55f558d00 100644 --- a/src/smf/gy-path.c +++ b/src/smf/gy-path.c @@ -566,7 +566,7 @@ void smf_gy_send_ccr(smf_sess_t *sess, void *xact, struct sess_state *sess_data = NULL, *svg; struct session *session = NULL; int new; - const char *service_context_id = "open5gs-smfd@open5gs.org"; + const char *service_context_id = "32251@3gpp.org"; uint32_t timestamp; ogs_assert(xact);