aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/mgcp.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-05 03:46:07 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-05 06:10:58 +0800
commit196349dda18d8e6a49c318ad6659291818ad21fd (patch)
treefc57fb20b1c98d981a3072c045057479d0f46a6b /openbsc/include/openbsc/mgcp.h
parentc49212778f84736f1cc59fccf7946595c629ed91 (diff)
mgcp: Rename the base port to bts_base as it will be used for the bts
Diffstat (limited to 'openbsc/include/openbsc/mgcp.h')
-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 e3fd511a4..811ba2ced 100644
--- a/openbsc/include/openbsc/mgcp.h
+++ b/openbsc/include/openbsc/mgcp.h
@@ -91,7 +91,7 @@ struct mgcp_config {
char *audio_name;
int audio_payload;
int audio_loop;
- int rtp_base_port;
+ int rtp_bts_base_port;
int endp_dscp;
/* spec handling */