Commit ef0a267c authored by mlysenko's avatar mlysenko Committed by Jerome Peraldi

Make USRP Setup work

parent 85367ea1
......@@ -635,7 +635,7 @@ add_boolean_option(LINUX_LIST False "used only in lists.c: either u
# PHY options
##########################
add_boolean_option(LOCALIZATION False "???" ON)
add_integer_option(MAX_NUM_CCs 3 "????" ON)
add_integer_option(MAX_NUM_CCs 1 "????" ON)
add_boolean_option(SMBV False "Rohde&Schwarz SMBV100A vector signal generator" ON)
add_boolean_option(DEBUG_PHY False "Enable PHY layer debugging options" ON)
add_boolean_option(DEBUG_PHY_PROC False "Enable debugging of PHY layer procedures" ON)
......
......@@ -217,9 +217,11 @@ void gNB_dlsch_ulsch_scheduler(module_id_t module_idP,
nr_schedule_ue_spec(module_idP, frame, slot);
stop_meas(&gNB->schedule_dlsch);
// This schedules Paging in slot
schedule_nr_PCH(module_idP, frame, slot);
if (RC.ss.mode >= SS_SOFTMODEM)
{
// This schedules Paging in slot
schedule_nr_PCH(module_idP, frame, slot);
}
nr_sr_reporting(gNB, frame, slot);
nr_schedule_pucch(gNB, frame, slot);
......
......@@ -861,8 +861,8 @@ static void rrc_gNB_generate_defaultRRCReconfiguration(const protocol_ctxt_t *co
buffer,
RRC_BUF_SIZE,
xid,
*SRB_configList2,
*DRB_configList,
(RC.ss.mode >= SS_SOFTMODEM)?*SRB_configList2:NULL,
(RC.ss.mode >= SS_SOFTMODEM)?*DRB_configList:NULL,
NULL,
NULL,
NULL,
......
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