aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/osmo-bts/rsl.h1
-rw-r--r--src/common/rsl.c2
-rw-r--r--src/osmo-bts-octphy/l1_oml.c2
-rw-r--r--src/osmo-bts-trx/l1_if.c2
4 files changed, 3 insertions, 4 deletions
diff --git a/include/osmo-bts/rsl.h b/include/osmo-bts/rsl.h
index 06d58a25..731f6c02 100644
--- a/include/osmo-bts/rsl.h
+++ b/include/osmo-bts/rsl.h
@@ -44,4 +44,3 @@ void cb_ts_connected(struct gsm_bts_trx_ts *ts);
void ipacc_dyn_pdch_complete(struct gsm_bts_trx_ts *ts, int rc);
#endif // _RSL_H */
-
diff --git a/src/common/rsl.c b/src/common/rsl.c
index b4cea2cd..9b0de7cf 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -281,7 +281,7 @@ int rsl_tx_rf_res(struct gsm_bts_trx *trx)
return abis_bts_rsl_sendmsg(nmsg);
}
-/*
+/*
* common channel releated messages
*/
diff --git a/src/osmo-bts-octphy/l1_oml.c b/src/osmo-bts-octphy/l1_oml.c
index 7f4c0cd3..2ab9fcd1 100644
--- a/src/osmo-bts-octphy/l1_oml.c
+++ b/src/osmo-bts-octphy/l1_oml.c
@@ -508,7 +508,7 @@ static int set_ciph_compl_cb(struct octphy_hdl *fl1, struct msgb *resp, void *da
/* TODO: This state machine should be shared accross BTS models? */
switch (lchan->ciph_state) {
- case LCHAN_CIPH_RX_REQ:
+ case LCHAN_CIPH_RX_REQ:
lchan->ciph_state = LCHAN_CIPH_RX_CONF;
break;
case LCHAN_CIPH_RX_CONF_TX_REQ:
diff --git a/src/osmo-bts-trx/l1_if.c b/src/osmo-bts-trx/l1_if.c
index b4ca54f0..ccc13f42 100644
--- a/src/osmo-bts-trx/l1_if.c
+++ b/src/osmo-bts-trx/l1_if.c
@@ -396,7 +396,7 @@ static uint8_t trx_set_ts_as_pchan(struct gsm_bts_trx_ts *ts,
}
slottype = transceiver_chan_types[pchan];
-
+
if (l1h->config.slottype[tn] != slottype
|| !l1h->config.slottype_valid[tn]) {
l1h->config.slottype[tn] = slottype;