[svn-commits] mattf: branch mattf/libpri-1.4-ntptmp r946 - /team/mattf/libpri-1.4-ntptmp/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jul 21 15:24:24 CDT 2009


Author: mattf
Date: Tue Jul 21 15:24:21 2009
New Revision: 946

URL: http://svn.asterisk.org/svn-view/libpri?view=rev&rev=946
Log:
Remove unused broadcast receive code (we handle it another way)

Modified:
    team/mattf/libpri-1.4-ntptmp/q921.c

Modified: team/mattf/libpri-1.4-ntptmp/q921.c
URL: http://svn.asterisk.org/svn-view/libpri/team/mattf/libpri-1.4-ntptmp/q921.c?view=diff&rev=946&r1=945&r2=946
==============================================================================
--- team/mattf/libpri-1.4-ntptmp/q921.c (original)
+++ team/mattf/libpri-1.4-ntptmp/q921.c Tue Jul 21 15:24:21 2009
@@ -1303,12 +1303,6 @@
 	if (h->h.ea1 || !(h->h.ea2))
 		return NULL;
 
-#if 0 /* Will be rejected by subchannel analyzis */
-	/* Check for broadcasts - not yet handled */
-	if (h->h.tei == Q921_TEI_GROUP)
-		return NULL;
-#endif
-
 	if (!((h->h.sapi == pri->sapi) && ((h->h.tei == pri->tei) || (h->h.tei == Q921_TEI_GROUP)))) {
 		/* Check for SAPIs we don't yet handle */
 		/* If it's not us, try any subchannels we have */




More information about the svn-commits mailing list