Commit 11a1dd09 authored by Cedric Roux's avatar Cedric Roux

fix: hack to have the UE compile

This is a quick and dirty solution, something better is needed.
parent 5fcc9a61
......@@ -5158,3 +5158,11 @@ main()
#endif
/* HACK: this function is needed to compile the UE
* fix it somehow
*/
int8_t find_dlsch(uint16_t rnti, PHY_VARS_eNB *eNB,find_type_t type)
{
printf("you cannot read this\n");
abort();
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment