aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_msc_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-03 13:32:48 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-03 13:56:26 +0100
commitfe16622bf57d1c2758348eece72687a74f9cf7ea (patch)
tree08ae16e9bfed4cb566faf279e9b9d849cf48bcf3 /openbsc/include/openbsc/osmo_msc_data.h
parent45f9e69ac56ff9f3f53c513864ee4519d9b5048e (diff)
bsc: Add the rtp-base command to osmo-bsc
Diffstat (limited to 'openbsc/include/openbsc/osmo_msc_data.h')
-rw-r--r--openbsc/include/openbsc/osmo_msc_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/osmo_msc_data.h b/openbsc/include/openbsc/osmo_msc_data.h
index 4281f5351..b10301959 100644
--- a/openbsc/include/openbsc/osmo_msc_data.h
+++ b/openbsc/include/openbsc/osmo_msc_data.h
@@ -43,6 +43,7 @@ struct osmo_msc_data {
struct bsc_msc_connection *msc_con;
int core_ncc;
int rtp_payload;
+ int rtp_base;
/* mgcp agent */
struct write_queue mgcp_agent;