Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
NRW_NOA
osmo-bts
Commits
dd93cb43
Commit
dd93cb43
authored
Mar 02, 2017
by
Minh-Quang Nguyen
Browse files
LC15: Use RXQUAL-SUB for signal quality measurement
Change-Id: I55ef5888defc1efae947f34bf5c0eb0b706ffe22
parent
63c94020
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/common/measurement.c
src/common/measurement.c
+2
-2
No files found.
src/common/measurement.c
View file @
dd93cb43
...
...
@@ -855,8 +855,8 @@ int meas_preproc_avg(struct gsm_lchan *lchan)
preproc_cfg
->
ms_ave_cfg
[
IPAC_RXQUAL_AVE
].
ave_method
,
preproc_cfg
->
ms_ave_cfg
[
IPAC_RXQUAL_AVE
].
h_reqt
);
lchan
->
meas_preproc
.
ul_qual_ave_vec
[
lchan
->
meas_preproc
.
meas_idx
]
=
lchan
->
meas_preproc
.
ul_res
.
full
.
rx_qual
;
lchan
->
meas_preproc
.
dl_qual_ave_vec
[
lchan
->
meas_preproc
.
meas_idx
]
=
lchan
->
meas_preproc
.
dl_res
.
full
.
rx_qual
;
lchan
->
meas_preproc
.
ul_qual_ave_vec
[
lchan
->
meas_preproc
.
meas_idx
]
=
lchan
->
meas_preproc
.
ul_res
.
sub
.
rx_qual
;
lchan
->
meas_preproc
.
dl_qual_ave_vec
[
lchan
->
meas_preproc
.
meas_idx
]
=
lchan
->
meas_preproc
.
dl_res
.
sub
.
rx_qual
;
LOGP
(
DMEAS
,
LOGL_DEBUG
,
"%s Cached input ul_qual_ave_vec %s, idx=%d
\n
"
,
gsm_lchan_name
(
lchan
),
...
...
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