Attention is currently required from: fixeria.
Jenkins Builder 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 3:
(2 comments)
File src/common/l1sap.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-18990):
https://gerrit.osmocom.org/c/osmo-bts/+/38312/comment/f282ca8d_7ed7616f?usp… :
PS3, Line 468: } else {
else is not generally useful after a break or return
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-18990):
https://gerrit.osmocom.org/c/osmo-bts/+/38312/comment/c8b5ca15_1fb24003?usp… :
PS3, Line 482: } else {
else is not generally useful after a break or return
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/38312?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Idca6807b1e49b89072683b9f00ff4e7cee44cf33
Gerrit-Change-Number: 38312
Gerrit-PatchSet: 3
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: falconia <falcon(a)freecalypso.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 30 Sep 2024 20:15:43 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-bts/+/38314?usp=email
to look at the new patch set (#4).
Change subject: l1sap: fix GSMTAP RLP frame reassembly for TCH/F4.8 NT
......................................................................
l1sap: fix GSMTAP RLP frame reassembly for TCH/F4.8 NT
Unfortunately this approach cannot work because bit E7 simply does
not exist in NT mode: that bit position gets replaced by one of
D-prime bits belonging to the RLP frame. Let's use TDMA Fn of the
given TCH.ind to distinguish between the 1st and 2nd halves of an
RLP frame, like we do in csd_v110_rtp_encode().
Related: OS#6578
Change-Id: Ia6b3b03faa066ca7fd828d24ba2559ac69c0362a
---
M include/osmo-bts/csd_v110.h
M src/common/csd_v110.c
M src/common/l1sap.c
3 files changed, 8 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/14/38314/4
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/38314?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ia6b3b03faa066ca7fd828d24ba2559ac69c0362a
Gerrit-Change-Number: 38314
Gerrit-PatchSet: 4
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Attention is currently required from: fixeria.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-bts/+/38312?usp=email
to look at the new patch set (#3).
The following approvals got outdated and were removed:
Verified-1 by Jenkins Builder
Change subject: l1sap: call csd_v110_rtp_decode() in l1sap_tch_rts_ind()
......................................................................
l1sap: call csd_v110_rtp_decode() in l1sap_tch_rts_ind()
The problem with calling csd_v110_rtp_decode() from l1sap_rtp_rx_cb()
is that we don't know in advance at which TDMA frame number the
resulting TCH block is going to be scheduled/transmitted. This
knowledge will be required in follow-up patches.
* In l1sap_rtp_rx_cb(): create an L1SAP msgb with the RTP payload
unmodified (160 bytes), like we do for speech frames.
* In l1sap_tch_rts_ind(): copy the RTP payload into a temporary
buffer on stack and call csd_v110_rtp_decode(), re-using the
L1SAP msgb as the output buffer.
This patch brings no functional changes, except that the DL RLP PDUs
now how the correct TDMA frame number in GSMTAP output (was always 0).
Related: OS#6578
Change-Id: Idca6807b1e49b89072683b9f00ff4e7cee44cf33
---
M src/common/l1sap.c
1 file changed, 107 insertions(+), 101 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/12/38312/3
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/38312?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Idca6807b1e49b89072683b9f00ff4e7cee44cf33
Gerrit-Change-Number: 38312
Gerrit-PatchSet: 3
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: falconia <falcon(a)freecalypso.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>