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
littleBu
OpenXG-RAN
Commits
c71c9de9
Commit
c71c9de9
authored
7 months ago
by
Ronak Kanthaliya
Committed by
Robert Schmidt
4 months ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Additional BW configurability on telnet server
parent
aba506e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
common/utils/telnetsrv/telnetsrv_o1.c
common/utils/telnetsrv/telnetsrv_o1.c
+18
-0
No files found.
common/utils/telnetsrv/telnetsrv_o1.c
View file @
c71c9de9
...
@@ -323,6 +323,24 @@ static int set_bwconfig(char *buf, int debug, telnet_printfunc_t prnt)
...
@@ -323,6 +323,24 @@ static int set_bwconfig(char *buf, int debug, telnet_printfunc_t prnt)
frequencyInfoUL
->
scs_SpecificCarrierList
.
list
.
array
[
0
]
->
carrierBandwidth
=
51
;
frequencyInfoUL
->
scs_SpecificCarrierList
.
list
.
array
[
0
]
->
carrierBandwidth
=
51
;
initialUL
->
locationAndBandwidth
=
13750
;
initialUL
->
locationAndBandwidth
=
13750
;
get_softmodem_params
()
->
threequarter_fs
=
0
;
get_softmodem_params
()
->
threequarter_fs
=
0
;
}
else
if
(
strcmp
(
buf
,
"100"
)
==
0
)
{
*
scc
->
downlinkConfigCommon
->
frequencyInfoDL
->
absoluteFrequencySSB
=
646668
;
frequencyInfoDL
->
absoluteFrequencyPointA
=
643392
;
AssertFatal
(
frequencyInfoUL
->
absoluteFrequencyPointA
==
NULL
,
"only handle TDD
\n
"
);
frequencyInfoDL
->
scs_SpecificCarrierList
.
list
.
array
[
0
]
->
carrierBandwidth
=
273
;
initialDL
->
locationAndBandwidth
=
1099
;
frequencyInfoUL
->
scs_SpecificCarrierList
.
list
.
array
[
0
]
->
carrierBandwidth
=
273
;
initialUL
->
locationAndBandwidth
=
1099
;
get_softmodem_params
()
->
threequarter_fs
=
0
;
}
else
if
(
strcmp
(
buf
,
"60"
)
==
0
)
{
*
scc
->
downlinkConfigCommon
->
frequencyInfoDL
->
absoluteFrequencySSB
=
621984
;
frequencyInfoDL
->
absoluteFrequencyPointA
=
620040
;
AssertFatal
(
frequencyInfoUL
->
absoluteFrequencyPointA
==
NULL
,
"only handle TDD
\n
"
);
frequencyInfoDL
->
scs_SpecificCarrierList
.
list
.
array
[
0
]
->
carrierBandwidth
=
162
;
initialDL
->
locationAndBandwidth
=
31624
;
frequencyInfoUL
->
scs_SpecificCarrierList
.
list
.
array
[
0
]
->
carrierBandwidth
=
162
;
initialUL
->
locationAndBandwidth
=
31624
;
get_softmodem_params
()
->
threequarter_fs
=
0
;
}
else
{
}
else
{
ERROR_MSG_RET
(
"unhandled option %s
\n
"
,
buf
);
ERROR_MSG_RET
(
"unhandled option %s
\n
"
,
buf
);
}
}
...
...
This diff is collapsed.
Click to expand it.
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