Commit 2a1ece67 authored by lfq's avatar lfq

minor changes in nb

parent 43afdc90
......@@ -1079,6 +1079,9 @@ void nr_schedule_ue_spec(module_id_t module_id,
// Precoding
pdsch_pdu->precodingAndBeamforming.prg_size = pdsch_pdu->rbSize;
pdsch_pdu->precodingAndBeamforming.prgs_list[0].pm_idx = sched_pdsch->pm_index;
LOG_D(MAC, "dlDmrsScramblingId %d SCID %d, bwp %d %d\n", pdsch_pdu->dlDmrsScramblingId,
pdsch_pdu->SCID,pdsch_pdu->BWPStart, pdsch_pdu->BWPSize);
// TBS_LBRM according to section 5.4.2.1 of 38.212
// TODO: verify the case where pdsch_servingcellconfig is NULL, in which case
// in principle maxMIMO_layers should be given by the maximum number of layers
......
......@@ -20,7 +20,7 @@ gNBs =
tr_s_preference = "local_mac"
////////// Physical parameters:
min_rxtxtime=6
servingCellConfigCommon = (
{
#spCellConfigCommon
......
......@@ -18,11 +18,10 @@ gNBs = (
min_rxtxtime = 6;
pdsch_AntennaPorts_XP = 1;
pusch_AntennaPorts = 1;
do_CSIRS = 1;
do_SRS = 1;
do_CSIRS = 0;
do_SRS = 0;
ul_prbblacklist = "135,136,137,138"
servingCellConfigCommon = (
servingCellConfigCommon = (
{
# spCellConfigCommon
......@@ -192,9 +191,9 @@ MACRLCs = (
pusch_FailureThres = 1000;
ulsch_max_frame_inactivity = 0;
ul_max_mcs = 28;
target_dl_rb = 100;
target_dl_mcs = 18;
target_dl_slotmap = 4;
target_dl_rb = 250;
target_dl_mcs = 26;
target_dl_slotmap =129150;# 126;
}
);
......@@ -212,7 +211,7 @@ RUs = (
local_rf = "yes"
nb_tx = 1
nb_rx = 1
att_tx = 30;
att_tx = 40;
att_rx = 0;
bands = [78];
max_pdschReferenceSignalPower = -27;
......
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