Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmo-sigtran/+/41991?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Verified+1 by Jenkins Builder
Change subject: sccp_scrc: Improve logging unable to find SCCP user
......................................................................
sccp_scrc: Improve logging unable to find SCCP user
Change-Id: I9277624a260ee2f94f8cd059211aff53cfb50574
---
M src/sccp_scrc.c
1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/91/41991/2
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sigtran/+/41991?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: I9277624a260ee2f94f8cd059211aff53cfb50574
Gerrit-Change-Number: 41991
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/41991?usp=email )
Change subject: sccp_scrc: Log Point code in integer format too
......................................................................
sccp_scrc: Log Point code in integer format too
Change-Id: I9277624a260ee2f94f8cd059211aff53cfb50574
---
M src/sccp_scrc.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/91/41991/1
diff --git a/src/sccp_scrc.c b/src/sccp_scrc.c
index 92f7818..36b704e 100644
--- a/src/sccp_scrc.c
+++ b/src/sccp_scrc.c
@@ -371,8 +371,8 @@
/* Is subsystem equipped? */
if (!scu) {
/* Error: unequipped user */
- LOGPSCI(inst, LOGL_NOTICE, "Unable to find user for SSN=%u PC=%s\n",
- called->ssn, osmo_ss7_pointcode_print(inst->ss7, called->pc));
+ LOGPSCI(inst, LOGL_NOTICE, "Unable to find user for SSN=%u PC=%u=%s\n",
+ called->ssn, called->pc, osmo_ss7_pointcode_print(inst->ss7, called->pc));
return scrc_node_4(inst, xua,
SCCP_RETURN_CAUSE_UNEQUIPPED_USER);
}
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sigtran/+/41991?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: I9277624a260ee2f94f8cd059211aff53cfb50574
Gerrit-Change-Number: 41991
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Attention is currently required from: laforge.
dexter has posted comments on this change by laforge. ( https://gerrit.osmocom.org/c/pysim/+/41974?usp=email )
Change subject: es9p_client: MAke install notification code execute at all
......................................................................
Patch Set 1: Code-Review+2 Verified+1
(1 comment)
Patchset:
PS1:
I stumbled upon this too ;-) - This patch looks correct to me.
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/41974?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: I2d441cfbc1457688eb163301d3d91a1f1fdc7a8c
Gerrit-Change-Number: 41974
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Fri, 30 Jan 2026 15:42:14 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Attention is currently required from: laforge.
dexter has posted comments on this change by laforge. ( https://gerrit.osmocom.org/c/pysim/+/41973?usp=email )
Change subject: es9p_client: Fix type conversion in installation result notification
......................................................................
Patch Set 1: Code-Review+1 Verified+1
(2 comments)
Patchset:
PS1:
> @pmaier@sysmocom.de would be good if you could test this actually against our smdpp code base.
I have tested it. There were some hiccups (unrelated to this patch), but I fixed those.
PS1:
From what I can see this patch looks ok. The fields get properly parsed on the SMDP+ side and I can see the profile lifecycle change when the notification is received.
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/41973?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: I83ad047e043dc6b3462b188ce6dd0b2cc0e52e87
Gerrit-Change-Number: 41973
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Fri, 30 Jan 2026 15:40:13 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Attention is currently required from: laforge.
dexter has posted comments on this change by laforge. ( https://gerrit.osmocom.org/c/pysim/+/41972?usp=email )
The change is no longer submittable: Code-Review is unsatisfied now.
Change subject: es9p_client: smdpOid is optional in download/install notification
......................................................................
Patch Set 1: Code-Review-1
(2 comments)
Patchset:
PS1:
With the patch itself, everything looks good, but I have problems to understand why smdpOid is suddenly optional. Let's double check this first.
Commit Message:
https://gerrit.osmocom.org/c/pysim/+/41972/comment/e9414046_e6208a3e?usp=em… :
PS1, Line 14: smdpOid OBJECT IDENTIFIER OPTIONAL, -- SM-DP+ OID (same value as in CERT.DPpb.ECDSA)
This field is not marked as optional in V.2.5 (At least not in my copy RSP Technical Specification Version 2.5 26 May 2023). I have also checked against SGP.22 v3.1 (RSP Technical Specification
Version 3.1 Final 01 December 2023) and there it is also not optional. Now I am confused. Can you point me to the spec where this is coming from?
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/41972?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: I5df54df2ddc0590a5eca31d4f37ae94053d20067
Gerrit-Change-Number: 41972
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Fri, 30 Jan 2026 15:15:23 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes