aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bsc/bts_nokia_site.c6
-rw-r--r--src/osmo-bsc/bts_siemens_bs11.c2
-rw-r--r--src/osmo-bsc/codec_pref.c4
-rw-r--r--src/osmo-bsc/handover_vty.c1
-rw-r--r--src/osmo-bsc/lchan_fsm.c2
-rw-r--r--src/osmo-bsc/pcu_sock.c1
6 files changed, 7 insertions, 9 deletions
diff --git a/src/osmo-bsc/bts_nokia_site.c b/src/osmo-bsc/bts_nokia_site.c
index 51710b81e..523c9edf3 100644
--- a/src/osmo-bsc/bts_nokia_site.c
+++ b/src/osmo-bsc/bts_nokia_site.c
@@ -1533,7 +1533,7 @@ static void reset_timer_cb(void *_bts)
- 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 @@ static int abis_nm_rcvmsg_fom(struct msgb *mb)
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 2750f8cbe..057a0e153 100644
--- a/src/osmo-bsc/bts_siemens_bs11.c
+++ b/src/osmo-bsc/bts_siemens_bs11.c
@@ -61,7 +61,7 @@ static struct gsm_bts_model model_bs11 = {
[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 be442b542..6ec6d05ec 100644
--- a/src/osmo-bsc/codec_pref.c
+++ b/src/osmo-bsc/codec_pref.c
@@ -270,7 +270,7 @@ static uint16_t gen_bss_supported_amr_s15_s0(const struct bsc_msc_data *msc, con
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 @@ static int match_amr_s15_s0(struct channel_mode_and_rate *ch_mode_rate, const st
* 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 e9333ec85..a418aa7ac 100644
--- a/src/osmo-bsc/handover_vty.c
+++ b/src/osmo-bsc/handover_vty.c
@@ -175,4 +175,3 @@ void ho_vty_init()
ho_vty_init_cmds(BTS_NODE);
}
-
diff --git a/src/osmo-bsc/lchan_fsm.c b/src/osmo-bsc/lchan_fsm.c
index a1bf85701..68eef4b8b 100644
--- a/src/osmo-bsc/lchan_fsm.c
+++ b/src/osmo-bsc/lchan_fsm.c
@@ -1015,7 +1015,7 @@ static void lchan_fsm_wait_rll_rtp_released(struct osmo_fsm_inst *fi, uint32_t e
* 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 e75c2d498..3e0b7bf79 100644
--- a/src/osmo-bsc/pcu_sock.c
+++ b/src/osmo-bsc/pcu_sock.c
@@ -716,4 +716,3 @@ void pcu_sock_exit(struct gsm_bts *bts)
talloc_free(state);
bts->pcu_state = NULL;
}
-