[svn-commits] mattf: trunk r258 - /trunk/isup.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Apr 28 16:53:57 CDT 2009


Author: mattf
Date: Tue Apr 28 16:53:53 2009
New Revision: 258

URL: http://svn.digium.com/svn-view/libss7?view=rev&rev=258
Log:
Fix CUG parameter number to be correct

Modified:
    trunk/isup.h

Modified: trunk/isup.h
URL: http://svn.digium.com/svn-view/libss7/trunk/isup.h?view=diff&rev=258&r1=257&r2=258
==============================================================================
--- trunk/isup.h (original)
+++ trunk/isup.h Tue Apr 28 16:53:53 2009
@@ -106,7 +106,7 @@
 #define ISUP_PARM_OPT_BACKWARD_CALL_IND 0x29
 #define ISUP_PARM_CONNECTION_REQ 0x0d
 #define ISUP_PARM_CONTINUITY_IND 0x10
-#define ISUP_PARM_CUG_INTERLOCK_CODE 0x1c
+#define ISUP_PARM_CUG_INTERLOCK_CODE 0x1a
 #define ISUP_PARM_EGRESS_SERV 0xc3
 #define ISUP_PARM_GENERIC_ADDR 0xc0
 #define ISUP_PARM_GENERIC_DIGITS 0xc1




More information about the svn-commits mailing list