aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-07-05 15:30:21 +0200
committerHarald Welte <laforge@gnumonks.org>2012-07-05 15:31:06 +0200
commit71b216d99520b41ac899322703cd99f753a237d7 (patch)
treeb8516b20e22f7dfa17ce447dba7fb5ba5017efb1
parentd53ae2d0f1cf9d45119b449cd442ffbf937d101c (diff)
l1_if: don't enable any GSMTAP by default
the user has to explicitly enable it in the VTY
-rw-r--r--src/osmo-bts-sysmo/l1_if.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/osmo-bts-sysmo/l1_if.c b/src/osmo-bts-sysmo/l1_if.c
index 731e3baa..564f1704 100644
--- a/src/osmo-bts-sysmo/l1_if.c
+++ b/src/osmo-bts-sysmo/l1_if.c
@@ -1071,9 +1071,6 @@ struct femtol1_hdl *l1if_open(void *priv)
if (fl1h->gsmtap)
gsmtap_source_add_sink(fl1h->gsmtap);
- fl1h->gsmtap_sapi_mask = (1 << GsmL1_Sapi_Sacch) | (1 << GsmL1_Sapi_Sdcch) |
- (1 << GsmL1_Sapi_FacchF) | (1 << GsmL1_Sapi_FacchH);
-
return fl1h;
}