aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-07-28 18:40:45 +0200
committerHarald Welte <laforge@gnumonks.org>2009-07-28 18:40:45 +0200
commit2f33d01aaf24154c4f690c088b78b02b6135c206 (patch)
tree79fc539c4e6a92be9961a85d1fe7eabe6dd9fac9 /openbsc/include/openbsc/gsm_data.h
parent3366a94d6c3cd28c71bf76133a3ead3212fd04f1 (diff)
parent15efcd2e276b4f93461eb1ea5436c093fc727117 (diff)
Merge branch 'master' into sms
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 20e62c3c8..f23c44076 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -98,6 +98,7 @@ struct gsm_bts_link {
struct gsm_lchan;
struct gsm_subscriber;
struct gsm_mncc;
+struct rtp_socket;
/* Network Management State */
struct gsm_nm_state {
@@ -176,6 +177,7 @@ struct gsm_bts_trx_ts {
u_int16_t bound_port;
u_int8_t rtp_payload2;
u_int16_t conn_id;
+ struct rtp_socket *rtp_socket;
} abis_ip;
struct gsm_lchan lchan[TS_MAX_LCHAN];