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
8cd1ca56
Commit
8cd1ca56
authored
Oct 06, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20 MHz on same freq
parent
e0f6dfff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
common/utils/telnetsrv/telnetsrv_o1.c
common/utils/telnetsrv/telnetsrv_o1.c
+2
-2
No files found.
common/utils/telnetsrv/telnetsrv_o1.c
View file @
8cd1ca56
...
...
@@ -308,8 +308,8 @@ static int set_bwconfig(char *buf, int debug, telnet_printfunc_t prnt)
threequarter_fs
=
1
;
openair0_cfg
[
0
].
threequarter_fs
=
1
;
}
else
if
(
strcmp
(
buf
,
"20"
)
==
0
)
{
*
scc
->
downlinkConfigCommon
->
frequencyInfoDL
->
absoluteFrequencySSB
=
6
20736
;
frequencyInfoDL
->
absoluteFrequencyPointA
=
6
2003
6
;
*
scc
->
downlinkConfigCommon
->
frequencyInfoDL
->
absoluteFrequencySSB
=
6
41280
;
frequencyInfoDL
->
absoluteFrequencyPointA
=
6
4059
6
;
AssertFatal
(
frequencyInfoUL
->
absoluteFrequencyPointA
==
NULL
,
"only handle TDD
\n
"
);
frequencyInfoDL
->
scs_SpecificCarrierList
.
list
.
array
[
0
]
->
carrierBandwidth
=
51
;
initialDL
->
locationAndBandwidth
=
13750
;
...
...
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