osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/40728?usp=email )
Change subject: rebar.lock: update enftables commit to latest
......................................................................
rebar.lock: update enftables commit to latest
Update the enftables dependency to the latest commit "Add missing
include of string.h", which is right after the one currently listed in
rebar.lock. This should fix the build failing for ubuntu 24.10 in the
Osmocom OBS:
[ 281s] /usr/src/packages/BUILD/_checkouts/enftables/c_src/enftables.c:68:28: error: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
[ 281s] 68 | bin.size = strlen(obuf);
[ 281s] | ^~~~~~
[ 281s] /usr/src/packages/BUILD/_checkouts/enftables/c_src/enftables.c:16:1: note: include '<string.h>' or provide a declaration of 'strlen'
Related: https://gitea.osmocom.org/erlang/enftables/commit/8b9b4acd624b9d0d3a58d725f…
Change-Id: Iffd691bc5010d913728a9d683946e39f80c5655b
---
M rebar.lock
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-s1gw refs/changes/28/40728/1
diff --git a/rebar.lock b/rebar.lock
index c5a90df..0c6730a 100644
--- a/rebar.lock
+++ b/rebar.lock
@@ -2,7 +2,7 @@
[{<<"cut">>,{pkg,<<"cut">>,<<"1.0.3">>},1},
{<<"enftables">>,
{git,"https://gitea.osmocom.org/erlang/enftables.git",
- {ref,"be23c8ebac948aa1eea450b368af437d12a7173a"}},
+ {ref,"8b9b4acd624b9d0d3a58d725f11afa96d31fe5d7"}},
0},
{<<"exometer_core">>,
{git,"https://github.com/Feuerlabs/exometer_core.git",
--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/40728?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: Iffd691bc5010d913728a9d683946e39f80c5655b
Gerrit-Change-Number: 40728
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Attention is currently required from: laforge.
Hoernchen has posted comments on this change by Hoernchen. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/40722?usp=email )
Change subject: timers: fix them
......................................................................
Patch Set 2:
(1 comment)
File sysmoOCTSIM/main.c:
https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/40722/comment/bbfe3cb4_af… :
PS2, Line 546: SysTick->CTRL &= ~SysTick_CTRL_ENABLE_Msk; // no clock ticks for osmo timers
> is the comment now still valid? it seems a bit contradictory to me now, eanbling systick timer but s […]
It temporarily disables the systick to ensure there are no clock ticks for the timers when doing the usb reset dance.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/40722?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: I0a9ba7a9097fe09614beceeae7541bd7b82b9087
Gerrit-Change-Number: 40722
Gerrit-PatchSet: 2
Gerrit-Owner: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Mon, 21 Jul 2025 15:46:57 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: laforge <laforge(a)osmocom.org>
Attention is currently required from: Hoernchen.
laforge has posted comments on this change by Hoernchen. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/40721?usp=email )
Change subject: 7816 fsm: drop inverse convention lut for arm
......................................................................
Patch Set 2: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/40721?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: I1c6f1c4b733074201cb02c0b9e7cf80a9f8dca7c
Gerrit-Change-Number: 40721
Gerrit-PatchSet: 2
Gerrit-Owner: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 21 Jul 2025 14:29:54 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes