Commit bbd76ec0 authored by Robert Schmidt's avatar Robert Schmidt

Define function in UE to avoid linker error

parent e09fac26
...@@ -168,6 +168,9 @@ nr_bler_struct nr_bler_data[NR_NUM_MCS]; ...@@ -168,6 +168,9 @@ nr_bler_struct nr_bler_data[NR_NUM_MCS];
static void init_bler_table(char*); static void init_bler_table(char*);
// to be removed
void nr_mac_trigger_ul_failure(int rnti) { abort(); }
/*---------------------BMC: timespec helpers -----------------------------*/ /*---------------------BMC: timespec helpers -----------------------------*/
struct timespec min_diff_time = { .tv_sec = 0, .tv_nsec = 0 }; struct timespec min_diff_time = { .tv_sec = 0, .tv_nsec = 0 };
......
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