Ignore (don't send confusion) when an invalid circuit group reset message is processed.

git-svn-id: http://voip.null.ro/svn/yate@3517 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2010-08-26 07:03:48 +00:00
parent 74fef916a5
commit f9dc865db0
1 changed files with 2 additions and 1 deletions

View File

@ -4233,7 +4233,8 @@ void SS7ISUP::processControllerMsg(SS7MsgISUP* msg, const SS7Label& label, int s
// Q.763 3.43 min=1 max=31
unsigned int n = getRangeAndStatus(msg->params(),1,31);
if (!n) {
reason = "invalid-ie";
Debug(this,DebugNote,"%s with invalid range %s",msg->name(),
msg->params().getValue("RangeAndStatus"));
break;
}
String map('0',n);