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

2020-06-05 Thread fixeria
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 = >_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 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria 
Gerrit-Reviewer: laforge 
Gerrit-MessageType: merged


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

2020-06-04 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/18687 )

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


Patch Set 1: Code-Review+2


--
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 
Gerrit-Reviewer: laforge 
Gerrit-CC: Jenkins Builder
Gerrit-Comment-Date: Thu, 04 Jun 2020 22:18:18 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


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

2020-06-04 Thread fixeria
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 = >_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 
Gerrit-MessageType: newchange