[ABANDON] osmo-bts[master]: common/l1sap.c: also check BER and ToA for handover RACH

2018-03-05 Thread Vadim Yanitskiy
Vadim Yanitskiy has abandoned this change. Change subject: common/l1sap.c: also check BER and ToA for handover RACH .. Abandoned -- To view, visit https://gerrit.osmocom.org/7080 To unsubscribe, visit

osmo-bts[master]: common/l1sap.c: also check BER and ToA for handover RACH

2018-03-04 Thread Neels Hofmeyr
Patch Set 1: (2 comments) https://gerrit.osmocom.org/#/c/7080/1/src/common/l1sap.c File src/common/l1sap.c: Line 1199 this busy_thresh check here is above the "ber10k" check... Line 1234: btsb->load.rach.busy++; ...but here the "busy_thresh" check comes after the

[PATCH] osmo-bts[master]: common/l1sap.c: also check BER and ToA for handover RACH

2018-03-04 Thread Vadim Yanitskiy
Review at https://gerrit.osmocom.org/7080 common/l1sap.c: also check BER and ToA for handover RACH Both BER and ToA values are currently used to filter out possible noise, interference or ghosts. Previously this filtering was only performed for non-handover bursts, so let's fix this.