Dump sent SLTM packets to capture file.

git-svn-id: http://yate.null.ro/svn/yate/trunk@3642 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2010-09-08 13:42:53 +00:00
parent 1eedfcf920
commit 37f4995248
1 changed files with 2 additions and 1 deletions

View File

@ -1180,7 +1180,8 @@ void SS7MTP3::timerTick(const Time& when)
patt = (patt << 4) | (patt & 0x0f);
while (len--)
*d++ = patt++;
l2->transmitMSU(sltm);
if (l2->transmitMSU(sltm))
dump(sltm,true,sls);
}
}
}