Commit 327e3e70 authored by Robert Schmidt's avatar Robert Schmidt

Perform UL slot check in pre-processor

parent 2e53fdea
...@@ -295,6 +295,9 @@ typedef struct NR_sched_pusch { ...@@ -295,6 +295,9 @@ typedef struct NR_sched_pusch {
uint16_t rbSize; uint16_t rbSize;
uint16_t rbStart; uint16_t rbStart;
// time-domain allocation for scheduled RBs
int time_domain_allocation;
/// MCS /// MCS
uint8_t mcs; uint8_t mcs;
} NR_sched_pusch_t; } NR_sched_pusch_t;
......
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