laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmocore/+/32964 )

Change subject: coding: fix API doc: TCH/H needs 6 bursts, not 8
......................................................................

coding: fix API doc: TCH/H needs 6 bursts, not 8

Change-Id: Iea787ec4c3b15a74f59d45825eae03740c5d28fa
---
M src/coding/gsm0503_coding.c
1 file changed, 13 insertions(+), 4 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  falconia: Looks good to me, but someone else must approve
  Jenkins Builder: Verified




diff --git a/src/coding/gsm0503_coding.c b/src/coding/gsm0503_coding.c
index 6f76824..f27b13d 100644
--- a/src/coding/gsm0503_coding.c
+++ b/src/coding/gsm0503_coding.c
@@ -1976,7 +1976,7 @@

 /*! Perform channel decoding of a HR(v1) channel according TS 05.03
  *  \param[out] tch_data Codec frame in TS 101 318 canonical format
- *  \param[in] bursts buffer containing the symbols of 8 bursts
+ *  \param[in] bursts buffer containing the symbols of 6 bursts
  *  \param[in] odd Odd (1) or even (0) frame number
  *  \param[out] n_errors Number of detected bit errors
  *  \param[out] n_bits_total Total number of bits
@@ -2054,7 +2054,7 @@
 /*! Perform channel decoding of a HR(v1) channel according TS 05.03,
  *  deprecated legacy API.
  *  \param[out] tch_data Codec frame in pseudo-RFC5993 format
- *  \param[in] bursts buffer containing the symbols of 8 bursts
+ *  \param[in] bursts buffer containing the symbols of 6 bursts
  *  \param[in] odd Odd (1) or even (0) frame number
  *  \param[out] n_errors Number of detected bit errors
  *  \param[out] n_bits_total Total number of bits
@@ -2635,7 +2635,7 @@

 /*! Perform channel decoding of a TCH/AFS channel according TS 05.03
  *  \param[out] tch_data Codec frame in RTP payload format
- *  \param[in] bursts buffer containing the symbols of 8 bursts
+ *  \param[in] bursts buffer containing the symbols of 6 bursts
  *  \param[in] odd Is this an odd (1) or even (0) frame number?
  *  \param[in] codec_mode_req is this CMR (1) or CMC (0)
  *  \param[in] codec array of active codecs (active codec set)
@@ -2658,7 +2658,7 @@

 /*! Perform channel decoding of a TCH/AFS channel according TS 05.03
  *  \param[out] tch_data Codec frame in RTP payload format
- *  \param[in] bursts buffer containing the symbols of 8 bursts
+ *  \param[in] bursts buffer containing the symbols of 6 bursts
  *  \param[in] odd Is this an odd (1) or even (0) frame number?
  *  \param[in] codec_mode_req is this CMR (1) or CMC (0)
  *  \param[in] codec array of active codecs (active codec set)

--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/32964
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Iea787ec4c3b15a74f59d45825eae03740c5d28fa
Gerrit-Change-Number: 32964
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: falconia <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to