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.orgHarald Welte has submitted this change and it was merged.
Change subject: cosmetic: Fix trailing whitespace
......................................................................
cosmetic: Fix trailing whitespace
Change-Id: I0c7a414789f8ce6516369327430f71164e2cbd94
---
M src/gsm/lapd_core.c
M src/gsm/lapdm.c
2 files changed, 8 insertions(+), 8 deletions(-)
Approvals:
Max: Looks good to me, but someone else must approve
Neels Hofmeyr: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/src/gsm/lapd_core.c b/src/gsm/lapd_core.c
index d14063e..1f1ca83 100644
--- a/src/gsm/lapd_core.c
+++ b/src/gsm/lapd_core.c
@@ -548,7 +548,7 @@
msg = lapd_msgb_alloc(0, "DUMMY");
osmo_prim_init(&dp.oph, 0, PRIM_DL_EST, PRIM_OP_REQUEST, msg);
-
+
return lapd_est_req(&dp, &dl->lctx);
}
@@ -1500,7 +1500,7 @@
LOGP(DLLAPD, LOGL_INFO, "I received in state %s on SAPI(%u) (dl=%p)\n",
lapd_state_name(dl->state), lctx->sapi, dl);
-
+
/* G.2.2 Wrong value of the C/R bit */
if (lctx->cr == dl->cr.rem2loc.resp) {
LOGP(DLLAPD, LOGL_ERROR,
@@ -1781,7 +1781,7 @@
dl->tx_hist[0].more = 0;
/* set Vs to 0, because it is used as index when resending SABM */
dl->v_send = 0;
-
+
/* Set states */
dl->own_busy = dl->peer_busy = 0;
dl->retrans_ctr = 0;
@@ -2008,7 +2008,7 @@
LOGP(DLLAPD, LOGL_INFO,
"perform re-establishment (SABM) length=%d (dl=%p)\n",
msg->len, dl);
-
+
/* be sure that history is empty */
lapd_dl_flush_hist(dl);
@@ -2119,7 +2119,7 @@
dl->tx_hist[0].more = 0;
/* set Vs to 0, because it is used as index when resending DISC */
dl->v_send = 0;
-
+
/* Set states */
dl->own_busy = dl->peer_busy = 0;
dl->retrans_ctr = 0;
@@ -2155,7 +2155,7 @@
} l2downstatelist[] = {
/* create and send UI command */
{ALL_STATES,
- PRIM_DL_UNIT_DATA, PRIM_OP_REQUEST,
+ PRIM_DL_UNIT_DATA, PRIM_OP_REQUEST,
"DL-UNIT-DATA-REQUEST", lapd_udata_req},
/* create and send SABM command */
diff --git a/src/gsm/lapdm.c b/src/gsm/lapdm.c
index 5efe755..7ca2b3e 100644
--- a/src/gsm/lapdm.c
+++ b/src/gsm/lapdm.c
@@ -378,7 +378,7 @@
rllh->data[2] = RSL_IE_MS_POWER;
rllh->data[3] = mctx->tx_power_ind;
-
+
return rslms_sendmsg(msg, mctx->dl->entity);
}
@@ -1086,7 +1086,7 @@
ref->t2 = tm.t2;
ref->t3_low = tm.t3 & 0x7;
ref->t3_high = tm.t3 >> 3;
-
+
return rslms_sendmsg(msg, le);
}
--
To view, visit https://gerrit.osmocom.org/5235
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I0c7a414789f8ce6516369327430f71164e2cbd94
Gerrit-PatchSet: 2
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>