aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-05 03:27:41 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-08 07:17:52 +0800
commit865ba8b572a47c8c32ce61990a892dfabcbd22d4 (patch)
tree5eafa8a2be09a25862231ea15bf067010a3ad398 /openbsc/include
parent9be1b5495f151c668b7ba36fbb10914f6cdb35c1 (diff)
mgcp: Rename the bind method to show it is only binding for the bts port
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/mgcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/mgcp.h b/openbsc/include/openbsc/mgcp.h
index 9bafebc0c..d149845db 100644
--- a/openbsc/include/openbsc/mgcp.h
+++ b/openbsc/include/openbsc/mgcp.h
@@ -116,7 +116,7 @@ struct mgcp_config *mgcp_config_alloc(void);
int mgcp_parse_config(const char *config_file, struct mgcp_config *cfg);
int mgcp_vty_init(void);
int mgcp_endpoints_allocate(struct mgcp_config *cfg);
-int mgcp_bind_rtp_port(struct mgcp_endpoint *endp, int rtp_port);
+int mgcp_bind_bts_rtp_port(struct mgcp_endpoint *endp, int rtp_port);
void mgcp_free_endp(struct mgcp_endpoint *endp);
/*