Small fix for SIB sched info messages

This commit is contained in:
Paul Sutton 2018-05-31 11:28:54 +01:00
parent 9e8b68821c
commit c061c57639
1 changed files with 1 additions and 0 deletions

View File

@ -763,6 +763,7 @@ bool rrc::si_acquire(uint32_t sib_index)
if ((uint32_t) sib1->sched_info[i].sib_mapping_info[j].sib_type == sib_index - 2) {
period = liblte_rrc_si_periodicity_num[sib1->sched_info[i].si_periodicity];
sched_index = i;
found = true;
}
}
}