[libpri-commits] trunk r308 - in /trunk: ./ ChangeLog pri_facility.c
libpri-commits at lists.digium.com
libpri-commits at lists.digium.com
Mon Feb 13 16:07:57 MST 2006
Author: kpfleming
Date: Mon Feb 13 17:07:56 2006
New Revision: 308
URL: http://svn.digium.com/view/libpri?rev=308&view=rev
Log:
Merged revisions 296,306 via svnmerge from
https://origsvn.digium.com/svn/libpri/branches/1.2
........
r296 | russell | 2006-01-17 22:53:47 -0600 (Tue, 17 Jan 2006) | 2 lines
remove old ChangeLog ... it will now only be in the tags
........
r306 | kpfleming | 2006-02-13 17:06:02 -0600 (Mon, 13 Feb 2006) | 2 lines
suppress annoying message about unsupported components in facility messages
........
Removed:
trunk/ChangeLog
Modified:
trunk/ (props changed)
trunk/pri_facility.c
Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.2-merged (original)
+++ branch-1.2-merged Mon Feb 13 17:07:56 2006
@@ -1,1 +1,1 @@
-/branches/1.2:1-292
+/branches/1.2:1-307
Modified: trunk/pri_facility.c
URL: http://svn.digium.com/view/libpri/trunk/pri_facility.c?rev=308&r1=307&r2=308&view=diff
==============================================================================
--- trunk/pri_facility.c (original)
+++ trunk/pri_facility.c Mon Feb 13 17:07:56 2006
@@ -1552,13 +1552,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