aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
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-08 07:18:16 +0800
commit2c362abfb47d75fda3b75e96060dd72d60f19445 (patch)
tree0f1dc434983a9105a6541689a066651c60152789 /openbsc/include
parentf8e0838f7a7a963ba3e3eb8e5d9c5d6dca5d25a8 (diff)
mgcp: Rename the base port to bts_base as it will be used for the bts
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 5d2d03650..b650210ec 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;
/* only used in forward mode */