[Home]

Summary:ASTERISK-05122: [patch] [post 1.2] More explicit debug info for PRIs
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2005-09-21 13:40:22Date Closed:2006-01-05 13:53:09.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20050921__pri_debug.diff.txt
( 1) libpri-ip4it.diff
Description:Instead of printing what we expect and what we got in terms of numbers, print also the string interpretations of what we got, as well as the full ROSE.
Comments:By: Clod Patry (junky) 2005-10-22 00:12:40

mattf, like you the libpri guy, can you add a quick note?

By: Olle Johansson (oej) 2005-10-22 04:12:52

I like all patches that enhance readability and usefulness of debugging output and this is a good one! Thank you!

I wonder if this has to be considered "new functionality for post 1.2" or can be seen as a bug fix for 1.2. I think it is a bug fix that needs to be in 1.2.

By: Paul Cadach (pcadach) 2005-11-14 21:00:33.000-0600

rose_debug() is "hand-make" conversion function from binary to string, which is not so good.

By: Paul Cadach (pcadach) 2005-11-16 14:20:47.000-0600

Attached patch includes more powerful debugging for ASN1 messages and fixes some existing inconsistences. Also, it introduces reception (just dumping) of "Transit count" information element described in ECMA-225 specification (Q.SIG).

By: Matthew Fredrickson (mattf) 2006-01-05 13:51:15.000-0600

Thanks PCadach, committed!

By: Matthew Fredrickson (mattf) 2006-01-05 13:53:08.000-0600

Put in trunk