laforge has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-abis/+/31349 )
Change subject: osmo_ortp.h: add RTP_PT_CSDATA
......................................................................
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(-)
Approvals:
laforge: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
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
https://gerrit.osmocom.org/c/libosmo-abis/+/31349
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: Ibf0bfb577faa5c82e10706b42ede8b72dd611655
Gerrit-Change-Number: 31349
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged