aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-07-06 14:05:08 +0200
committerHarald Welte <laforge@gnumonks.org>2016-07-09 19:50:50 +0000
commitb151301c6c91f8ecc02aa18ee746b02cf61f6fee (patch)
tree87f31819516c13649c66ed5c4837464e634b1713 /src
parent1c1b0e843d50b3bc6d82bb78e09242a4d0b7b21f (diff)
cosmetic: osmo-bts-trx: add comment, fix comment typo
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bts-trx/l1_if.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-trx/l1_if.c b/src/osmo-bts-trx/l1_if.c
index 0a3e48dc..7f4b9f7e 100644
--- a/src/osmo-bts-trx/l1_if.c
+++ b/src/osmo-bts-trx/l1_if.c
@@ -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);