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:21:02 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-03 13:56:26 +0100
commit45f9e69ac56ff9f3f53c513864ee4519d9b5048e (patch)
tree289280aad8eac21463149c7ac5cf6d1d48320cf2 /openbsc/include/openbsc/osmo_msc_data.h
parent4de1116356ae5ef23c5a4a8bc14dd1cc3258e54b (diff)
bsc: Add the ip.access rtp-payload command known from bsc_msc_ip
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 c058a0ab5..4281f5351 100644
--- a/openbsc/include/openbsc/osmo_msc_data.h
+++ b/openbsc/include/openbsc/osmo_msc_data.h
@@ -42,6 +42,7 @@ struct osmo_msc_data {
struct timer_list pong_timer;
struct bsc_msc_connection *msc_con;
int core_ncc;
+ int rtp_payload;
/* mgcp agent */
struct write_queue mgcp_agent;