From b151301c6c91f8ecc02aa18ee746b02cf61f6fee Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 6 Jul 2016 14:05:08 +0200 Subject: cosmetic: osmo-bts-trx: add comment, fix comment typo Change-Id: Iea62bd98954d0219ba597613cea6db63f7a6b396 --- src/osmo-bts-trx/l1_if.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/osmo-bts-trx') 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); -- cgit v1.2.3