fixeria has uploaded this change for review.
bssmap_reset: pass -1 to osmo_tdef_fsm_inst_state_chg()
Since timer T4 is now defined in gsm_network_T_defs[], we can pass
-1 to osmo_tdef_fsm_inst_state_chg(), so that it abort()s if the
respective timer is not found.
Change-Id: I2533dc73ddb9498f09824d59f5d189517f30abc0
Related: SYS#5796
---
M src/osmo-bsc/bssmap_reset.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/89/27089/1
diff --git a/src/osmo-bsc/bssmap_reset.c b/src/osmo-bsc/bssmap_reset.c
index beb8968..4d24c01 100644
--- a/src/osmo-bsc/bssmap_reset.c
+++ b/src/osmo-bsc/bssmap_reset.c
@@ -47,7 +47,7 @@
osmo_tdef_fsm_inst_state_chg(FI, STATE, \
bssmap_reset_timeouts, \
(bsc_gsmnet)->T_defs, \
- 5)
+ -1)
struct bssmap_reset *bssmap_reset_alloc(void *ctx, const char *label, const struct bssmap_reset_cfg *cfg)
{
To view, visit change 27089. To unsubscribe, or for help writing mail filters, visit settings.