aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/mgcp/mgcp_protocol.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-31 06:26:44 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-05 22:01:36 +0200
commite7d2ae69c90d3eb27454ca0de8e5db9be34cad40 (patch)
tree66ed6d103a88f98e57d4e65c06f5b28420f405e5 /openbsc/src/mgcp/mgcp_protocol.c
parent52a66aa27ea7bec819245c1bedc2156a53206773 (diff)
[mgcp] Remove unused method from the mgcp
This was removed when sending the RSIP was removed from the code.
Diffstat (limited to 'openbsc/src/mgcp/mgcp_protocol.c')
-rw-r--r--openbsc/src/mgcp/mgcp_protocol.c6
1 files changed, 0 insertions, 6 deletions
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