Attention is currently required from: laforge, lynxis lazus, osmith.
Hello Jenkins Builder, laforge, osmith, pespin,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/simtrace2/+/43281?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Code-Review+1 by osmith, Verified+1 by Jenkins Builder
Change subject: contrib/jenkins.sh: pin libosmocore to the last release
......................................................................
contrib/jenkins.sh: pin libosmocore to the last release
Ensure the libosmocore version doesn't move while building
firmwares which are published.
This improve reproducible builds.
Change-Id: I753d634674f76c50e1a9cf67e5adc43201d54f0c
---
M contrib/jenkins.sh
1 file changed, 6 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/81/43281/2
--
To view, visit https://gerrit.osmocom.org/c/simtrace2/+/43281?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-Change-Id: I753d634674f76c50e1a9cf67e5adc43201d54f0c
Gerrit-Change-Number: 43281
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: lynxis lazus <lynxis(a)fe80.eu>
Attention is currently required from: pespin.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43284?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: DIAMETER: Get Rid of DIAMETER_ConnHdlr_CT in several testsuites
......................................................................
DIAMETER: Get Rid of DIAMETER_ConnHdlr_CT in several testsuites
A man-in-the-middle component DIAMETER_ConnHdlr_CT was used so far
for tests willing to use multiple DIAMETER_ConnHdlr connected to a
single component served by multiple DIAMETER_Emulation.
Remove the need for this component by modifying the DIAMETER_ConnHdlr
component to have an array of ports. This way the same ConnHdlr can be
registered on multiple DIAMETER_Emulation components directly.
Change-Id: Id88b88d2f3472e1f4daa8344ca1fc6d408edfb62
---
M dia2gsup/DIA2GSUP_Tests.ttcn
M epdg/EPDG_Tests.ttcn
M hss/HSS_Tests.ttcn
M library/DIAMETER_Emulation.ttcn
M mme/ConnHdlr.ttcn
M mme/MME_Tests.ttcn
M pcrf/PCRF_Tests.ttcn
M pgw/PGW_Tests.ttcn
8 files changed, 153 insertions(+), 304 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/84/43284/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43284?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id88b88d2f3472e1f4daa8344ca1fc6d408edfb62
Gerrit-Change-Number: 43284
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Attention is currently required from: jolly.
dexter has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43268?usp=email )
Change subject: IPA: Start (and stop) IPAd from test cases
......................................................................
Patch Set 1: Code-Review+1
(1 comment)
File ipad/ipad/nvstate.bin:
PS1:
We need to generate nvstate.bin dynamically before each testrun.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43268?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: I178f8e8750bcd8e1ddbe9a16c615be4bb3e64c1c
Gerrit-Change-Number: 43268
Gerrit-PatchSet: 1
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-Attention: jolly <andreas(a)eversberg.eu>
Gerrit-Comment-Date: Tue, 18 Aug 2026 15:32:03 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Attention is currently required from: fixeria, lynxis lazus, osmith, pespin.
Hello Jenkins Builder, fixeria, lynxis lazus, osmith,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-msc/+/43259?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Code-Review+1 by osmith, Code-Review+2 by fixeria, Verified+1 by Jenkins Builder
The change is no longer submittable: Code-Review and Verified are unsatisfied now.
Change subject: iu: Fix encoding of IPv6 RTP address in RAB Ass Req
......................................................................
iu: Fix encoding of IPv6 RTP address in RAB Ass Req
Use the newly added ranap_new_msg_rab_assign_voice2() API from osmo-iuh,
which allows passing a struct osmo_sockaddr hence supporting IPv6.
This way we get rid of the use of deprecated inet_addr() API.
Also make sure to avoid crashing if the function fails (return NULL).
Depends: osmo-iuh.git I3a8800afd03b94349c8acec778ab7003819e80af
Change-Id: I23298235f4457bd556d2291d81c4aed3f009af0f
---
M TODO-RELEASE
M src/libmsc/ran_msg_iu.c
2 files changed, 16 insertions(+), 8 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/59/43259/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/43259?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I23298235f4457bd556d2291d81c4aed3f009af0f
Gerrit-Change-Number: 43259
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: lynxis lazus <lynxis(a)fe80.eu>