pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43524?usp=email )
Change subject: stp: m3ua: Fix array size
......................................................................
stp: m3ua: Fix array size
Recent commit added ASPs to the config but forgot to extend the array
holding runtime information about the ASPs. Since some tests simply use
all ASPS in the config, those would fail when trying to access the array
out of bounds.
Fixes: 32c3ea0cb0e1b2399e1ecf2eaf5aa55fcbbadc38
Change-Id: I101c36478c5d74823c2ae4a2c0843b5b6c0357f7
---
M stp/STP_Tests_M3UA.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/24/43524/1
diff --git a/stp/STP_Tests_M3UA.ttcn b/stp/STP_Tests_M3UA.ttcn
index 60add43..8a2404f 100644
--- a/stp/STP_Tests_M3UA.ttcn
+++ b/stp/STP_Tests_M3UA.ttcn
@@ -38,7 +38,7 @@
import from STP_Tests_Common all;
-private const integer MAX_NR_M3UA := 9; /* Maximum number of M3UA clients+servers in ATS */
+private const integer MAX_NR_M3UA := 10; /* Maximum number of M3UA clients+servers in ATS */
modulepar {
/* STP-side IP addresses */
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43524?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I101c36478c5d74823c2ae4a2c0843b5b6c0357f7
Gerrit-Change-Number: 43524
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Attention is currently required from: osmith.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/43522?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: rebar: switch to osmocom mirrors
......................................................................
rebar: switch to osmocom mirrors
Change-Id: I13f6c6b2babcea118b6cc386d38bb91a24be6418
---
M rebar.config
M rebar.lock
2 files changed, 13 insertions(+), 13 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-epdg refs/changes/22/43522/2
--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/43522?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: erlang/osmo-epdg
Gerrit-Branch: master
Gerrit-Change-Id: I13f6c6b2babcea118b6cc386d38bb91a24be6418
Gerrit-Change-Number: 43522
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Attention is currently required from: laforge.
Hello Jenkins Builder, laforge,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/onomondo-eim/+/43502?usp=email
to look at the new patch set (#3).
The following approvals got outdated and were removed:
Code-Review+1 by laforge, Verified+1 by Jenkins Builder
Change subject: crypto_utils: extend TODO for better understanding
......................................................................
crypto_utils: extend TODO for better understanding
Related: SYS#8100
Change-Id: I411a3b4216b3c0d707d571b7a0c178e001931139
---
M src/crypto_utils.erl
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/onomondo-eim refs/changes/02/43502/3
--
To view, visit https://gerrit.osmocom.org/c/onomondo-eim/+/43502?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: I411a3b4216b3c0d707d571b7a0c178e001931139
Gerrit-Change-Number: 43502
Gerrit-PatchSet: 3
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Attention is currently required from: laforge.
dexter has posted comments on this change by dexter. ( https://gerrit.osmocom.org/c/onomondo-eim/+/43502?usp=email )
Change subject: crypto_utils: extend TODO for better understanding
......................................................................
Patch Set 3:
(1 comment)
File src/crypto_utils.erl:
https://gerrit.osmocom.org/c/onomondo-eim/+/43502/comment/fbd70ca1_f59b166e… :
PS2, Line 34: %TODO: Define an ASN.1 type for the AssociationToken and use it to get rid of this half-baked encder function.
> encoder
Done
--
To view, visit https://gerrit.osmocom.org/c/onomondo-eim/+/43502?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: onomondo-eim
Gerrit-Branch: master
Gerrit-Change-Id: I411a3b4216b3c0d707d571b7a0c178e001931139
Gerrit-Change-Number: 43502
Gerrit-PatchSet: 3
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Thu, 03 Sep 2026 08:42:54 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Attention is currently required from: dexter, laforge.
Hello Jenkins Builder, laforge,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/onomondo-eim/+/43506?usp=email
to look at the new patch set (#3).
The following approvals got outdated and were removed:
Code-Review+1 by laforge, Verified-1 by Jenkins Builder
Change subject: esipa_asn1_handler: Add TODOs to address missing checks
......................................................................
esipa_asn1_handler: Add TODOs to address missing checks
The ASN.1 handler code lacks several checks that are required
by SGP.32. Profile downloads will work fine, but we won't catch
errors early.
Related: SYS#8100
Change-Id: I6174fba0760a0192d59db68a430b10ab7726bcb3
---
M src/esipa_asn1_handler.erl
1 file changed, 28 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/onomondo-eim refs/changes/06/43506/3
--
To view, visit https://gerrit.osmocom.org/c/onomondo-eim/+/43506?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: I6174fba0760a0192d59db68a430b10ab7726bcb3
Gerrit-Change-Number: 43506
Gerrit-PatchSet: 3
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: dexter <pmaier(a)sysmocom.de>