[libss7-commits] mattf: trunk r261 - /trunk/isup.c

SVN commits to the libss7 project libss7-commits at lists.digium.com
Tue Apr 28 17:16:29 CDT 2009


Author: mattf
Date: Tue Apr 28 17:16:24 2009
New Revision: 261

URL: http://svn.digium.com/svn-view/libss7?view=rev&rev=261
Log:
Add COT check to SAM message (#13495)

Modified:
    trunk/isup.c

Modified: trunk/isup.c
URL: http://svn.digium.com/svn-view/libss7/trunk/isup.c?view=diff&rev=261&r1=260&r2=261
==============================================================================
--- trunk/isup.c (original)
+++ trunk/isup.c Tue Apr 28 17:16:24 2009
@@ -3296,6 +3296,7 @@
 			e->sam.called_nai = c->called_nai;
 			e->sam.got_sent_msg = c->got_sent_msg;
 			e->sam.cot_check_passed = c->cot_check_passed;
+			e->sam.cot_check_required = c->cot_check_required;
 			isup_start_timer(ss7, c, ISUP_TIMER_T35);
 			return 0;
 		case ISUP_INF:




More information about the libss7-commits mailing list