The SS7 Management component can handle MTNS messages too.

git-svn-id: http://yate.null.ro/svn/yate/trunk@3068 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2010-02-04 02:02:52 +00:00
parent c1e8fe9e8b
commit ef9be3b3b3
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ void SS7Management::notify(SS7Layer3* network, int sls)
bool SS7Maintenance::receivedMSU(const SS7MSU& msu, const SS7Label& label, SS7Layer3* network, int sls)
{
if (msu.getSIF() != SS7MSU::MTN)
if (msu.getSIF() != SS7MSU::MTN && msu.getSIF() != SS7MSU::MTNS)
return false;
XDebug(this,DebugStub,"Possibly incomplete SS7Maintenance::receivedMSU(%p,%p,%p,%d) [%p]",
&msu,&label,network,sls,this);