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/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/15986 )
Change subject: xua: Fix private function name
......................................................................
xua: Fix private function name
The function clearly does stuff the other way as its name used to
describe.
Change-Id: Ib65a0f2706e2eefe2446d3c9a6bdd19cf9cb81f2
---
M src/xua_as_fsm.c
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/src/xua_as_fsm.c b/src/xua_as_fsm.c
index 97a2107..ab98da8 100644
--- a/src/xua_as_fsm.c
+++ b/src/xua_as_fsm.c
@@ -35,7 +35,7 @@
return msg;
}
-static int asp_notify_all_as(struct osmo_ss7_as *as, struct osmo_xlm_prim_notify *npar)
+static int as_notify_all_asp(struct osmo_ss7_as *as, struct osmo_xlm_prim_notify *npar)
{
struct msgb *msg;
unsigned int i, sent = 0;
@@ -264,7 +264,7 @@
/* TODO: ASP-Id of ASP triggering this state change */
- asp_notify_all_as(xafp->as, &npar);
+ as_notify_all_asp(xafp->as, &npar);
};
static void xua_as_fsm_inactive(struct osmo_fsm_inst *fi, uint32_t event, void *data)
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/15986
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: Ib65a0f2706e2eefe2446d3c9a6bdd19cf9cb81f2
Gerrit-Change-Number: 15986
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191106/00d13a4e/attachment.htm>