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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
008f9060
Commit
008f9060
authored
Feb 07, 2021
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unitary simulators tested
parent
edff4770
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
openair1/PHY/INIT/nr_init.c
openair1/PHY/INIT/nr_init.c
+1
-1
openair1/SIMULATION/NR_PHY/prachsim.c
openair1/SIMULATION/NR_PHY/prachsim.c
+2
-1
No files found.
openair1/PHY/INIT/nr_init.c
View file @
008f9060
...
...
@@ -554,7 +554,7 @@ void init_nr_transport(PHY_VARS_gNB *gNB) {
for
(
i
=
0
;
i
<
NUMBER_OF_NR_ULSCH_MAX
;
i
++
)
{
LOG_I
(
PHY
,
"Allocating Transport Channel Buffer for ULSCH
, UE %d
\n
"
,
i
);
LOG_I
(
PHY
,
"Allocating Transport Channel Buffer for ULSCH
%d/%d
\n
"
,
i
,
NUMBER_OF_NR_ULSCH_MAX
);
for
(
j
=
0
;
j
<
2
;
j
++
)
{
// ULSCH for data
...
...
openair1/SIMULATION/NR_PHY/prachsim.c
View file @
008f9060
...
...
@@ -438,7 +438,8 @@ int main(int argc, char **argv){
ru
->
if_south
=
LOCAL_RF
;
ru
->
nb_tx
=
n_tx
;
ru
->
nb_rx
=
n_rx
;
ru
->
num_gNB
=
1
;
ru
->
gNB_list
[
0
]
=
gNB
;
gNB
->
gNB_config
.
carrier_config
.
num_tx_ant
.
value
=
1
;
gNB
->
gNB_config
.
carrier_config
.
num_rx_ant
.
value
=
1
;
if
(
mu
==
1
)
...
...
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