laforge has submitted this change. ( 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(-)
Approvals: osmith: Looks good to me, but someone else must approve Jenkins Builder: Verified fixeria: Looks good to me, approved
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 */