mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
fix mistypes, spaces and tabs
Change-Id: I651473f638365bbd333c4c80d223cdd023dd2c51
This commit is contained in:
committed by
Neels Hofmeyr
parent
39ae17fb69
commit
fbd96f55fd
@@ -303,7 +303,7 @@ struct gsm_lchan *lchan_alloc(struct gsm_bts *bts, enum gsm_chan_t type,
|
||||
}
|
||||
break;
|
||||
case GSM_LCHAN_TCH_H:
|
||||
lchan =_lc_find_bts(bts, GSM_PCHAN_TCH_H);
|
||||
lchan = _lc_find_bts(bts, GSM_PCHAN_TCH_H);
|
||||
/* If we don't have TCH/H available, fall-back to TCH/F */
|
||||
if (!lchan) {
|
||||
lchan = _lc_find_bts(bts, GSM_PCHAN_TCH_F);
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* mncc_builtin.c - default, minimal built-in MNCC Application for
|
||||
* standalone bsc_hack (netowrk-in-the-box mode) */
|
||||
* standalone bsc_hack (network-in-the-box mode) */
|
||||
|
||||
/* (C) 2008-2010 by Harald Welte <laforge@gnumonks.org>
|
||||
* (C) 2009 by Andreas Eversberg <Andreas.Eversberg@versatel.de>
|
||||
|
Reference in New Issue
Block a user