提交 4f254ebe authored 作者: Konrad Hammel's avatar Konrad Hammel

freetdm: ss7: bug fix for ticket 6290, channel status was not showing channel 1

上级 145884c9
...@@ -2833,7 +2833,7 @@ static int ftmod_ss7_fill_in_ccSpan(sng_ccSpan_t *ccSpan) ...@@ -2833,7 +2833,7 @@ static int ftmod_ss7_fill_in_ccSpan(sng_ccSpan_t *ccSpan)
} }
/* find a spot for this circuit in the global structure */ /* find a spot for this circuit in the global structure */
x = (ccSpan->procId * 1000); x = (ccSpan->procId * 1000) + 1;
flag = 0; flag = 0;
while (flag == 0) { while (flag == 0) {
/**********************************************************************/ /**********************************************************************/
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论