This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/18972 )
Change subject: osmo-bts-trx/scheduler: get rid of unused 'meas' in l1sched_chan_state
......................................................................
osmo-bts-trx/scheduler: get rid of unused 'meas' in l1sched_chan_state
Change-Id: I4337cfdc393ec44df9bb9824ba4981eaf5b45f0b
---
M include/osmo-bts/scheduler.h
1 file changed, 1 insertion(+), 4 deletions(-)
Approvals:
laforge: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/include/osmo-bts/scheduler.h b/include/osmo-bts/scheduler.h
index e65665f..bc2fb69 100644
--- a/include/osmo-bts/scheduler.h
+++ b/include/osmo-bts/scheduler.h
@@ -127,10 +127,7 @@
uint8_t dl_encr_key[MAX_A5_KEY_LEN];
/* measurements */
- struct {
- int32_t toa256_sum; /* sum of TOA values (1/256 symbol) */
- int toa_num; /* number of TOA value */
- } meas;
+ /* TODO: measurement history (ring buffer) will be added here */
/* handover */
bool ho_rach_detect; /* if rach detection is on */
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/18972
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I4337cfdc393ec44df9bb9824ba4981eaf5b45f0b
Gerrit-Change-Number: 18972
Gerrit-PatchSet: 3
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200630/6636e5f0/attachment.htm>