aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/mgcp
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-03-31 06:26:44 +0200
commit9fb88021dd580a60a50ab6965ae38093c1189911 (patch)
tree1bc6c18d6fee6952d98347924693c755534bb241 /openbsc/src/mgcp
parentb031d6ecae61929220ff10d7695e7ab84444296b (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')
-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 d5d5042b6..75ccf3928 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