Neels Hofmeyr has uploaded this change for review. (
https://gerrit.osmocom.org/12021
Change subject: cosmetic: subscr_conn_fsm_auth_ciph() should be static
......................................................................
cosmetic: subscr_conn_fsm_auth_ciph() should be static
Only used in subscr_conn.c.
Change-Id: Iaa2c63d2b06f59d34e0465c40a98741f56ec526a
---
M src/libmsc/subscr_conn.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/21/12021/1
diff --git a/src/libmsc/subscr_conn.c b/src/libmsc/subscr_conn.c
index e6fa7e1..854b380 100644
--- a/src/libmsc/subscr_conn.c
+++ b/src/libmsc/subscr_conn.c
@@ -137,7 +137,7 @@
}
}
-void subscr_conn_fsm_auth_ciph(struct osmo_fsm_inst *fi, uint32_t event, void
*data)
+static void subscr_conn_fsm_auth_ciph(struct osmo_fsm_inst *fi, uint32_t
event, void *data)
{
/* If accepted, transition the state, all other cases mean failure. */
switch (event) {
--
To view, visit https://gerrit.osmocom.org/12021
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaa2c63d2b06f59d34e0465c40a98741f56ec526a
Gerrit-Change-Number: 12021
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <[email protected]>