aboutsummaryrefslogtreecommitdiffstats
path: root/src/input
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-02-18 03:39:00 +0000
committerHarald Welte <laforge@gnumonks.org>2009-02-18 03:39:00 +0000
commitf9227c756259052c94ae38f706fa79cf46a78111 (patch)
treeaa2f011d6bfc2d19154249307d478998af523c77 /src/input
parent23887b607f6d7d96dce2a0fcc81fc1b045d70a5b (diff)
write 160byte to one E1 TS at any given time, since that is one TRAU Frame (40 bytes) per sub-channel
Diffstat (limited to 'src/input')
-rw-r--r--src/input/misdn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/misdn.c b/src/input/misdn.c
index 4cefd8b8f..8acf4c901 100644
--- a/src/input/misdn.c
+++ b/src/input/misdn.c
@@ -206,7 +206,7 @@ static int handle_ts1_write(struct bsc_fd *bfd)
return ret;
}
-#define BCHAN_TX_GRAN 40
+#define BCHAN_TX_GRAN 160
/* write to a B channel TS */
static int handle_tsX_write(struct bsc_fd *bfd)
{