Pau Espin Pedrol has uploaded this change for review. ( 
https://gerrit.osmocom.org/11958


Change subject: WIP: bsc: timeslot_fsm: Set TS state as unused instead of 
broken on PDCH DEACT NACK
......................................................................

WIP: bsc: timeslot_fsm: Set TS state as unused instead of broken on PDCH DEACT 
NACK

The idea is to be able to recover from eventual or temporary failure in
TS and don't keep it broken forever until osmo-bsc is restarted.

Change-Id: I906e6123f40081b52c62bed1411fcd901981ae3d
---
M src/osmo-bsc/timeslot_fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/58/11958/1

diff --git a/src/osmo-bsc/timeslot_fsm.c b/src/osmo-bsc/timeslot_fsm.c
index f55633f..d45f7aa 100644
--- a/src/osmo-bsc/timeslot_fsm.c
+++ b/src/osmo-bsc/timeslot_fsm.c
@@ -512,7 +512,7 @@
                        
rate_ctr_inc(&ts->trx->bts->bts_ctrs->ctr[BTS_CTR_RSL_IPA_NACK]);
                /* For Osmocom style dyn TS, there actually is no NACK, since 
there is no RF Channel
                 * Release NACK message in RSL. */
-               ts_fsm_error(fi, TS_ST_BORKEN, "Received PDCH deactivation 
NACK");
+               ts_fsm_error(fi, TS_ST_UNUSED, "Received PDCH deactivation 
NACK");
                return;

        case TS_EV_LCHAN_REQUESTED:

--
To view, visit https://gerrit.osmocom.org/11958
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I906e6123f40081b52c62bed1411fcd901981ae3d
Gerrit-Change-Number: 11958
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>

Reply via email to