From e7d2ae69c90d3eb27454ca0de8e5db9be34cad40 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 31 Mar 2010 06:26:44 +0200 Subject: [mgcp] Remove unused method from the mgcp This was removed when sending the RSIP was removed from the code. --- openbsc/src/mgcp/mgcp_protocol.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'openbsc/src') diff --git a/openbsc/src/mgcp/mgcp_protocol.c b/openbsc/src/mgcp/mgcp_protocol.c index 5ae35702a..7ad4e0a1f 100644 --- a/openbsc/src/mgcp/mgcp_protocol.c +++ b/openbsc/src/mgcp/mgcp_protocol.c @@ -119,12 +119,6 @@ static int generate_call_id(struct mgcp_config *cfg) return cfg->last_call_id; } -/* FIXIME/TODO: need to have a list of pending transactions and check that */ -static unsigned int generate_transaction_id() -{ - return abs(rand()); -} - /* * array of function pointers for handling various * messages. In the future this might be binary sorted -- cgit v1.2.3