Change in osmo-bsc[master]: Fix trailing whitespace in several files

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

pespin gerrit-no-reply at lists.osmocom.org
Wed Jul 15 18:56:24 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/19286 )


Change subject: Fix trailing whitespace in several files
......................................................................

Fix trailing whitespace in several files

Change-Id: Ide9921dfce3b6d7c580edaa612a3063c94319a02
---
M include/osmocom/bsc/abis_nm.h
M src/osmo-bsc/bts_nokia_site.c
M src/osmo-bsc/bts_siemens_bs11.c
M src/osmo-bsc/codec_pref.c
M src/osmo-bsc/handover_vty.c
M src/osmo-bsc/lchan_fsm.c
M src/osmo-bsc/pcu_sock.c
7 files changed, 9 insertions(+), 11 deletions(-)



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

diff --git a/include/osmocom/bsc/abis_nm.h b/include/osmocom/bsc/abis_nm.h
index 83bc2f8..3a0cb0e 100644
--- a/include/osmocom/bsc/abis_nm.h
+++ b/include/osmocom/bsc/abis_nm.h
@@ -1,4 +1,4 @@
-/* GSM Network Management messages on the A-bis interface 
+/* GSM Network Management messages on the A-bis interface
  * 3GPP TS 12.21 version 8.0.0 Release 1999 / ETSI TS 100 623 V8.0.0 */
 
 /* (C) 2008-2009 by Harald Welte <laforge at gnumonks.org>
@@ -151,7 +151,7 @@
 int abis_nm_ipaccess_set_attr(struct gsm_bts *bts, uint8_t obj_class,
 				uint8_t bts_nr, uint8_t trx_nr, uint8_t ts_nr,
 				uint8_t *attr, uint8_t attr_len);
-int abis_nm_ipaccess_rsl_connect(struct gsm_bts_trx *trx, 
+int abis_nm_ipaccess_rsl_connect(struct gsm_bts_trx *trx,
 				 uint32_t ip, uint16_t port, uint8_t stream);
 void abis_nm_ipaccess_cgi(uint8_t *buf, struct gsm_bts *bts);
 int ipac_parse_bcch_info(struct ipac_bcch_info *binf, uint8_t *buf);
diff --git a/src/osmo-bsc/bts_nokia_site.c b/src/osmo-bsc/bts_nokia_site.c
index 51710b8..523c9ed 100644
--- a/src/osmo-bsc/bts_nokia_site.c
+++ b/src/osmo-bsc/bts_nokia_site.c
@@ -1533,7 +1533,7 @@
   - receive ACK, start RSL link(s)
   ACK some other messages received from the BTS.
 
-  Probably its also possible to configure the BTS without a reset, this 
+  Probably its also possible to configure the BTS without a reset, this
   has not been tested yet.
 */
 
@@ -1608,8 +1608,8 @@
 		if (!bts->nokia.did_reset) {
 			bts->nokia.did_reset = 1;
 
-			/* 
-			   TODO: For the InSite processing the received data is 
+			/*
+			   TODO: For the InSite processing the received data is
 			   blocked in the driver during reset.
 			   Otherwise the LAPD module might assert because the InSite
 			   sends garbage on the E1 line during reset.
diff --git a/src/osmo-bsc/bts_siemens_bs11.c b/src/osmo-bsc/bts_siemens_bs11.c
index 2750f8c..057a0e1 100644
--- a/src/osmo-bsc/bts_siemens_bs11.c
+++ b/src/osmo-bsc/bts_siemens_bs11.c
@@ -61,7 +61,7 @@
 			[NM_ATT_BS11_L1_PROT_TYPE] =	{ TLV_TYPE_TV },
 			[NM_ATT_BS11_BIT_ERR_THESH] =	{ TLV_TYPE_FIXED, 2 },
 			[NM_ATT_BS11_DIVERSITY] =	{ TLV_TYPE_TLV },
-			[NM_ATT_BS11_LMT_LOGON_SESSION]={ TLV_TYPE_TLV },	
+			[NM_ATT_BS11_LMT_LOGON_SESSION]={ TLV_TYPE_TLV },
 			[NM_ATT_BS11_LMT_LOGIN_TIME] =	{ TLV_TYPE_TLV },
 			[NM_ATT_BS11_LMT_USER_ACC_LEV] ={ TLV_TYPE_TLV },
 			[NM_ATT_BS11_LMT_USER_NAME] =	{ TLV_TYPE_TLV },
diff --git a/src/osmo-bsc/codec_pref.c b/src/osmo-bsc/codec_pref.c
index be442b5..6ec6d05 100644
--- a/src/osmo-bsc/codec_pref.c
+++ b/src/osmo-bsc/codec_pref.c
@@ -270,7 +270,7 @@
 static int match_amr_s15_s0(struct channel_mode_and_rate *ch_mode_rate, const struct bsc_msc_data *msc, const struct gsm_bts *bts, const struct gsm0808_speech_codec *sc_match, uint8_t perm_spch)
 {
 	uint16_t amr_s15_s0_supported;
-	
+
 	/* Normally the MSC should never try to advertise an AMR codec
 	 * configuration that we did not previously advertised as supported.
 	 * However, to ensure that no unsupported AMR codec configuration
@@ -278,7 +278,7 @@
 	 * and generate an intersection. All further processing is then done
 	 * with this intersection result. At the same time we will make sure
 	 * that the intersection contains at least one rate setting. */
-	
+
 	amr_s15_s0_supported = gen_bss_supported_amr_s15_s0(msc, bts, (perm_spch == GSM0808_PERM_HR3));
 
 	/* NOTE: The sc_match pointer points to a speech codec from the speech
diff --git a/src/osmo-bsc/handover_vty.c b/src/osmo-bsc/handover_vty.c
index e9333ec..a418aa7 100644
--- a/src/osmo-bsc/handover_vty.c
+++ b/src/osmo-bsc/handover_vty.c
@@ -175,4 +175,3 @@
 
 	ho_vty_init_cmds(BTS_NODE);
 }
-
diff --git a/src/osmo-bsc/lchan_fsm.c b/src/osmo-bsc/lchan_fsm.c
index a1bf857..68eef4b 100644
--- a/src/osmo-bsc/lchan_fsm.c
+++ b/src/osmo-bsc/lchan_fsm.c
@@ -1015,7 +1015,7 @@
 		 * TODO: that's how the code was before lchan FSM, is this correct/useful? */
 		handle_rll_rel_ind_or_conf(fi, event, data);
 		break;
-	
+
 	case LCHAN_EV_RTP_RELEASED:
 	case LCHAN_EV_RTP_ERROR:
 		break;
diff --git a/src/osmo-bsc/pcu_sock.c b/src/osmo-bsc/pcu_sock.c
index e75c2d4..3e0b7bf 100644
--- a/src/osmo-bsc/pcu_sock.c
+++ b/src/osmo-bsc/pcu_sock.c
@@ -716,4 +716,3 @@
 	talloc_free(state);
 	bts->pcu_state = NULL;
 }
-

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ide9921dfce3b6d7c580edaa612a3063c94319a02
Gerrit-Change-Number: 19286
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200715/5f471fed/attachment.htm>


More information about the gerrit-log mailing list