Attention is currently required from: neels, laforge.

falconia has posted comments on this change. ( 
https://gerrit.osmocom.org/c/libosmo-abis/+/32078 )

Change subject: osmo_rtp2trau() for FR & EFR: correctly handle the no-data case
......................................................................


Patch Set 1:

(1 comment)

File src/trau/trau_rtp_conv.c:

https://gerrit.osmocom.org/c/libosmo-abis/+/32078/comment/0e985792_e82c0255
PS1, Line 282: } else if (data_len == 0) {
             :          /* C1 .. C5: idle speech */
             :          tf->c_bits[0] = 0;
             :          tf->c_bits[1] = 1;
             :          tf->c_bits[2] = 1;
             :          tf->c_bits[3] = 1;
             :          tf->c_bits[4] = 0;
> if (UL) {
> } else { /* DL*/
>   if (len == 0) {
>   } else {
>   }
> }

I am preparing a second spin of this patch with the logic changed to exactly as 
you indicated above.



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

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I7f21e2210bba9ef87f1af515a001a0cfc1c0a1d8
Gerrit-Change-Number: 32078
Gerrit-PatchSet: 1
Gerrit-Owner: falconia <fal...@freecalypso.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: laforge <lafo...@osmocom.org>
Gerrit-CC: neels <nhofm...@sysmocom.de>
Gerrit-Attention: neels <nhofm...@sysmocom.de>
Gerrit-Attention: laforge <lafo...@osmocom.org>
Gerrit-Comment-Date: Fri, 31 Mar 2023 15:09:00 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: falconia <fal...@freecalypso.org>
Comment-In-Reply-To: neels <nhofm...@sysmocom.de>
Comment-In-Reply-To: laforge <lafo...@osmocom.org>
Gerrit-MessageType: comment

Reply via email to