Fix trailing whitespace in several files

Change-Id: Ide9921dfce3b6d7c580edaa612a3063c94319a02
This commit is contained in:
Pau Espin 2020-07-15 20:53:52 +02:00
parent 1ee7e55cd1
commit a6ab8ce7d1
7 changed files with 9 additions and 11 deletions

View File

@ -1,4 +1,4 @@
/* GSM Network Management messages on the A-bis interface
/* GSM Network Management messages on the A-bis interface
* 3GPP TS 12.21 version 8.0.0 Release 1999 / ETSI TS 100 623 V8.0.0 */
/* (C) 2008-2009 by Harald Welte <laforge@gnumonks.org>
@ -151,7 +151,7 @@ int abis_nm_ipaccess_restart(struct gsm_bts_trx *trx);
int abis_nm_ipaccess_set_attr(struct gsm_bts *bts, uint8_t obj_class,
uint8_t bts_nr, uint8_t trx_nr, uint8_t ts_nr,
uint8_t *attr, uint8_t attr_len);
int abis_nm_ipaccess_rsl_connect(struct gsm_bts_trx *trx,
int abis_nm_ipaccess_rsl_connect(struct gsm_bts_trx *trx,
uint32_t ip, uint16_t port, uint8_t stream);
void abis_nm_ipaccess_cgi(uint8_t *buf, struct gsm_bts *bts);
int ipac_parse_bcch_info(struct ipac_bcch_info *binf, uint8_t *buf);

View File

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

View File

@ -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 },

View File

@ -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

View File

@ -175,4 +175,3 @@ void ho_vty_init()
ho_vty_init_cmds(BTS_NODE);
}

View File

@ -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;

View File

@ -716,4 +716,3 @@ void pcu_sock_exit(struct gsm_bts *bts)
talloc_free(state);
bts->pcu_state = NULL;
}