From 53d792c3b027bfb42d77804e3e687a287e122ef3 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 21 Jul 2016 11:15:31 +0200 Subject: Activate PTCCH UL So far PTCCH was activated for DL but not for UL. Fix it. Change-Id: I4fb5ecdfff1a6b8e8d77f561a9cf780f8e116f4d Related: OS#1545 --- src/osmo-bts-sysmo/oml.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/osmo-bts-sysmo') 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 }; -- cgit v1.2.3