Attention is currently required from: fixeria, osmith.
pespin has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/libosmocore/+/39418?usp=email )
Change subject: utils/osmo-install-dbg-pkgs: new script
......................................................................
Patch Set 1: Code-Review+1
(1 comment)
File debian/rules:
https://gerrit.osmocom.org/c/libosmocore/+/39418/comment/df6d8906_f691646a?… :
PS1, Line 22: install -Dm755 utils/osmo-install-dbg-pkgs.py \
Better add a comment explaining why is this done here instead of in .install (to be able to remove the .py)
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/39418?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I903cef0a3e358701d14dcf1980fe0f8d5d5b4d62
Gerrit-Change-Number: 39418
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-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 27 Jan 2025 15:21:04 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Attention is currently required from: daniel, fixeria, osmith.
Hello Jenkins Builder, daniel, fixeria, osmith,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmocore/+/39411?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Code-Review+1 by osmith
Change subject: tests/osmo_io: Rework test_file()
......................................................................
tests/osmo_io: Rework test_file()
The amount of read and write on each callback is actually not
really managed by us but by the kernel. Instead of validating the amount
of read/write callbacks, monitor the amount of read/write bytes (and
also make sure the received a final read with len=0 to signal EOF).
Add fflush(stdout) before calling ASSERT to make sure stdout is flushed
before terminating the program.
Related: OS#6708
Change-Id: Ie1e686b407532eee76a8692dfc632af73183e614
---
M tests/osmo_io/osmo_io_test.c
1 file changed, 23 insertions(+), 13 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/11/39411/2
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/39411?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ie1e686b407532eee76a8692dfc632af73183e614
Gerrit-Change-Number: 39411
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: daniel <dwillmann(a)sysmocom.de>
Attention is currently required from: laforge.
dexter has posted comments on this change by laforge. ( https://gerrit.osmocom.org/c/pysim/+/39409?usp=email )
Change subject: euicc: Add euicc_memory_reset shell command
......................................................................
Patch Set 1: Code-Review+1 Verified+1
(1 comment)
Patchset:
PS1:
I am sure your implementation is correct.
However, I have the feeling that almost all cards have issues with that commend. When I try an eSIM-me card for example, the card/os crashed and now I get this:
pySIM-shell (00:MF/ADF.ISD-R)> euicc_memory_reset --delete-operational
-> 80E2910006 bf340382018000
<- 9000: bf340380017f
{
"reset_result": "undefinedError"
}
pySIM-shell (00:MF/ADF.ISD-R)>
Did it work for you? I would expect that when a card has (operational) profiles on it, that those profiles should vanish when I do "euicc_memory_reset --delete-operational"
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/39409?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: Ib462f5b7de3e500e51c0f3d6e2b9b0c2d3ba7e20
Gerrit-Change-Number: 39409
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Mon, 27 Jan 2025 12:28:34 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes