osmith has uploaded this change for review.

View Change

osmo_ortp.h: add RTP_PT_CSDATA

Related: OS#4393
Change-Id: Ibf0bfb577faa5c82e10706b42ede8b72dd611655
---
M include/osmocom/trau/osmo_ortp.h
1 file changed, 2 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/49/31349/1
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 @@
#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)

To view, visit change 31349. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: Ibf0bfb577faa5c82e10706b42ede8b72dd611655
Gerrit-Change-Number: 31349
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange