pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37112?usp=email )
Change subject: asterisk: Enable IMS port advanced mode
......................................................................
asterisk: Enable IMS port advanced mode
This allows the SIPmsg_PT port module to be able to handle multiple
client sockets concurrently.
This allows workarounding for now a bug where Asterisk wrongly creates a
TCP conn 2 times and sending the REGISTER over the 2nd one, while TTCN3
operates only on the 1st accepted socket.
Change-Id: I287650a42c700c3959d0959620fb3f1e8e342c7d
---
M asterisk/Asterisk_Tests.default
1 file changed, 16 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/12/37112/1
diff --git a/asterisk/Asterisk_Tests.default b/asterisk/Asterisk_Tests.default
index 1de9def..503f767 100644
--- a/asterisk/Asterisk_Tests.default
+++ b/asterisk/Asterisk_Tests.default
@@ -12,6 +12,7 @@
Asterisk_Tests_LOCAL_SIP_EMU.SIP.default_dest_port := "5060"
Asterisk_Tests_LOCAL_SIP_EMU.SIP.default_dest_address := "127.0.0.1"
# IMS Core:
+Asterisk_Tests_IMS_SIP_EMU.SIP.port_mode := "advanced"; # Allow concurrent client sockets
Asterisk_Tests_IMS_SIP_EMU.SIP.default_sip_protocol := "TCP";
Asterisk_Tests_IMS_SIP_EMU.SIP.listen_enabled := "enabled";
Asterisk_Tests_IMS_SIP_EMU.SIP.local_sip_port := "5060"
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37112?usp=email
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: I287650a42c700c3959d0959620fb3f1e8e342c7d
Gerrit-Change-Number: 37112
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange
Attention is currently required from: laforge.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/36915?usp=email )
Change subject: trxcon/l1sched: refactor prim management in tx_tch[fh]_fn()
......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2:
> I'm not sure it is an improvement, tbh. […]
Code duplication is the price I am ready to pay for cleaner / more predictable code flow. I was already several times that I overlooked / not considered some `goto` somewhere, and as a result we started hitting a segfault. The code path below the switch is no longer common since we added CSD specific channel coding, this is why we had to jump over it in several `case` statements.
All in all, I would still prefer to get this patch merged.
--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/36915?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I5292abf6fcd308c9f7f12c7145d004103c9c7675
Gerrit-Change-Number: 36915
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Thu, 06 Jun 2024 15:26:18 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: comment
Attention is currently required from: osmith.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/37107?usp=email )
Change subject: ansible/setup-jenkins: add more utils
......................................................................
Patch Set 1: Code-Review+1
(1 comment)
Commit Message:
https://gerrit.osmocom.org/c/osmo-ci/+/37107/comment/8d1dec92_b4cc60ac
PS1, Line 12: * tree: list directory trees, useful to quickly check if e.g. ccache
you can just use "du -lha" btw :)
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/37107?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I4b0e5a21f77d0ffb60f1f3aaf91aecd08cb2fe90
Gerrit-Change-Number: 37107
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 06 Jun 2024 15:25:36 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: fixeria, laforge, osmith.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37111?usp=email )
Change subject: msc: do not execute TC_gsup_mt_sms_lu_delay against -latest
......................................................................
Patch Set 2: Code-Review+1
(1 comment)
Patchset:
PS2:
may make more sense to actually make the test fail by checking the output or whatever, but ok.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37111?usp=email
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: I0b07076a054e30c5a9023de18f2c70f15c97f8cc
Gerrit-Change-Number: 37111
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)gnumonks.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)gnumonks.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 06 Jun 2024 15:23:29 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment