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
2a2ebfe8
Commit
2a2ebfe8
authored
Mar 21, 2025
by
Raghavendra Dinavahi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initialising dl,ul freq in psbchsim
parent
c1521773
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
openair1/SIMULATION/NR_PHY/psbchsim.c
openair1/SIMULATION/NR_PHY/psbchsim.c
+6
-3
No files found.
openair1/SIMULATION/NR_PHY/psbchsim.c
View file @
2a2ebfe8
...
...
@@ -177,14 +177,17 @@ static void configure_NR_UE(PHY_VARS_NR_UE *UE, int mu, int N_RB)
config
.
cell_config
.
frame_duplex_type
=
TDD
;
config
.
carrier_config
.
dl_grid_size
[
mu
]
=
N_RB
;
config
.
carrier_config
.
ul_grid_size
[
mu
]
=
N_RB
;
config
.
carrier_config
.
dl_frequency
=
0
;
config
.
carrier_config
.
uplink_frequency
=
0
;
config
.
carrier_config
.
dl_frequency
=
330000
0
;
config
.
carrier_config
.
uplink_frequency
=
330000
0
;
int
band
;
if
(
mu
==
1
)
band
=
78
;
if
(
mu
==
0
)
if
(
mu
==
0
)
{
band
=
34
;
config
.
carrier_config
.
dl_frequency
=
2010000
;
config
.
carrier_config
.
uplink_frequency
=
2010000
;
}
nr_init_frame_parms_ue
(
fp
,
&
config
,
band
);
fp
->
ofdm_offset_divisor
=
8
;
nr_dump_frame_parms
(
fp
);
...
...
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