[SMF] Fixed Gy Service-Context-Id

This commit is contained in:
Sukchan Lee 2023-04-04 21:30:19 +09:00
parent b9a3157467
commit e828f98bb6
1 changed files with 1 additions and 1 deletions

View File

@ -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);