Attention is currently required from: jolly.
dexter has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42997?usp=email )
Change subject: Add old eUICC library to run IPA with SGP.32 V1.0.1
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
Maybe it makes more sense to focus on getting the tests running with the current ipa/eim versions instead of worrying about the old versions. At least for the eIM the patches which are currently in review would make the eIM tests pass again. I guess we have a similar situations with the iPAD as well.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42997?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I6d4a2bef08847cd58e75f88a02d0299ce694516e
Gerrit-Change-Number: 42997
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: jolly <andreas(a)eversberg.eu>
Gerrit-Comment-Date: Fri, 24 Jul 2026 15:47:43 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: daniel, lynxis lazus.
dexter has posted comments on this change by daniel. ( https://gerrit.osmocom.org/c/pysim/+/43093?usp=email )
Change subject: pysim-smpp2sim: Add support for a TCP connection through proact channel
......................................................................
Patch Set 2: Code-Review+1
(2 comments)
Patchset:
PS2:
I wonder why the tests are failing with:./pySim-prog_test.sh: line 229: pcsc_scan: command not found
File pySim-smpp2sim.py:
https://gerrit.osmocom.org/c/pysim/+/43093/comment/8a8fffac_1dd83a90?usp=em… :
PS2, Line 76: logger.error("%s: connected!" % p)
Is this .error still the correct level?
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/43093?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Idc1f0c75d89ccd879dc9588b7a0b8688b6f76a66
Gerrit-Change-Number: 43093
Gerrit-PatchSet: 2
Gerrit-Owner: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Attention: daniel <dwillmann(a)sysmocom.de>
Gerrit-Attention: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Comment-Date: Fri, 24 Jul 2026 15:34:54 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Attention is currently required from: dexter.
Hello Jenkins Builder, laforge,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/onomondo-eim/+/43086?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Verified+1 by Jenkins Builder
The change is no longer submittable: Verified is unsatisfied now.
Change subject: esipa_middleware: log incompatible requests
......................................................................
esipa_middleware: log incompatible requests
The esipa_middleware filters incompatible requests by their protocol
version (X-ADMIN-PROTOCOL), but there is no error logged in that
case. Let's make sure that incompatible requests are brought to the
operator's attention.
Related: SYS#8100
Change-Id: Icadc2434794cbd0f7205181a8d506e1d24ee9d0d
---
M src/esipa_middleware.erl
1 file changed, 5 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/onomondo-eim refs/changes/86/43086/2
--
To view, visit https://gerrit.osmocom.org/c/onomondo-eim/+/43086?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: onomondo-eim
Gerrit-Branch: master
Gerrit-Change-Id: Icadc2434794cbd0f7205181a8d506e1d24ee9d0d
Gerrit-Change-Number: 43086
Gerrit-PatchSet: 2
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: dexter <pmaier(a)sysmocom.de>
dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/onomondo-eim/+/43094?usp=email )
Change subject: esipa_rest_utils: use correct ASN.1 type for notificationsList
......................................................................
esipa_rest_utils: use correct ASN.1 type for notificationsList
In SGP.32 V.1.0.1, the type for notificationsList is
SGP32-RetrieveNotificationsListResponse. With SGP.32 V.1.2, the
type is changed to PendingNotificationList
Related SYS#8100
Change-Id: I997b566bf8175a508b30b2696f845a09ba78f266
---
M src/esipa_rest_utils.erl
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/onomondo-eim refs/changes/94/43094/1
diff --git a/src/esipa_rest_utils.erl b/src/esipa_rest_utils.erl
index 9398236..3b16492 100644
--- a/src/esipa_rest_utils.erl
+++ b/src/esipa_rest_utils.erl
@@ -571,7 +571,7 @@
notificationsList,
IpaEuiccData,
'SGP32Definitions',
- 'SGP32-RetrieveNotificationsListResponse'
+ 'PendingNotificationList'
)
],
IpaEuiccDataJsonFiltered =
--
To view, visit https://gerrit.osmocom.org/c/onomondo-eim/+/43094?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: onomondo-eim
Gerrit-Branch: master
Gerrit-Change-Id: I997b566bf8175a508b30b2696f845a09ba78f266
Gerrit-Change-Number: 43094
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Attention is currently required from: jolly, osmith.
dexter has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42967?usp=email )
Change subject: IPAd: Make tests work with testenv and current master of IPAd
......................................................................
Patch Set 4:
(1 comment)
Patchset:
PS4:
You may have a binary eim_cfg.ber though, that would be ok. (see also my comments in the ononomondo-ipa git, this mechanism also might need some improvement.)
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42967?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id4abf15feb179b17594bd11c6e7089469684900c
Gerrit-Change-Number: 42967
Gerrit-PatchSet: 4
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: jolly <andreas(a)eversberg.eu>
Gerrit-Comment-Date: Thu, 23 Jul 2026 12:47:33 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: jolly, osmith.
dexter has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42967?usp=email )
Change subject: IPAd: Make tests work with testenv and current master of IPAd
......................................................................
Patch Set 4: Code-Review-1
(1 comment)
Patchset:
PS4:
I think it is dangerous to have the nvstate.bin in this patch. We should generate the nvstate.bin dynamically using a script before the test runs.
The problem is that when we make changes to some of the structs that make up the nvstate.bin file, we may end up with errors which may be difficult to find. In the best case, the IPAd will reject de-serializing the nvstate in the worst case (if we have not increased the version) there might be unexpected behavior.
Let's add a mechanism that generates the nvstate.bin before each testrun.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42967?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id4abf15feb179b17594bd11c6e7089469684900c
Gerrit-Change-Number: 42967
Gerrit-PatchSet: 4
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: jolly <andreas(a)eversberg.eu>
Gerrit-Comment-Date: Thu, 23 Jul 2026 12:45:18 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Attention is currently required from: jolly.
dexter has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42966?usp=email )
Change subject: Add empty getEimPackageResponse send template
......................................................................
Patch Set 4:
(1 comment)
Patchset:
PS4:
I had a similar problem. Have a look at https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43011, this may be a more flexible solution.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42966?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Idf777e168c2f86ed80ce184cbb65fe86cdabe56a
Gerrit-Change-Number: 42966
Gerrit-PatchSet: 4
Gerrit-Owner: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: jolly <andreas(a)eversberg.eu>
Gerrit-Comment-Date: Thu, 23 Jul 2026 12:35:13 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No