Update mme-sm.c (#1609)

This commit is contained in:
jmasterfunk84 2022-06-14 15:13:49 -06:00 committed by GitHub
parent 038d383584
commit 59a457fa40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ void mme_state_operational(ogs_fsm_t *s, mme_event_t *e)
else
enb->max_num_of_ostreams = max_num_of_ostreams;
ogs_info("eNB-N2[%s] max_num_of_ostreams : %d",
ogs_info("eNB-S1[%s] max_num_of_ostreams : %d",
OGS_ADDR(enb->sctp.addr, buf), enb->max_num_of_ostreams);
break;