Change in osmo-bsc[master]: abis_rsl.c: Fix whitespace

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

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Wed May 30 11:01:56 UTC 2018


Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/9385


Change subject: abis_rsl.c: Fix whitespace
......................................................................

abis_rsl.c: Fix whitespace

Change-Id: I67659275beda1b6a89bdf11eb0231438b0c8b912
---
M src/libbsc/abis_rsl.c
1 file changed, 8 insertions(+), 8 deletions(-)



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

diff --git a/src/libbsc/abis_rsl.c b/src/libbsc/abis_rsl.c
index ffbf630..2a67943 100644
--- a/src/libbsc/abis_rsl.c
+++ b/src/libbsc/abis_rsl.c
@@ -135,7 +135,7 @@
 	}
 	if ((msg_type & 0xe0) == 0x20)
 		return ABIS_RSL_MDISC_DED_CHAN;
-	
+
 	return ABIS_RSL_MDISC_LOC;
 }
 
@@ -316,7 +316,7 @@
 	lchan->bs_power = db/2;
 	if (fpc)
 		lchan->bs_power |= 0x10;
-	
+
 	dh = (struct abis_rsl_dchan_hdr *) msgb_put(msg, sizeof(*dh));
 	init_dchan_hdr(dh, RSL_MT_BS_POWER_CONTROL);
 	dh->chan_nr = chan_nr;
@@ -345,7 +345,7 @@
 
 	if (fpc)
 		lchan->ms_power |= 0x20;
-	
+
 	dh = (struct abis_rsl_dchan_hdr *) msgb_put(msg, sizeof(*dh));
 	init_dchan_hdr(dh, RSL_MT_MS_POWER_CONTROL);
 	dh->chan_nr = chan_nr;
@@ -994,7 +994,7 @@
 		/* (a) */
 		if (ts->dyn.pchan_is != ts->dyn.pchan_want)
 			return dyn_ts_switchover_continue(ts);
-		
+
 		/* (b) */
 		if (dyn_ts_should_switch_to_pdch(ts))
 			return dyn_ts_switchover_start(ts, GSM_PCHAN_PDCH);
@@ -1958,7 +1958,7 @@
 
 	arfcn = lchan->ts->trx->arfcn;
 	subch = lchan->nr;
-	
+
 	lchan->encr.alg_id = RSL_ENC_ALG_A5(0);	/* no encryption */
 	lchan->ms_power = ms_pwr_ctl_lvl(bts->band, bts->ms_max_power);
 	lchan->bs_power = 0; /* 0dB reduction, output power = Pn */
@@ -2188,7 +2188,7 @@
 				  "Abis RSL rx RLL: ");
 	ts_name = gsm_lchan_name(msg->lchan);
 	DEBUGP(DRLL, "%s SAPI=%u ", ts_name, sapi);
-	
+
 	switch (rllh->c.msg_type) {
 	case RSL_MT_DATA_IND:
 		DEBUGPC(DRLL, "DATA INDICATION\n");
@@ -2614,7 +2614,7 @@
 	msg->lchan = lchan_lookup(sign_link->trx, rllh->chan_nr,
 				  "Abis RSL rx IPACC: ");
 	ts_name = gsm_lchan_name(msg->lchan);
-	
+
 	switch (rllh->c.msg_type) {
 	case RSL_MT_IPAC_CRCX_ACK:
 		DEBUGP(DRSL, "%s IPAC_CRCX_ACK ", ts_name);
@@ -2762,7 +2762,7 @@
 	 * wouldn't remember to use lchan[1] across e.g. a PDCH deact anyway)
 	 */
 	lchan = ts->lchan;
-	
+
 	/*
 	 * For TCH/x, the lchan->type has been set in lchan_alloc(), but it may
 	 * have been lost during channel release due to dynamic switchover.

-- 
To view, visit https://gerrit.osmocom.org/9385
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: I67659275beda1b6a89bdf11eb0231438b0c8b912
Gerrit-Change-Number: 9385
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180530/00f04ebe/attachment.htm>


More information about the gerrit-log mailing list