Change in osmo-bsc[master]: cosmetic: bsc_dyn_ts.c: make local functions 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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed May 23 16:02:55 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/9228 )

Change subject: cosmetic: bsc_dyn_ts.c: make local functions static
......................................................................

cosmetic: bsc_dyn_ts.c: make local functions static

Change-Id: Iee47b4ffefedf9532e11f17d5f9b603fc8872cb9
---
M src/libbsc/bsc_dyn_ts.c
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Vadim Yanitskiy: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved



diff --git a/src/libbsc/bsc_dyn_ts.c b/src/libbsc/bsc_dyn_ts.c
index 6a1cff7..ed7caed 100644
--- a/src/libbsc/bsc_dyn_ts.c
+++ b/src/libbsc/bsc_dyn_ts.c
@@ -23,7 +23,7 @@
 #include <osmocom/bsc/gsm_data.h>
 #include <osmocom/bsc/abis_rsl.h>
 
-void tchf_pdch_ts_init(struct gsm_bts_trx_ts *ts)
+static void tchf_pdch_ts_init(struct gsm_bts_trx_ts *ts)
 {
 	int rc;
 
@@ -33,7 +33,7 @@
 		     gsm_ts_name(ts), gsm_pchan_name(ts->pchan));
 }
 
-void tchf_tchh_pdch_ts_init(struct gsm_bts_trx_ts *ts)
+static void tchf_tchh_pdch_ts_init(struct gsm_bts_trx_ts *ts)
 {
 	dyn_ts_switchover_start(ts, GSM_PCHAN_PDCH);
 }

-- 
To view, visit https://gerrit.osmocom.org/9228
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Iee47b4ffefedf9532e11f17d5f9b603fc8872cb9
Gerrit-Change-Number: 9228
Gerrit-PatchSet: 2
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180523/87101ddd/attachment.htm>


More information about the gerrit-log mailing list