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

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu May 17 22:29:26 UTC 2018


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



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/28/9228/1

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: newchange
Gerrit-Change-Id: Iee47b4ffefedf9532e11f17d5f9b603fc8872cb9
Gerrit-Change-Number: 9228
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180517/1dc35882/attachment.htm>


More information about the gerrit-log mailing list