osmith has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-abis/+/31348 )
Change subject: Cosmetic: osmo_ortp.h: fix typos ......................................................................
Cosmetic: osmo_ortp.h: fix typos
Change-Id: I594f8506b313f4a351680bd99fe0d2c679a9c90e --- M include/osmocom/trau/osmo_ortp.h 1 file changed, 3 insertions(+), 3 deletions(-)
Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
diff --git a/include/osmocom/trau/osmo_ortp.h b/include/osmocom/trau/osmo_ortp.h index 4cf2321..1fe28de 100644 --- a/include/osmocom/trau/osmo_ortp.h +++ b/include/osmocom/trau/osmo_ortp.h @@ -15,11 +15,11 @@
/*! \brief standard payload type for GSM Full Rate (FR) */ #define RTP_PT_GSM_FULL 3 -/*! \brief Osmocom pseudo-static paylaod type for Half Rate (HR) */ +/*! \brief Osmocom pseudo-static payload type for Half Rate (HR) */ #define RTP_PT_GSM_HALF 96 -/*! \brief Osmocom pseudo-static paylaod type for Enhanced Full Rate (EFR) */ +/*! \brief Osmocom pseudo-static payload type for Enhanced Full Rate (EFR) */ #define RTP_PT_GSM_EFR 97 -/*! \brief Osmocom pseudo-static paylaod type for Adaptive Multi Rate (AMR) */ +/*! \brief Osmocom pseudo-static payload type for Adaptive Multi Rate (AMR) */ #define RTP_PT_AMR 98
#define GSM_VOICE_SAMPLE_RATE_HZ 8000