Change in osmo-bts[master]: gsm_data_shared: drop unused rach_b_thresh & rach_ldavg_slots

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/.

fixeria gerrit-no-reply at lists.osmocom.org
Fri Jun 5 13:40:35 UTC 2020


fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/18687 )

Change subject: gsm_data_shared: drop unused rach_b_thresh & rach_ldavg_slots
......................................................................

gsm_data_shared: drop unused rach_b_thresh & rach_ldavg_slots

Change-Id: I75ffc5c0c1f683adf0632bfe71ac51d1adfd97bd
---
M include/osmo-bts/gsm_data_shared.h
M src/common/gsm_data_shared.c
2 files changed, 0 insertions(+), 6 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h
index 75a4515..bcc818a 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -598,10 +598,6 @@
 		uint8_t rac;
 	} gprs;
 
-	/* RACH NM values */
-	int rach_b_thresh;
-	int rach_ldavg_slots;
-
 	/* transceivers */
 	int num_trx;
 	struct llist_head trx_list;
diff --git a/src/common/gsm_data_shared.c b/src/common/gsm_data_shared.c
index dc27e4f..dcf40d1 100644
--- a/src/common/gsm_data_shared.c
+++ b/src/common/gsm_data_shared.c
@@ -322,8 +322,6 @@
 	}
 	bts->c0->ts[0].pchan = GSM_PCHAN_CCCH_SDCCH4;
 
-	bts->rach_b_thresh = -1;
-	bts->rach_ldavg_slots = -1;
 	bts->features.data = &bts->_features_data[0];
 	bts->features.data_len = sizeof(bts->_features_data);
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/18687
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I75ffc5c0c1f683adf0632bfe71ac51d1adfd97bd
Gerrit-Change-Number: 18687
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200605/47a983ac/attachment.htm>


More information about the gerrit-log mailing list