Skip to content
Snippets Groups Projects
Commit df3ebacd authored by Cédric Roux's avatar Cédric Roux
Browse files

add an assert

parent 6abbf040
No related branches found
No related tags found
No related merge requests found
...@@ -1765,6 +1765,7 @@ void fill_uci_harq_indication(PHY_VARS_eNB *eNB, ...@@ -1765,6 +1765,7 @@ void fill_uci_harq_indication(PHY_VARS_eNB *eNB,
uint16_t tdd_multiplexing_mask) { uint16_t tdd_multiplexing_mask) {
int UE_id=find_dlsch(uci->rnti,eNB,SEARCH_EXIST); int UE_id=find_dlsch(uci->rnti,eNB,SEARCH_EXIST);
AssertFatal(UE_id>=0,"UE_id doesn't exist\n");
pthread_mutex_lock(&eNB->UL_INFO_mutex); pthread_mutex_lock(&eNB->UL_INFO_mutex);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment