Hoernchen has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bts/+/14762
Change subject: remove dummy UL measurement results for lost sacch frames
......................................................................
remove dummy UL measurement results for lost sacch frames
The current measurement code is able to work with too few measurement
results, so adding dmumy measurements upon loss detection at the next tx
time is pointless.
Related: OS#3780
Change-Id: Idfa123f8d02a9d8be1f6de6923fc2a8628020145
---
M src/osmo-bts-trx/scheduler_trx.c
1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/62/14762/1
diff --git a/src/osmo-bts-trx/scheduler_trx.c b/src/osmo-bts-trx/scheduler_trx.c
index ade3cff..72764ae 100644
--- a/src/osmo-bts-trx/scheduler_trx.c
+++ b/src/osmo-bts-trx/scheduler_trx.c
@@ -198,9 +198,6 @@
/* TODO: Should we pass old TOA here? Otherwise we risk
* unnecessary decreasing TA */
- /* Send uplink measurement information to L2 */
- l1if_process_meas_res(l1t->trx, tn, fn,
trx_chan_desc[chan].chan_nr | tn,
- 456, 456, -110, 0);
/* FIXME: use actual values for BER etc */
_sched_compose_ph_data_ind(l1t, tn, 0, chan, NULL, 0,
-110, 0, 0, 10000,
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/14762
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Idfa123f8d02a9d8be1f6de6923fc2a8628020145
Gerrit-Change-Number: 14762
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen <[email protected]>
Gerrit-MessageType: newchange