[libpri-commits] branch 1.2 r306 - /branches/1.2/pri_facility.c

libpri-commits at lists.digium.com libpri-commits at lists.digium.com
Mon Feb 13 16:06:03 MST 2006


Author: kpfleming
Date: Mon Feb 13 17:06:02 2006
New Revision: 306

URL: http://svn.digium.com/view/libpri?rev=306&view=rev
Log:
suppress annoying message about unsupported components in facility messages

Modified:
    branches/1.2/pri_facility.c

Modified: branches/1.2/pri_facility.c
URL: http://svn.digium.com/view/libpri/branches/1.2/pri_facility.c?rev=306&r1=305&r2=306&view=diff
==============================================================================
--- branches/1.2/pri_facility.c (original)
+++ branches/1.2/pri_facility.c Mon Feb 13 17:06:02 2006
@@ -1136,13 +1136,17 @@
 	do {
 		/* Invoke ID stuff */
 		GET_COMPONENT(comp, i, vdata, len);
+#if 0
 		CHECK_COMPONENT(comp, INVOKE_IDENTIFIER, "Don't know what to do if first ROSE component is of type 0x%x\n");
+#endif
 		invokeid = comp;
 		NEXT_COMPONENT(comp, i);
 
 		/* Operation Tag */
 		GET_COMPONENT(comp, i, vdata, len);
+#if 0
 		CHECK_COMPONENT(comp, ASN1_INTEGER, "Don't know what to do if second ROSE component is of type 0x%x\n");
+#endif
 		operationid = comp;
 		ASN1_GET_INTEGER(comp, operation_tag);
 		NEXT_COMPONENT(comp, i);



More information about the libpri-commits mailing list