fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/33708 )
Change subject: trxcon/l1sched: rework dequeueing of Tx prims
......................................................................
Patch Set 1: Verified+1
(1 comment)
Patchset:
PS1:
Removing linter's vote, this function is going to be fixed in a follow-up patch (https://gerrit.osmocom.org/c/osmocom-bb/+/33710). Here I am just copying the code as-is.
--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/33708
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I3d6c2136ff1855ab0aa9062b20b2a64fd0e5fe28
Gerrit-Change-Number: 33708
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Wed, 12 Jul 2023 15:37:41 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33723 )
Change subject: BTS_Tests: run TCH and SACCH loops in f_TC_speech_osmux()
......................................................................
BTS_Tests: run TCH and SACCH loops in f_TC_speech_osmux()
I forgot to update this function in [1]. Let's make it consistent with
the f_TC_speech_rtp(). More details can be found in the linked patch.
Change-Id: I8c2f8bb4cc4b44378af5536893bc73fde368b3fe
Related: [1] Ifb69669b75df5b390d7056cefaf0ef1df69d9bd4
---
M bts/BTS_Tests.ttcn
1 file changed, 15 insertions(+), 0 deletions(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 7691187..3433666 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -8465,6 +8465,8 @@
amr_cmr := amr_ft);
Tu.start(2.0);
alt {
+ [] as_l1_tch_loop();
+ [] as_l1_sacch();
[] OsmuxEM_DATA.receive(osmux_pdu_exp) -> value osmux_pdu {
var boolean matched := false;
for (var integer i := 0; i < osmux_pdu.osmux_amr.header.ctr + 1; i := i + 1) {
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33723
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I8c2f8bb4cc4b44378af5536893bc73fde368b3fe
Gerrit-Change-Number: 33723
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged