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

SVN commits to the libss7 project libss7-commits at lists.digium.com
Wed Apr 30 16:36:10 CDT 2008


Author: mattf
Date: Wed Apr 30 16:36:09 2008
New Revision: 156

URL: http://svn.digium.com/view/libss7?view=rev&rev=156
Log:
Make name for generic name transmit function match all the rest of the transmit functions

Modified:
    trunk/isup.c

Modified: trunk/isup.c
URL: http://svn.digium.com/view/libss7/trunk/isup.c?view=diff&rev=156&r1=155&r2=156
==============================================================================
--- trunk/isup.c (original)
+++ trunk/isup.c Wed Apr 30 16:36:09 2008
@@ -1420,7 +1420,7 @@
 	return len;
 }
 
-static FUNC_SEND(generic_name_send)
+static FUNC_SEND(generic_name_transmit)
 {
 	int namelen = strlen(c->generic_name);
 
@@ -1955,7 +1955,7 @@
 	{ISUP_PARM_EGRESS_SERV, "Egress Service"},
 	{ISUP_PARM_GENERIC_ADDR, "Generic Address", generic_address_dump, generic_address_receive, generic_address_transmit},
 	{ISUP_PARM_GENERIC_DIGITS, "Generic Digits", generic_digits_dump, generic_digits_receive, generic_digits_transmit},
-	{ISUP_PARM_GENERIC_NAME, "Generic Name", generic_name_dump, generic_name_receive, generic_name_send},
+	{ISUP_PARM_GENERIC_NAME, "Generic Name", generic_name_dump, generic_name_receive, generic_name_transmit},
 	{ISUP_PARM_TRANSIT_NETWORK_SELECTION, "Transit Network Selection", tns_dump, tns_receive, tns_transmit},
 	{ISUP_PARM_GENERIC_NOTIFICATION_IND, "Generic Notification Indication"},
 	{ISUP_PARM_PROPAGATION_DELAY, "Propagation Delay Counter", propagation_delay_cntr_dump},




More information about the libss7-commits mailing list