Attention is currently required from: Hoernchen, jolly.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37257?usp=email )
Change subject: library/SDP_Templates: Add templates for precondition qos attributes
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
This is used in https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37258
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37257?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: I656ec1fa77bf3390a690fb0ed385d0be95c0f6b4
Gerrit-Change-Number: 37257
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: jolly <andreas(a)eversberg.eu>
Gerrit-Attention: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Attention: jolly <andreas(a)eversberg.eu>
Gerrit-Comment-Date: Thu, 20 Jun 2024 11:53:54 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: fixeria, laforge, osmith, pespin.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/37256?usp=email )
Change subject: ttcn3-s1gw-test: run eNB/MME domains in separate networks
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
I'm not sure what do you win with this tbh, other than making the whole setup more complex and dropping use of usual docker-container helpers.
In the end, osmo-s1gw is really doing nothing with network interfaces, it only handles/work with sockets bound to IP addresses, so the network interface configuration is totally transparent to it and shouldn't matter at all.
You can test with 1 netif with several IP addresses, like we do in Asterisk_Tests or iirc in EPDG_Tests.
I'm happy to hear I'm wrong about this.
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/37256?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I4c72cb58eeb2d0ccca307dcfcfb04d09bfb0834e
Gerrit-Change-Number: 37256
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.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)osmocom.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 19 Jun 2024 18:41:13 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37249?usp=email )
Change subject: asterisk: test Precondition extension in IMS MT call
......................................................................
Patch Set 2:
This change is ready for review.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37249?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: Ic96a6f99edbcf299fde36a2146a3ce252e09536a
Gerrit-Change-Number: 37249
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Comment-Date: Wed, 19 Jun 2024 17:46:03 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37248?usp=email )
Change subject: asterisk: test Precondition extension in IMS MO call
......................................................................
Patch Set 2:
This change is ready for review.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37248?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: I1e26f3bb9e54be5b5e15a003b2000ae3e88b9027
Gerrit-Change-Number: 37248
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Comment-Date: Wed, 19 Jun 2024 17:46:01 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37255?usp=email )
Change subject: Makefile: re-generate per-suite Makefile(s) if needed
......................................................................
Makefile: re-generate per-suite Makefile(s) if needed
Make per-suite Makefile depend on scripts generating it, so that
make will re-generate Makefile if any of its scripts has changed.
Otherwise, Makefile(s) are not re-generated automatically.
Change-Id: I8b73bf8e4c2f6e008eab9581f8c6840b22a5bd6a
---
M Makefile
1 file changed, 14 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
neels: Looks good to me, approved
diff --git a/Makefile b/Makefile
index 5a35e6e..cbb8083 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@
all: $(foreach dir,$(SUBDIRS),$(dir)/all)
define DIR_Makefile_template
-$(1)/Makefile:
+$(1)/Makefile: $(1)/gen_links.sh $(1)/regen_makefile.sh
(cd $(1) && ./gen_links.sh && ./regen_makefile.sh)
endef
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37255?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: I8b73bf8e4c2f6e008eab9581f8c6840b22a5bd6a
Gerrit-Change-Number: 37255
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged