[svn-commits] mattf: trunk r27 - in /trunk: libss7.h mtp2.c
ss7test.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Wed Aug 23 09:01:21 MST 2006
Author: mattf
Date: Wed Aug 23 11:01:20 2006
New Revision: 27
URL: http://svn.digium.com/view/libss7?rev=27&view=rev
Log:
More updates.... for circuit blocking/unblocking
Modified:
trunk/libss7.h
trunk/mtp2.c
trunk/ss7test.c
Modified: trunk/libss7.h
URL: http://svn.digium.com/view/libss7/trunk/libss7.h?rev=27&r1=26&r2=27&view=diff
==============================================================================
--- trunk/libss7.h (original)
+++ trunk/libss7.h Wed Aug 23 11:01:20 2006
@@ -107,6 +107,8 @@
ss7_event_iam iam;
ss7_event_cicrange grs;
ss7_event_cicrange gra;
+ ss7_event_cicrange cgb;
+ ss7_event_cicrange cgu;
ss7_event_rel rel;
ss7_event_ciconly rlc;
ss7_event_anm anm;
Modified: trunk/mtp2.c
URL: http://svn.digium.com/view/libss7/trunk/mtp2.c?rev=27&r1=26&r2=27&view=diff
==============================================================================
--- trunk/mtp2.c (original)
+++ trunk/mtp2.c Wed Aug 23 11:01:20 2006
@@ -24,7 +24,6 @@
#define mtp_error ss7_error
#define mtp_message ss7_message
-#define SOCKET_TEST
#if 0
static inline int len_txbuf(struct mtp2 *link)
Modified: trunk/ss7test.c
URL: http://svn.digium.com/view/libss7/trunk/ss7test.c?rev=27&r1=26&r2=27&view=diff
==============================================================================
--- trunk/ss7test.c (original)
+++ trunk/ss7test.c Wed Aug 23 11:01:20 2006
@@ -1,4 +1,3 @@
-#define SOCKET_TEST
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
More information about the svn-commits
mailing list