osmo_ortp.h: add RTP_PT_CSDATA

Related: OS#4393
Change-Id: Ibf0bfb577faa5c82e10706b42ede8b72dd611655
This commit is contained in:
Oliver Smith 2023-02-16 16:50:41 +01:00 committed by laforge
parent 95dafe8b22
commit f2cb4f09e3
1 changed files with 2 additions and 0 deletions

View File

@ -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)