From 4b242c3f841613b19b698b2e3e575af186ff55e1 Mon Sep 17 00:00:00 2001 From: Wendell Thompson Date: Mon, 15 Feb 2016 15:45:51 -0600 Subject: [PATCH] Raised E1 pulse level for wcte43x targets --- drivers/dahdi/wcte43x-base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dahdi/wcte43x-base.c b/drivers/dahdi/wcte43x-base.c index 3f00c5d..3c1b9e5 100644 --- a/drivers/dahdi/wcte43x-base.c +++ b/drivers/dahdi/wcte43x-base.c @@ -1709,7 +1709,7 @@ static void t43x_configure_e1(struct t43x *wc, int span_idx, int lineconfig) __t43x_framer_set(wc, fidx, 0x21, 0x1c|cas); /* Generate pulse mask for E1 */ - __t43x_framer_set(wc, fidx, 0x26, 0x74); /* XPM0 */ + __t43x_framer_set(wc, fidx, 0x26, 0xb5); /* XPM0 */ __t43x_framer_set(wc, fidx, 0x27, 0x02); /* XPM1 */ __t43x_framer_set(wc, fidx, 0x28, 0x00); /* XPM2 */