Skip to content

Loading builds...

Changes

#4327 (Feb 9, 2026, 12:42:57 PM)

fix wait time extension handling

wait time ext byte was mishandled as sw1 and sw2, which broke transfers that took a long time, i.e. crypto ops during esim interactions.

Closes: SYS#7869
Change-Id: I7527a4337ae857b9b2a4e982606fac770e677d73
ewild at

#4292 (Jan 23, 2026, 1:03:39 PM)

contrib/jenkins.sh: clean up CFLAGS

Change-Id: I4e78d6eb3c6c7b40312072fcf70f4b6d80042959
Vadim Yanitskiy at

#4291 (Jan 23, 2026, 12:53:07 PM)

contrib/jenkins.sh: clean up embedded build flags

--enable-embedded implies the following flags:

* --disable-log-macros
* --disable-libsctp
* --disable-libusb
* --disable-gb
* --disable-libmnl
* --disable-syslog-logging

so they can be safely removed.

--enable-external-tests makes no sense for an embedded build.

Change-Id: I4b54ecc5b023c7f4e1788814960e179c3818dbda
Related: libosmocore.git I164eb461fb59c7675393219102740f40c1119fdd
Vadim Yanitskiy at

#4286 (Jan 21, 2026, 1:03:14 PM)

contrib/jenkins.sh: fix non-existent include path

This helps the compiler to find talloc.h and fixes the build [again].

Change-Id: I7949f31e01d4cb20af1095f8fc20be1571239f37
Related: OS#6929
Vadim Yanitskiy at

#4281 (Jan 18, 2026, 1:48:09 PM)

contrib/jenkins.sh: fix build: add --disable-syslog-logging

Since recently (see the related patch), libosmocore requires header
file syslog.h to be present, unless --disable-syslog-logging is given.

Change-Id: Ia49709dfebdf22cb00f70d667c996c3fbb8a1f51
Related: libosmocore.git Ifc54d60e24547696b3059b6eb75572f8c84874d0
Vadim Yanitskiy at