aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/l1_transp_fwd.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-04-14 14:42:26 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-04-14 14:56:58 +0200
commitbc74b7f432811c1f4acb3d18827d4fa8673527f6 (patch)
tree12441bec29fd7e4a045067c0b2a0db52b3b010ab /src/osmo-bts-sysmo/l1_transp_fwd.c
parentf4a5bd2dd25291a5ff036d6273731c6147736a5e (diff)
femtobts: The separate pdch/tch queues are not available in the old firmware
The old firmware does not expose separate queues for PDCH and TCH. The change appears to be too intrusive and I will try to find a more elegant solution.
Diffstat (limited to 'src/osmo-bts-sysmo/l1_transp_fwd.c')
-rw-r--r--src/osmo-bts-sysmo/l1_transp_fwd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/l1_transp_fwd.c b/src/osmo-bts-sysmo/l1_transp_fwd.c
index e233f529..f57299ab 100644
--- a/src/osmo-bts-sysmo/l1_transp_fwd.c
+++ b/src/osmo-bts-sysmo/l1_transp_fwd.c
@@ -56,8 +56,10 @@
static const uint16_t fwd_udp_ports[] = {
[MQ_SYS_WRITE] = L1FWD_SYS_PORT,
[MQ_L1_WRITE] = L1FWD_L1_PORT,
+#ifndef HW_FEMTOBTS
[MQ_TCH_WRITE] = L1FWD_TCH_PORT,
[MQ_PDTCH_WRITE]= L1FWD_PDTCH_PORT,
+#endif
};
static int fwd_read_cb(struct osmo_fd *ofd)