Harald Welte has submitted this change and it was merged. ( 
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(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: I67659275beda1b6a89bdf11eb0231438b0c8b912
Gerrit-Change-Number: 9385
Gerrit-PatchSet: 2
Gerrit-Owner: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder

Reply via email to