Follow-up on #1827

This commit is contained in:
Sukchan Lee 2022-10-13 17:52:02 +09:00
parent 8fb85db310
commit 24e20f2503
1 changed files with 1 additions and 1 deletions

View File

@ -3424,7 +3424,7 @@ int mme_m_tmsi_pool_generate()
int index = 0;
ogs_trace("M-TMSI Pool try to generate...");
for (i = 0; index < ogs_app()->max.ue; i++) {
for (i = 0; index < ogs_app()->max.ue*2; i++) {
mme_m_tmsi_t *m_tmsi = NULL;
int conflict = 0;