[dahdi-commits] tzafrir: linux/trunk r8975 - /linux/trunk/drivers/dahdi/xpp/card_pri.c
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Sun Jul 25 11:43:51 CDT 2010
Author: tzafrir
Date: Sun Jul 25 11:43:47 2010
New Revision: 8975
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8975
Log:
No need to worry about accidental "changes" in reg. 0x70 in E1
Modified:
linux/trunk/drivers/dahdi/xpp/card_pri.c
Modified: linux/trunk/drivers/dahdi/xpp/card_pri.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/xpp/card_pri.c?view=diff&rev=8975&r1=8974&r2=8975
==============================================================================
--- linux/trunk/drivers/dahdi/xpp/card_pri.c (original)
+++ linux/trunk/drivers/dahdi/xpp/card_pri.c Sun Jul 25 11:43:47 2010
@@ -2062,6 +2062,8 @@
return;
}
if(priv->pri_protocol == PRI_PROTO_E1) {
+ if(regnum == REG_RS1_E)
+ return; /* Time slot 0: Ignored for E1 */
if(regnum < REG_RS2_E) {
XPD_NOTICE(xpd,
"%s: received register 0x%X in protocol %s. Ignore\n",
More information about the dahdi-commits
mailing list