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

svn-commits at lists.digium.com svn-commits at lists.digium.com
Fri Aug 18 15:40:29 MST 2006


Author: mattf
Date: Fri Aug 18 17:40:29 2006
New Revision: 24

URL: http://svn.digium.com/view/libss7?rev=24&view=rev
Log:
Forgot to add the translation of message type to string

Modified:
    trunk/isup.c

Modified: trunk/isup.c
URL: http://svn.digium.com/view/libss7/trunk/isup.c?rev=24&r1=23&r2=24&view=diff
==============================================================================
--- trunk/isup.c (original)
+++ trunk/isup.c Fri Aug 18 17:40:29 2006
@@ -105,6 +105,14 @@
 			return "COT";
 		case ISUP_CCR:
 			return "CCR";
+		case ISUP_BLO:
+			return "BLO";
+		case ISUP_UBL:
+			return "UBL";
+		case ISUP_BLA:
+			return "BLA";
+		case ISUP_UBA:
+			return "UBA";
 		default:
 			return "Unknown";
 	}



More information about the svn-commits mailing list