[svn-commits] mattf: trunk r197 - /trunk/isup.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jul 18 09:58:50 CDT 2008


Author: mattf
Date: Fri Jul 18 09:58:50 2008
New Revision: 197

URL: http://svn.digium.com/view/libss7?view=rev&rev=197
Log:
Make sure we're populating the correct event types in FAA and CGB

Modified:
    trunk/isup.c

Modified: trunk/isup.c
URL: http://svn.digium.com/view/libss7/trunk/isup.c?view=diff&rev=197&r1=196&r2=197
==============================================================================
--- trunk/isup.c (original)
+++ trunk/isup.c Fri Jul 18 09:58:50 2008
@@ -2971,7 +2971,7 @@
 			e->e = ISUP_EVENT_CGB;
 			e->cgb.startcic = cic;
 			e->cgb.endcic = cic + c->range;
-			e->cgu.type = c->cicgroupsupervisiontype;
+			e->cgb.type = c->cicgroupsupervisiontype;
 
 			for (i = 0; i < (c->range + 1); i++)
 				e->cgb.status[i] = c->status[i];
@@ -3032,7 +3032,7 @@
 			e->faa.cic = c->cic;
 			e->faa.call_ref_ident = c->call_ref_ident;
 			e->faa.call_ref_pc = c->call_ref_pc;
-			e->ucic.opc = opc; /* keep OPC information */
+			e->faa.opc = opc; /* keep OPC information */
 			e->faa.call = c;
 			return 0;
 		case ISUP_FAR:




More information about the svn-commits mailing list