Neels Hofmeyr has submitted this change and it was merged. (
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(-)
Approvals:
Pau Espin Pedrol: Looks good to me, approved
Vadim Yanitskiy: Looks good to me, but someone else must approve
diff --git a/src/libmsc/subscr_conn.c b/src/libmsc/subscr_conn.c
index 78af274..a63297f 100644
--- a/src/libmsc/subscr_conn.c
+++ b/src/libmsc/subscr_conn.c
@@ -136,7 +136,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: merged
Gerrit-Change-Id: Iaa2c63d2b06f59d34e0465c40a98741f56ec526a
Gerrit-Change-Number: 12021
Gerrit-PatchSet: 8
Gerrit-Owner: Neels Hofmeyr <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: Vadim Yanitskiy <[email protected]>