Change in osmo-bsc[master]: WIP: bsc: timeslot_fsm: Set TS state as unused instead of broken on P...

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

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Tue Nov 27 19:19:43 UTC 2018


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 <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181127/c96c9d90/attachment.htm>


More information about the gerrit-log mailing list