Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhongxiao
OpenXG-RAN
Commits
2a1ece67
Commit
2a1ece67
authored
Feb 01, 2024
by
lfq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes in nb
parent
43afdc90
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
9 deletions
+11
-9
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c
+3
-0
targets/PROJECTS/GENERIC-LTE-EPC/CONF/gnb.band78.tm1.106PRB.usrpn300.conf
.../GENERIC-LTE-EPC/CONF/gnb.band78.tm1.106PRB.usrpn300.conf
+1
-1
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.273PRB.oxgrf.conf
...S/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.273PRB.oxgrf.conf
+7
-8
No files found.
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c
View file @
2a1ece67
...
...
@@ -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
...
...
targets/PROJECTS/GENERIC-LTE-EPC/CONF/gnb.band78.tm1.106PRB.usrpn300.conf
View file @
2a1ece67
...
...
@@ -20,7 +20,7 @@ gNBs =
tr_s_preference
=
"local_mac"
//////////
Physical
parameters
:
min_rxtxtime
=
6
servingCellConfigCommon
= (
{
#spCellConfigCommon
...
...
targets/PROJECTS/GENERIC-NR-5GC/CONF/gnb.sa.band78.fr1.273PRB.oxgrf.conf
View file @
2a1ece67
...
...
@@ -18,10 +18,9 @@ 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
= (
{
# spCellConfigCommon
...
...
@@ -192,9 +191,9 @@ MACRLCs = (
pusch_FailureThres
=
1000
;
ulsch_max_frame_inactivity
=
0
;
ul_max_mcs
=
28
;
target_dl_rb
=
10
0
;
target_dl_mcs
=
18
;
target_dl_slotmap
=
4
;
target_dl_rb
=
25
0
;
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
=
3
0
;
att_tx
=
4
0
;
att_rx
=
0
;
bands
= [
78
];
max_pdschReferenceSignalPower
= -
27
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment