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

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;