fixeria has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmo-bts/+/38312?usp=email )
Change subject: l1sap: call csd_v110_rtp_decode() in l1sap_tch_rts_ind() ......................................................................
Patch Set 1:
(2 comments)
File src/common/l1sap.c:
https://gerrit.osmocom.org/c/osmo-bts/+/38312/comment/af7cc994_976b4b97?usp=... : PS1, Line 470: } else {
else is not generally useful after a break or return
I am copying the code as-is, so this warning does not apply.
https://gerrit.osmocom.org/c/osmo-bts/+/38312/comment/92fcee88_ddacdbc4?usp=... : PS1, Line 485: } else {
else is not generally useful after a break or return
I am copying the code as-is, so this warning does not apply.