From 021a7b043988c99d7ec49f62f003bde03c75803f Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 8 Nov 2016 16:16:15 +0100 Subject: add e1inp_ericsson_set_altc() to unixsocket driver e1inp_ericsson_set_altc() set the a-bis lower traffic channel mode. timeslot is needed to bootstrap the siu. superchannel is used for everything else Change-Id: I3eeac681f238cdbc4bb19e18155f0b0e93aefeb7 --- src/input/unixsocket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/unixsocket.c b/src/input/unixsocket.c index f434059..5ec9e11 100644 --- a/src/input/unixsocket.c +++ b/src/input/unixsocket.c @@ -278,8 +278,8 @@ void e1inp_ericsson_set_altc(struct e1inp_line *unixline, int superchannel) return; } - msg = msgb_alloc_headroom(200, 100, "ALTTC"); + msg = msgb_alloc_headroom(100, 100, "ALTTC"); /* magic */ msgb_put_u32(msg, 0x23004200); -- cgit v1.2.3