Commit 20f88953 authored by Thomas Schlichter's avatar Thomas Schlichter

fix nr_dlsim: make dmrs_config_type optional again

parent ff5eb3e6
...@@ -1428,8 +1428,6 @@ void update_dmrs_config(NR_CellGroupConfig_t *scg, int8_t* dmrs_arg) ...@@ -1428,8 +1428,6 @@ void update_dmrs_config(NR_CellGroupConfig_t *scg, int8_t* dmrs_arg)
dmrs_config_type = NFAPI_NR_DMRS_TYPE1; dmrs_config_type = NFAPI_NR_DMRS_TYPE1;
} else if(dmrs_arg[2] == 2) { } else if(dmrs_arg[2] == 2) {
dmrs_config_type = NFAPI_NR_DMRS_TYPE2; dmrs_config_type = NFAPI_NR_DMRS_TYPE2;
} else {
AssertFatal(1==0,"Incorrect DMRS Configuration Type, valid options 1-type1, 2-type2\n");
} }
NR_BWP_Downlink_t *bwp = scg->spCellConfig->spCellConfigDedicated->downlinkBWP_ToAddModList->list.array[0]; NR_BWP_Downlink_t *bwp = scg->spCellConfig->spCellConfigDedicated->downlinkBWP_ToAddModList->list.array[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