From 868e40e19b0c14f24205ce31e6d42bbf650c2dd3 Mon Sep 17 00:00:00 2001 From: Mahesh <maheshaithal@iisc.ac.in> Date: Fri, 15 Jan 2021 19:30:41 +0530 Subject: [PATCH] Resolved errors due to merge --- nfapi/nrNFAPI.md | 4 ++-- openair2/LAYER2/NR_MAC_gNB/gNB_scheduler.c | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/nfapi/nrNFAPI.md b/nfapi/nrNFAPI.md index 607673305f2..299a43fd932 100644 --- a/nfapi/nrNFAPI.md +++ b/nfapi/nrNFAPI.md @@ -14,12 +14,12 @@ sudo ./build_oai --gNB --UE ### VNF command ``` -sudo ./nr-softmodem -O ../../../targets/PROJECTS/GENERIC-LTE-EPC/CONF/rcc.band78.tm1.106PRB.nfapi.conf --vnf --noS1 --phy-test +sudo ./nr-softmodem -O ../../../targets/PROJECTS/GENERIC-LTE-EPC/CONF/rcc.band78.tm1.106PRB.nfapi.conf --nfapi 2 --noS1 --phy-test ``` ### PNF command ``` -sudo ./nr-softmodem -O ../../../targets/PROJECTS/GENERIC-LTE-EPC/CONF/oaiL1.nfapi.usrpx300.conf --pnf --rfsim --phy-test --rfsimulator.serveraddr server +sudo ./nr-softmodem -O ../../../targets/PROJECTS/GENERIC-LTE-EPC/CONF/oaiL1.nfapi.usrpx300.conf --nfapi 1 --rfsim --phy-test --rfsimulator.serveraddr server ``` ### UE command diff --git a/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler.c b/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler.c index 3b81cc2122f..674c6f30e6a 100644 --- a/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler.c +++ b/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler.c @@ -361,14 +361,8 @@ gNB_dlsch_ulsch_scheduler(module_id_t module_idP, nr_rlc_tick(frame, slot >> *scc->ssbSubcarrierSpacing); nr_rrc_trigger(&ctxt, 0 /*CC_id*/, frame, slot >> *scc->ssbSubcarrierSpacing); } -<<<<<<< HEAD - - const uint64_t dlsch_in_slot_bitmap = (1 << 1) | (1 << 2); - //const uint64_t dlsch_in_slot_bitmap = (1 << 2); -======= const uint64_t dlsch_in_slot_bitmap = (1 << 1) | (1 << 3); ->>>>>>> develop const uint64_t ulsch_in_slot_bitmap = (1 << 8); memset(RC.nrmac[module_idP]->cce_list[bwp_id][0],0,MAX_NUM_CCE*sizeof(int)); // coreset0 -- GitLab