aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-02-16 16:50:41 +0100
committerlaforge <laforge@osmocom.org>2023-02-17 10:40:46 +0000
commitf2cb4f09e3778b7949db0f081516a45b38cccc3e (patch)
treee43332a59f400815f117a89fdd3a06a50ca45c25
parent95dafe8b22a66cb7aa4de7410680d09d78926620 (diff)
osmo_ortp.h: add RTP_PT_CSDATA
-rw-r--r--include/osmocom/trau/osmo_ortp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/trau/osmo_ortp.h b/include/osmocom/trau/osmo_ortp.h
index 1fe28de..b6f7d73 100644
--- a/include/osmocom/trau/osmo_ortp.h
+++ b/include/osmocom/trau/osmo_ortp.h
@@ -21,6 +21,8 @@ struct _RtpSession;
#define RTP_PT_GSM_EFR 97
/*! \brief Osmocom pseudo-static payload type for Adaptive Multi Rate (AMR) */
#define RTP_PT_AMR 98
+/*! \brief standard payload type for CSData (3GPP TS 48.103 table 5.4.2.2.1) */
+#define RTP_PT_CSDATA 120
#define GSM_VOICE_SAMPLE_RATE_HZ 8000
#define GSM_VOICE_SAMPLES_PER_MS (GSM_VOICE_SAMPLE_RATE_HZ / 1000)