Commit 18951f04 authored by Robert Schmidt's avatar Robert Schmidt

Update assertfatal message

parent a0746181
...@@ -323,7 +323,7 @@ int8_t nr_ue_process_dci_freq_dom_resource_assignment(nfapi_nr_ue_pusch_pdu_t *p ...@@ -323,7 +323,7 @@ int8_t nr_ue_process_dci_freq_dom_resource_assignment(nfapi_nr_ue_pusch_pdu_t *p
dlsch_config_pdu->start_rb = i; dlsch_config_pdu->start_rb = i;
state = 1; state = 1;
} else } else
AssertFatal(state == 1, "hole, not implemented\n"); AssertFatal(state == 1, "non-contiguous RB allocation in RB allocation type 0 not implemented");
} else { } else {
if (state == 1) { if (state == 1) {
state = 2; state = 2;
......
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