Commit f392154c authored by Robert Schmidt's avatar Robert Schmidt

Perform UL slot check in pre-processor

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