osmith has uploaded this change for review. ( 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(-)
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)