Attention is currently required from: pespin.
fixeria has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/libosmocore/+/41871?usp=email )
Change subject: contrib/jenkins_arm.sh: Remove explicit configure.sh disable args
......................................................................
Patch Set 1:
(1 comment)
File contrib/jenkins_arm.sh:
https://gerrit.osmocom.org/c/libosmocore/+/41871/comment/7db2dabe_538cacf0?… :
PS1, Line 24: --disable-syslog-logging
> See https://jenkins.osmocom. […]
Ah, I see you fixed configure script here: https://gerrit.osmocom.org/c/libosmocore/+/41867. This is why it works with recent libosmocore now :)
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/41871?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: Ie1f99305c198a4e164d54ce7090c9fc67e99a891
Gerrit-Change-Number: 41871
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 19 Jan 2026 20:42:02 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Attention is currently required from: pespin.
fixeria has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/libosmocore/+/41871?usp=email )
Change subject: contrib/jenkins_arm.sh: Remove explicit configure.sh disable args
......................................................................
Patch Set 1:
(1 comment)
File contrib/jenkins_arm.sh:
https://gerrit.osmocom.org/c/libosmocore/+/41871/comment/8e384983_52695ae8?… :
PS1, Line 24: --disable-syslog-logging
> Interestingly enough, I had to add this new option to fix build verification for osmo-ccid-firmware. […]
See https://jenkins.osmocom.org/jenkins/job/master-osmo-ccid-firmware/a1=defaul….
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/41871?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: Ie1f99305c198a4e164d54ce7090c9fc67e99a891
Gerrit-Change-Number: 41871
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 19 Jan 2026 20:36:53 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Attention is currently required from: pespin.
fixeria has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/libosmocore/+/41871?usp=email )
Change subject: contrib/jenkins_arm.sh: Remove explicit configure.sh disable args
......................................................................
Patch Set 1: Code-Review+1
(1 comment)
File contrib/jenkins_arm.sh:
https://gerrit.osmocom.org/c/libosmocore/+/41871/comment/b3782343_f5f3b7ea?… :
PS1, Line 24: --disable-syslog-logging
Interestingly enough, I had to add this new option to fix build verification for osmo-ccid-firmware.git: https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/41866. But somehow it's not the case here.
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/41871?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: Ie1f99305c198a4e164d54ce7090c9fc67e99a891
Gerrit-Change-Number: 41871
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 19 Jan 2026 20:33:53 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Attention is currently required from: daniel, fixeria, laforge, neels, osmith.
pespin has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/libosmo-pfcp/+/41876?usp=email )
Change subject: Avoid marking rx PFCP Assoc Setup Req as duplicate
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
Note, this scenario happened in https://jenkins.osmocom.org/jenkins/job/ttcn3-upf-test/1233/ , where UPF_Tests.TC_session_est_noop failed because our TTCN "cpf" initializes the Tx SeqNr with (PFCP_Emulation.ttcn:)
g_next_sequence_nr_state := (1 + f_rnd_int(1000)) * 10000;
So if two (more or less) consecutive tests obtain the same SeqNr through f_rnd_int, osmo-upf would ignore the PFCP Assoc Setup Req because it'd say it's a duplicate. As a result, next messages may also be marked as duplicate if they match the previous test.
I think we are not yet clearing up the Tx and Rx retrans/duplicate queues, but we should probably clean them up when handling a Rx PFCP ASSOC SETUP REQ (or transmitting it).
--
To view, visit https://gerrit.osmocom.org/c/libosmo-pfcp/+/41876?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: libosmo-pfcp
Gerrit-Branch: master
Gerrit-Change-Id: Ia461550e6791aaf00d18e0310bb4f17fdd2a3f65
Gerrit-Change-Number: 41876
Gerrit-PatchSet: 1
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: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: daniel <dwillmann(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 19 Jan 2026 17:52:21 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No