pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/40010?usp=email )
Change subject: xua_as_fsm: Remove unneeded double call to fill_notify_statchg_pars() ...................................................................... xua_as_fsm: Remove unneeded double call to fill_notify_statchg_pars() Recent commit introduced the helper func fill_notify_statchg_pars(), and while doing so it wrongly added calls to it twice in xua_as_fsm_onenter(). The first one is actually not needed, so remove it. Fixes: f2e324e2f82efc93fd2a1124fa216d680659ed40 Change-Id: I5d1e2768de13e9ab5ede849b3c06347c8669de1c --- M src/xua_as_fsm.c 1 file changed, 0 insertions(+), 2 deletions(-) git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/10/40010/1 diff --git a/src/xua_as_fsm.c b/src/xua_as_fsm.c index 0493b9b..5adc469 100644 --- a/src/xua_as_fsm.c +++ b/src/xua_as_fsm.c @@ -419,8 +419,6 @@ struct osmo_ss7_as *as = xafp->as; struct osmo_xlm_prim_notify npar; - fill_notify_statchg_pars(fi, &npar); - switch (fi->state) { case XUA_AS_S_INACTIVE: /* continue below */ -- To view, visit https://gerrit.osmocom.org/c/libosmo-sigtran/+/40010?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: libosmo-sigtran Gerrit-Branch: master Gerrit-Change-Id: I5d1e2768de13e9ab5ede849b3c06347c8669de1c Gerrit-Change-Number: 40010 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pes...@sysmocom.de>