[asterisk-bugs] [DAHDI-linux 0014834]: [patch] HDLC packets doesn't pass over D-channel (driver wcb4xxp, card B410)

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Jan 3 13:30:38 UTC 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=14834 
====================================================================== 
Reported By:                vvv
Assigned To:                sruffell
====================================================================== 
Project:                    DAHDI-linux
Issue ID:                   14834
Category:                   wcb4xxp
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     ready for review
JIRA:                        
Reviewboard Link:            
====================================================================== 
Date Submitted:             2009-04-06 07:05 CDT
Last Modified:              2011-01-03 07:30 CST
====================================================================== 
Summary:                    [patch] HDLC packets doesn't pass over D-channel
(driver wcb4xxp, card B410)
Description: 
dahdi/wcb4xxp driver used with Digium Wildcard B410 quad-BRI PCI card
unable to communicate with another ISDN device (ISDN phone, another port of
B410). It appears that B-channels are capable to transport data, but
D-channel is not.

====================================================================== 

---------------------------------------------------------------------- 
 (0130087) svnbot (reporter) - 2011-01-03 07:30
 https://issues.asterisk.org/view.php?id=14834#c130087 
---------------------------------------------------------------------- 
Repository: dahdi
Revision: 9555

U   linux/trunk/drivers/dahdi/wcb4xxp/base.c

------------------------------------------------------------------------
r9555 | sruffell | 2011-01-03 07:30:36 -0600 (Mon, 03 Jan 2011) | 21 lines

wcb4xxp: HDLC packets do not pass over D-channel.

dahdi/wcb4xxp driver used with Digium Wildcard B410 quad-BRI PCI card
unable to communicate with another ISDN device (ISDN phone, another port
of B410). It appears that B-channels are capable to transport data, but
D-channel is not.

Debug output added into the driver shows that packets are transmitted to
the D-channel, but no packets are received. Further investigation shows
that no interrupts received from Rx FIFO associated with D-channel,
although packets are delivered to the FIFO. I've found that problem is
in improper usage of chan->chanpos while indexing the fifo index
(bspan->fifos): chanpos starts from 1 and fifos starts from 0.
Therefore, garbage read instead of fifo number.

(closes issue https://issues.asterisk.org/view.php?id=14834)
Reported by: vvv
Patches:
      dahdi-linux-complete-2.2.0-rc1.patch uploaded by vvv (license 741)

Signed-off-by: Shaun Ruffell <sruffell at digium.com>
------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=9555 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-01-03 07:30 svnbot         Checkin                                      
2011-01-03 07:30 svnbot         Note Added: 0130087                          
======================================================================




More information about the asterisk-bugs mailing list