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
Thu Jun 4 20:20:51 UTC 2020


fixeria has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/87/18687/1

diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h
index a9d358b..2e10b67 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -594,10 +594,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: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200604/d812c0df/attachment.htm>


More information about the gerrit-log mailing list