Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-NWDAF
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
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-NWDAF
Commits
c64f188d
Commit
c64f188d
authored
Oct 08, 2021
by
Fang-WANG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set txgain
parent
1ce2154d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/nwdaf-app/nwdaf_app.cpp
src/nwdaf-app/nwdaf_app.cpp
+2
-0
No files found.
src/nwdaf-app/nwdaf_app.cpp
View file @
c64f188d
...
...
@@ -465,6 +465,7 @@ void nwdaf_app::handler_polling_get_information() {
if
(
service_bad_counter
>
nwdaf_cfg
.
app
.
SERVICE_BAD_TIME_THRESHOLD
)
{
set_gain_from_gNB
(
"
\"
message
\"
:
\"
rf
\"
,
\"
tx_gain
\"
:90"
);
gnb_gains_txgain
=
90
;
Logger
::
nwdaf_app
().
info
(
"service_bad_counter [%d] service_bad_time_threshold [%d] set txgain 90"
,
service_bad_counter
,
nwdaf_cfg
.
app
.
SERVICE_BAD_TIME_THRESHOLD
);
service_bad_counter
=
0
;
}
...
...
@@ -482,6 +483,7 @@ void nwdaf_app::handler_polling_get_information() {
if
(
service_no_counter
>
nwdaf_cfg
.
app
.
SERVICE_NO_TIME_THRESHOLD
)
{
set_gain_from_gNB
(
"
\"
message
\"
:
\"
rf
\"
,
\"
tx_gain
\"
:75"
);
gnb_gains_txgain
=
75
;
Logger
::
nwdaf_app
().
info
(
"service_no_counter [%d] service_no_time_threshold [%d] set txgain 75"
,
service_no_counter
,
nwdaf_cfg
.
app
.
SERVICE_NO_TIME_THRESHOLD
);
service_no_counter
=
0
;
service_mode
=
false
;
...
...
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