aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-11-19 11:53:49 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-11-20 17:35:46 +0100
commit763e8c77661cf65221389436f983ef5927ff79ee (patch)
tree751adcd6d61c3685130a9c5e5e7ace4f594e076b /openbsc/include/openbsc/gsm_data.h
parent823ff1608885a0199dc460d5aaca28cd2ba2c1d7 (diff)
[ipacc] Add a way to override the rtp payload for MDCX
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 8a49a5dc7..32b05d4da 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -464,6 +464,7 @@ struct gsm_network {
struct gsm_audio_support **audio_support;
int audio_length;
+ int rtp_payload;
/* layer 4 */
int (*mncc_recv) (struct gsm_network *net, int msg_type, void *arg);