cosmetic: osmo-bts-trx: add comment, fix comment typo

Change-Id: Iea62bd98954d0219ba597613cea6db63f7a6b396
This commit is contained in:
Neels Hofmeyr 2016-07-06 14:05:08 +02:00 committed by Harald Welte
parent 1c1b0e843d
commit b151301c6c
2 changed files with 3 additions and 2 deletions

View File

@ -134,10 +134,10 @@ extern uint32_t trx_rts_advance;
extern uint32_t transceiver_last_fn;
/*! \brief Initialize the scheudler data structures */
/*! \brief Initialize the scheduler data structures */
int trx_sched_init(struct l1sched_trx *l1t, struct gsm_bts_trx *trx);
/*! \brief De-initialize the scheudler data structures */
/*! \brief De-initialize the scheduler data structures */
void trx_sched_exit(struct l1sched_trx *l1t);
/*! \brief Handle a PH-DATA.req from L2 down to L1 */

View File

@ -606,6 +606,7 @@ int bts_model_l1sap_down(struct gsm_bts_trx *trx, struct osmo_phsap_prim *l1sap)
0);
break;
}
/* here, type == PRIM_INFO_DEACTIVATE */
if ((chan_nr & 0x80)) {
LOGP(DL1C, LOGL_ERROR, "Cannot deactivate "
"chan_nr 0x%02x\n", chan_nr);