aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-12-07 15:14:27 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-12-10 13:36:00 +0100
commita769dcb889325dac6ee200ce891d21bb78861981 (patch)
treef8d6ca90a93128371d5c2981d994a2c3859e1ae4 /openbsc/include
parentcf2f158caa47e9d1410453309c7aec58e99ac011 (diff)
mgcp: Methods generating a response now include the endpoint pointer
This is required for remembering the last result in a central place and is required to properly implement detection of re-transmissions.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/mgcp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/mgcp.h b/openbsc/include/openbsc/mgcp.h
index bb21e684e..9c6cfd8b9 100644
--- a/openbsc/include/openbsc/mgcp.h
+++ b/openbsc/include/openbsc/mgcp.h
@@ -176,7 +176,6 @@ void mgcp_format_stats(struct mgcp_endpoint *endp, char *stats, size_t size);
* format helper functions
*/
struct msgb *mgcp_handle_message(struct mgcp_config *cfg, struct msgb *msg);
-struct msgb *mgcp_create_response_with_data(int code, const char *txt, const char *msg, const char *trans, const char *data);
/* adc helper */
static inline int mgcp_timeslot_to_endpoint(int multiplex, int timeslot)