[dahdi-commits] dahdi/linux.git branch "master" updated.

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Fri Feb 19 14:15:37 CST 2016


branch "master" has been updated
       via  4b242c3f841613b19b698b2e3e575af186ff55e1 (commit)
      from  8d1f17fc44e7191b58c20024b33f9e18e0aee83a (commit)

Summary of changes:
 drivers/dahdi/wcte43x-base.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 4b242c3f841613b19b698b2e3e575af186ff55e1
Author: Wendell Thompson <wthompson at digium.com>
Date:   Mon Feb 15 15:45:51 2016 -0600

    Raised E1 pulse level for wcte43x targets

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 */
 

-----------------------------------------------------------------------


-- 
dahdi/linux.git



More information about the dahdi-commits mailing list