aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-07-21 11:15:31 +0200
committerHarald Welte <laforge@gnumonks.org>2016-07-28 06:21:21 +0000
commit53d792c3b027bfb42d77804e3e687a287e122ef3 (patch)
treebedae0fc0c256d2fa3e247b5220814b34f8e62d9
parentdab54b91783d5197e0129de950a705e2da2a4cb9 (diff)
Activate PTCCH UL
So far PTCCH was activated for DL but not for UL. Fix it. Change-Id: I4fb5ecdfff1a6b8e8d77f561a9cf780f8e116f4d Related: OS#1545
-rw-r--r--src/osmo-bts-sysmo/oml.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/oml.c b/src/osmo-bts-sysmo/oml.c
index 585e6d08..e9a4794a 100644
--- a/src/osmo-bts-sysmo/oml.c
+++ b/src/osmo-bts-sysmo/oml.c
@@ -617,8 +617,9 @@ static const struct sapi_dir pdtch_sapis[] = {
{ GsmL1_Sapi_Pdtch, GsmL1_Dir_RxUplink },
{ GsmL1_Sapi_Ptcch, GsmL1_Dir_TxDownlink },
{ GsmL1_Sapi_Prach, GsmL1_Dir_RxUplink },
-#if 0
{ GsmL1_Sapi_Ptcch, GsmL1_Dir_RxUplink },
+ /* FIXME: do we still need this if? */
+#if 0
{ GsmL1_Sapi_Pacch, GsmL1_Dir_TxDownlink },
#endif
};