Do not print error when UL RNTI is not valid

This commit is contained in:
Ismael Gomez 2020-02-17 13:11:43 +01:00
parent 72e6fa40fc
commit 21f01f6140
1 changed files with 0 additions and 1 deletions

View File

@ -291,7 +291,6 @@ uint16_t mac::get_ul_sched_rnti(uint32_t tti)
if (uernti.crnti) {
return uernti.crnti;
}
Error("Couldn't configure RNTI for UL transmission.\n");
return SRSLTE_INVALID_RNTI;
}