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
8d47c0b2
Commit
8d47c0b2
authored
Apr 22, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correctly set threequarter_fs after changes in develop
parent
a44a81e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
common/utils/telnetsrv/telnetsrv_o1.c
common/utils/telnetsrv/telnetsrv_o1.c
+2
-6
No files found.
common/utils/telnetsrv/telnetsrv_o1.c
View file @
8d47c0b2
...
@@ -323,8 +323,6 @@ static int set_config(char *buf, int debug, telnet_printfunc_t prnt)
...
@@ -323,8 +323,6 @@ static int set_config(char *buf, int debug, telnet_printfunc_t prnt)
return
0
;
return
0
;
}
}
extern
int8_t
threequarter_fs
;
extern
openair0_config_t
openair0_cfg
[
MAX_CARDS
];
static
int
set_bwconfig
(
char
*
buf
,
int
debug
,
telnet_printfunc_t
prnt
)
static
int
set_bwconfig
(
char
*
buf
,
int
debug
,
telnet_printfunc_t
prnt
)
{
{
if
(
running
)
if
(
running
)
...
@@ -352,8 +350,7 @@ static int set_bwconfig(char *buf, int debug, telnet_printfunc_t prnt)
...
@@ -352,8 +350,7 @@ static int set_bwconfig(char *buf, int debug, telnet_printfunc_t prnt)
initialDL
->
locationAndBandwidth
=
28875
;
initialDL
->
locationAndBandwidth
=
28875
;
frequencyInfoUL
->
scs_SpecificCarrierList
.
list
.
array
[
0
]
->
carrierBandwidth
=
106
;
frequencyInfoUL
->
scs_SpecificCarrierList
.
list
.
array
[
0
]
->
carrierBandwidth
=
106
;
initialUL
->
locationAndBandwidth
=
28875
;
initialUL
->
locationAndBandwidth
=
28875
;
threequarter_fs
=
1
;
get_softmodem_params
()
->
threequarter_fs
=
1
;
openair0_cfg
[
0
].
threequarter_fs
=
1
;
}
else
if
(
strcmp
(
buf
,
"20"
)
==
0
)
{
}
else
if
(
strcmp
(
buf
,
"20"
)
==
0
)
{
*
scc
->
downlinkConfigCommon
->
frequencyInfoDL
->
absoluteFrequencySSB
=
641280
;
*
scc
->
downlinkConfigCommon
->
frequencyInfoDL
->
absoluteFrequencySSB
=
641280
;
frequencyInfoDL
->
absoluteFrequencyPointA
=
640596
;
frequencyInfoDL
->
absoluteFrequencyPointA
=
640596
;
...
@@ -362,8 +359,7 @@ static int set_bwconfig(char *buf, int debug, telnet_printfunc_t prnt)
...
@@ -362,8 +359,7 @@ static int set_bwconfig(char *buf, int debug, telnet_printfunc_t prnt)
initialDL
->
locationAndBandwidth
=
13750
;
initialDL
->
locationAndBandwidth
=
13750
;
frequencyInfoUL
->
scs_SpecificCarrierList
.
list
.
array
[
0
]
->
carrierBandwidth
=
51
;
frequencyInfoUL
->
scs_SpecificCarrierList
.
list
.
array
[
0
]
->
carrierBandwidth
=
51
;
initialUL
->
locationAndBandwidth
=
13750
;
initialUL
->
locationAndBandwidth
=
13750
;
threequarter_fs
=
0
;
get_softmodem_params
()
->
threequarter_fs
=
0
;
openair0_cfg
[
0
].
threequarter_fs
=
0
;
}
else
{
}
else
{
ERROR_MSG_RET
(
"unhandled option %s
\n
"
,
buf
);
ERROR_MSG_RET
(
"unhandled option %s
\n
"
,
buf
);
}
}
...
...
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