Attention is currently required from: pespin.
dexter has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37470?usp=email )
Change subject: IPAd_Tests: rework verification of ESipa responses from IPAd
......................................................................
Patch Set 2:
(1 comment)
File ipad/IPAd_Tests.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37470/comment/58b32621_a260…
PS1, Line 450: if (not match(esipa_req, tr_getBoundProfilePackageRequestEsipa)) {
> I'd really go for adding this check in a new api, you'll use this several times: […]
Thanks for the hint. This was a great idea. I also fixed it in the eIM testsuite.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37470?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: I0150fe5c98d5a5db9f1931c72ef6e015f74055bd
Gerrit-Change-Number: 37470
Gerrit-PatchSet: 2
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 12 Jul 2024 13:15:12 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment
pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/37477?usp=email )
Change subject: ttcn3-asterisk: extensions.conf: Reject subsequent MO calls in VoLTE when busy
......................................................................
ttcn3-asterisk: extensions.conf: Reject subsequent MO calls in VoLTE when busy
Reject calls when the VoLTE endpoint is already busy with an ongoing
call.
Related: SYS#7003
Change-Id: If4ce1fee36e51ac72681ac2ce04531d501ccb56c
---
M ttcn3-asterisk-ims-ue-test/asterisk/extensions.conf
1 file changed, 17 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/77/37477/1
diff --git a/ttcn3-asterisk-ims-ue-test/asterisk/extensions.conf b/ttcn3-asterisk-ims-ue-test/asterisk/extensions.conf
index e7ed535..29dd387 100644
--- a/ttcn3-asterisk-ims-ue-test/asterisk/extensions.conf
+++ b/ttcn3-asterisk-ims-ue-test/asterisk/extensions.conf
@@ -31,8 +31,12 @@
same => n,Hangup(16)
exten => _.!,1,Verbose(5,${EXTEN}: Call external number from ${CALLERID(num)})
+ same => n,Set(GROUP()=IMSgroup)
+ same => n,GotoIf($[${GROUP_COUNT(IMSgroup)} > 1]?999)
same => n,Dial(PJSIP/${EXTEN}@volte_ims)
same => n,Hangup(16)
+ same => 999,Verbose(1,${EXTEN}: VoLTE client already busy (${GROUP_COUNT(IMSgroup)}) rejecting call from ${CALLERID(num)})
+ same => n,Set(DIALSTATUS=CHANUNAVAIL)
[volte_ims]
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/37477?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: If4ce1fee36e51ac72681ac2ce04531d501ccb56c
Gerrit-Change-Number: 37477
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange
Attention is currently required from: lynxis lazus.
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/37392?usp=email )
Change subject: obs: add package strongswan-epdg
......................................................................
Patch Set 2: Code-Review-1
(3 comments)
File scripts/obs/lib/config.py:
https://gerrit.osmocom.org/c/osmo-ci/+/37392/comment/4862cb60_adeca045
PS2, Line 93: "strongswan-epdg",
The binary packages script gets the project name from the repository name. As the repository is called "strongswan" and not "strongswan-epdg", it would need to be "strongswan" here as well.
Or we need to add additional logic to osmo-ci to resolve this (I could add that if needed).
https://gerrit.osmocom.org/c/osmo-ci/+/37392/comment/ae3ebfa3_6cacd13a
PS2, Line 109: "strongswan-epdg": "https://gitea.osmocom.org/ims-volte-vowifi/strongswan",
"strongswan", see above
https://gerrit.osmocom.org/c/osmo-ci/+/37392/comment/c9b11c2e_dc9da537
PS2, Line 124: "wireshark": "^v[0-9]*\\.[0-9]*\\.[0-9a-z]*$",
"strongswan", see above
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/37392?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: I3c8ec3e04010c419e5be1bd0ac35b74888eb3cc6
Gerrit-Change-Number: 37392
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Comment-Date: Fri, 12 Jul 2024 12:02:59 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: osmith.
lynxis lazus has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/37392?usp=email )
Change subject: obs: add package strongswan-epdg
......................................................................
Patch Set 2:
This change is ready for review.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/37392?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: I3c8ec3e04010c419e5be1bd0ac35b74888eb3cc6
Gerrit-Change-Number: 37392
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 12 Jul 2024 11:32:50 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/37475?usp=email )
Change subject: obs/lib/srcpkg: also rstrip() the output of git-version-gen
......................................................................
obs/lib/srcpkg: also rstrip() the output of git-version-gen
Ensures there is no trailing newline or space at the end of the version.
Change-Id: Ieab16b9f497a264ee025e4da362005630e83c1bb
---
M scripts/obs/lib/srcpkg.py
1 file changed, 12 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/75/37475/1
diff --git a/scripts/obs/lib/srcpkg.py b/scripts/obs/lib/srcpkg.py
index e24f25e..9dcb33f 100644
--- a/scripts/obs/lib/srcpkg.py
+++ b/scripts/obs/lib/srcpkg.py
@@ -31,7 +31,7 @@
# Run git-version-gen if it is in the repository
script_path = f"{repo_path}/git-version-gen"
if os.path.exists(script_path):
- ret = lib.run_cmd([script_path, "."], cwd=repo_path).output
+ ret = lib.run_cmd([script_path, "."], cwd=repo_path).output.rstrip()
if not ret:
lib.exit_error_cmd(ret, "empty output from git-version-gen")
return ret
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/37475?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: Ieab16b9f497a264ee025e4da362005630e83c1bb
Gerrit-Change-Number: 37475
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-MessageType: newchange