Change in osmo-bsc[master]: abis_om2000: Mark om2k_mo_fsm_start() as static

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.org
Tue Dec 29 17:30:54 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/21828 )

Change subject: abis_om2000: Mark om2k_mo_fsm_start() as static
......................................................................

abis_om2000: Mark om2k_mo_fsm_start() as static

It's not used anywhere outside of the source file

Change-Id: If9ebf07ac662607826270df0b0966c8dd5026f1c
---
M src/osmo-bsc/abis_om2000.c
1 file changed, 2 insertions(+), 3 deletions(-)

Approvals:
  fixeria: Looks good to me, but someone else must approve
  pespin: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/osmo-bsc/abis_om2000.c b/src/osmo-bsc/abis_om2000.c
index 8c2d859..13d3a33 100644
--- a/src/osmo-bsc/abis_om2000.c
+++ b/src/osmo-bsc/abis_om2000.c
@@ -1959,9 +1959,8 @@
 	.timer_cb = om2k_mo_timer_cb,
 };
 
-struct osmo_fsm_inst *om2k_mo_fsm_start(struct osmo_fsm_inst *parent,
-					uint32_t term_event,
-					struct gsm_bts_trx *trx, struct om2k_mo *mo)
+static struct osmo_fsm_inst *om2k_mo_fsm_start(struct osmo_fsm_inst *parent, uint32_t term_event,
+					       struct gsm_bts_trx *trx, struct om2k_mo *mo)
 {
 	struct osmo_fsm_inst *fi;
 	struct om2k_mo_fsm_priv *omfp;

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/21828
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: If9ebf07ac662607826270df0b0966c8dd5026f1c
Gerrit-Change-Number: 21828
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201229/8fba131c/attachment.htm>


More information about the gerrit-log mailing list