I was referring to line 374/376 of the code:

	if((body.s[0] != ISUP_ACM) && (body.s[0] != ISUP_CPG) && (body.s[0] != ISUP_IAM))
	{
		LM_DBG("message not an ACM or CPG or IAM\n");
		return -1;
	}


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.