aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-14 21:09:08 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-15 20:06:45 +0100
commit8cc59036e6eaeaa9332081487e4a68ad2a8bdc44 (patch)
tree782919713ac137d54dbf879d64cf077c53fee0ac /openbsc/include/openbsc/gsm_data.h
parentecd94a4b45924c3c65feabc87bbc7a075e951249 (diff)
rsl: Allow to hardcode the RTP Payload
In case of a inflexible network it is better to hardcode the rtp payload to a given type. E.g. when using AMR5.9 on a TCH/F and TCH/H having the same payload is helpful. For now this will be only used by the osmo-bsc.
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 890ccac01..613125739 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -732,6 +732,7 @@ struct gsm_network {
/* MSC data in case we are a true BSC */
struct osmo_msc_data *msc_data;
+ int hardcoded_rtp_payload;
};
#define SMS_HDR_SIZE 128