aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/l1_fwd.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-03-07 18:05:18 +0100
committerHarald Welte <laforge@gnumonks.org>2012-03-07 18:05:18 +0100
commitf1cbd819848684de82042d3930d1e88fbc2d4714 (patch)
treeceaa6c67913afdc135853db6fa6ba2aadc7fe2fc /src/osmo-bts-sysmo/l1_fwd.h
parent818cb2d3145a2a20b40a3c98d190ec6700116b39 (diff)
prepare for splitting L1 queue into signalling/tch/pdtch
We don't use multiple queues yet, but we very well might end up using them soon.
Diffstat (limited to 'src/osmo-bts-sysmo/l1_fwd.h')
-rw-r--r--src/osmo-bts-sysmo/l1_fwd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/l1_fwd.h b/src/osmo-bts-sysmo/l1_fwd.h
index 0c355499..55397920 100644
--- a/src/osmo-bts-sysmo/l1_fwd.h
+++ b/src/osmo-bts-sysmo/l1_fwd.h
@@ -1,3 +1,5 @@
#define L1FWD_L1_PORT 9999
#define L1FWD_SYS_PORT 9998
+#define L1FWD_TCH_PORT 9997
+#define L1FWD_PDTCH_PORT 9996