From f1cbd819848684de82042d3930d1e88fbc2d4714 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 7 Mar 2012 18:05:18 +0100 Subject: 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. --- src/osmo-bts-sysmo/l1_fwd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/osmo-bts-sysmo/l1_fwd.h') 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 -- cgit v1.2.3