aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-12-29 12:23:09 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-12-29 12:23:09 +0100
commit222a6a5e23a64b42f3ba1e2d80b425b11d3d36c0 (patch)
tree7fa7cc9c001e81f2e82f62110fec46f24b15e90e
parent0670138ffc651123944209572567d9c3c1874650 (diff)
l1_if: Fix typo... call it femtobts
-rw-r--r--src/osmo-bts-sysmo/l1_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/l1_if.c b/src/osmo-bts-sysmo/l1_if.c
index 22f14ecd..cee3718a 100644
--- a/src/osmo-bts-sysmo/l1_if.c
+++ b/src/osmo-bts-sysmo/l1_if.c
@@ -63,7 +63,7 @@ extern int pcu_direct;
#define MIN_QUAL_RACH 5.0f /* at least 5 dB C/I */
#define MIN_QUAL_NORM -0.5f /* at least -1 dB C/I */
-/* mapping from femtbts L1 SAPI to GSMTAP channel type */
+/* mapping from femtobts L1 SAPI to GSMTAP channel type */
static const uint8_t l1sapi2gsmtap_cht[GsmL1_Sapi_NUM] = {
[GsmL1_Sapi_Idle] = 255,
[GsmL1_Sapi_Fcch] = 255,