Change in libosmo-sccp[master]: xua: Fix private function name

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

pespin gerrit-no-reply at lists.osmocom.org
Tue Nov 5 20:13:06 UTC 2019


pespin has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/86/15986/1

diff --git a/src/xua_as_fsm.c b/src/xua_as_fsm.c
index cf75ef3..6f6ccff 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;
@@ -260,7 +260,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: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191105/80652eac/attachment.htm>


More information about the gerrit-log mailing list