[asterisk-bugs] [JIRA] (SS7-57) delay time issue
Joherman (JIRA)
noreply at issues.asterisk.org
Sun Nov 11 01:36:21 CST 2012
Joherman created SS7-57:
---------------------------
Summary: delay time issue
Key: SS7-57
URL: https://issues.asterisk.org/jira/browse/SS7-57
Project: LibSS7
Issue Type: Bug
Security Level: None
Components: General
Reporter: Joherman
Assignee: mattf
Severity: Minor
there are 2 bytes of Delay, but line 1708 only 1 byte processed.
ss7_message(ss7, "\t\t\tDelay: %dms\n", (unsigned short)(((parm[0] & 0xff) << 8) | (parm[0] & 0xff)));
or maybe
ss7_message(ss7, "\t\t\tDelay: %dms\n", (unsigned short)(((parm[0] & 0xff) << 8) | (parm[1] & 0xff)));
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list