Projects
osmocom:nightly
simtrace2
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 969
View file
simtrace2_0.8.1.78.64e0a.202502112026.dsc -> simtrace2_0.9.0.202502122026.dsc
Changed
@@ -2,21 +2,21 @@ Source: simtrace2 Binary: simtrace2-firmware, simtrace2-utils, libosmo-simtrace2-1, libosmo-simtrace2-dev Architecture: any all -Version: 0.8.1.78.64e0a.202502112026 +Version: 0.9.0.202502122026 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: http://osmocom.org/projects/simtrace2/wiki Standards-Version: 3.9.8 Vcs-Browser: https://gitea.osmocom.org/sim-card/simtrace2 Vcs-Git: https://gitea.osmocom.org/sim-card/simtrace2 -Build-Depends: debhelper (>= 10), autotools-dev, autoconf, automake, libtool, pkg-config, git, dh-autoreconf, libosmocore-dev (>= 1.4.0), libpcsclite-dev, libnewlib-arm-none-eabi, libusb-1.0-0-dev, gcc-arm-none-eabi +Build-Depends: debhelper (>= 10), autotools-dev, autoconf, automake, libtool, pkg-config, git, dh-autoreconf, libosmocore-dev (>= 1.11.0), libpcsclite-dev, libnewlib-arm-none-eabi, libusb-1.0-0-dev, gcc-arm-none-eabi Package-List: libosmo-simtrace2-1 deb libs optional arch=any libosmo-simtrace2-dev deb libdevel optional arch=any simtrace2-firmware deb devel optional arch=all simtrace2-utils deb devel optional arch=any Checksums-Sha1: - c9c6aedc256b7428e44fd30ebc63e4f7a7138b28 277240 simtrace2_0.8.1.78.64e0a.202502112026.tar.xz + 296c64ba8de733ebc2a2fe9aa50e6d3b50d89566 278492 simtrace2_0.9.0.202502122026.tar.xz Checksums-Sha256: - 247695f483539d886cefb74b99b905b8b416744315bc2aceb4df70ae73dac602 277240 simtrace2_0.8.1.78.64e0a.202502112026.tar.xz + bbe7dc303165350c2aa0a2513e059ca6ab3f72e0f11c323b8416ed80d12dfe5b 278492 simtrace2_0.9.0.202502122026.tar.xz Files: - 38b3d50fe863b3642b929de74461ea3a 277240 simtrace2_0.8.1.78.64e0a.202502112026.tar.xz + dbadf131edd88ba742110eb5dc73eb43 278492 simtrace2_0.9.0.202502122026.tar.xz
View file
simtrace2_0.8.1.78.64e0a.202502112026.tar.xz/.tarball-version -> simtrace2_0.9.0.202502122026.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -0.8.1.78-64e0a.202502112026 +0.9.0.202502122026
View file
simtrace2_0.8.1.78.64e0a.202502112026.tar.xz/TODO-RELEASE -> simtrace2_0.9.0.202502122026.tar.xz/TODO-RELEASE
Changed
@@ -3,10 +3,7 @@ # In short: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info # LIBVERSION=c:r:a # If the library source code has changed at all since the last update, then increment revision: c:r + 1:a. -# If any interfaces have been added, removed, or changed since the last update: c + 1:0:0. +# If any interfaces have been added, removed, or changed since the last update: c + 1:0:a. # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. #library what description / commit summary line -simtrace2 API/ABI change osmo_st2_transport new member -simtrace2 API/ABI change cardemu_usb_msg_config new member -simtrace2 API/ABI change add function osmo_st2_cardem_request_config2()
View file
simtrace2_0.8.1.78.64e0a.202502112026.tar.xz/debian/changelog -> simtrace2_0.9.0.202502122026.tar.xz/debian/changelog
Changed
@@ -1,8 +1,104 @@ -simtrace2 (0.8.1.78.64e0a.202502112026) unstable; urgency=medium +simtrace2 (0.9.0.202502122026) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom nightly feed - -- Osmocom OBS scripts <info@osmocom.org> Tue, 11 Feb 2025 20:27:25 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Wed, 12 Feb 2025 20:27:26 +0000 + +simtrace2 (0.9.0) unstable; urgency=medium + + Oliver Smith + * host/contrib/simtrace2.spec.in: update + * treewide: remove FSF address + * contrib/jenkins.sh: set USE_CLANG=1 + * Cosmetic: fix CI errors + * debian/rules: remove override_dh_autoreconf + * debian: set compat level to 10 + * contrib/jenkins: tweak shell logic + * firmware/Makefile: don't use distribution's CFLAGS + * contrib: remove rpm spec file + + Eric Wild + * firmware: add crc stub to all dfu apps to ensure reliable loading + * wireshark lua dissector: dissect more + * lua dissector: adjust usage instructions + * conrtrib/upload : upload elf files + * contrib/jenkins.sh : build and publish combined targets + * fw: only build the bl with clang + + James Tavares + * simtrace2-tool: add "modem sim-card (insert|remove)" command + * firmware: add definition for main osc bypass when using external osc + * gitignore: add missing entries binaries + * firmware: bugfix: disable cardemu comms in local SIM mode + * main: rotor: erase immediately after send + * Fix missing generation of waiting-time-extension in some situations + + Harald Welte + * host: Print strerror(errno) in case of problems opening the USB device + * cosmetic: Fix indent of printf() statement + * host: properly zero-initialize interface match structures + * contrib/simtrace.lua: Add VID/PID of all currentl simtrace2 devices + * cosmetic: contrib/simtrace.lua: more consistent formatting + * contrib/simtrace.lua: Add header with author/description/usage + * contrib/simtrace.lua: print length + slot-number in decimal only + * contrib/simtrace.lua: Don't print SIMTRACE_MSGT_ in every COL_INFO + * contrib/simtrace.lua: Dissect some more cardem related message types + * contrib/simtrace.lua: Register for "decode as..." + * cardem: Report the VCC voltage (if supported) + * card_emu_uart_interrupt: ASSERT if we get called with wrong uart_chan + * cardem: set more reasonable interrupt priorities + * host: Always initialize libosmocore logging before using it + * simtrace2-cardem-pcsc: rename 'flags' to 'status_flags' + * simtrace2-cardem-pcsc: Move all logging into libosmocore + * simtrace2-cardem-pcsc: Detect card power-up without RESET + * host: Don't pass -1 (converted to 255) as address + * simtrace2-cardem-pcsc: Fix copy+paste error in log message + * simtrace2-cardem-pcsc: continue in case of LIBUSB_TRANSFER_ERROR + * contrib/simtrace.lua: Add Flag bits + Data to COL_INFO + * Reduce bInterval of interrupt endpoints to avoid interrupt misses + * simtrace2-cardem-pcsc.c: Send APDUs via GSMTAP + * update git URLs (git -> https; gitea) + * cardem: reset the uC in case of USB disconnect + * cosmetic: Fix compile-time #error message string typo + * firmware/sniffer: Fix copy+paste when logging invalid INS bytes + * firmware/sniffer: Log parity errors, just like overruns and framing errors + * firmware/sniffer: refactor setting TPDU state + * firmware/sniffer: Log old and new state in ISO7816-3 state changes + * firmware/sniffer: Avoid extra call for rbuf_is_full + * firmware/sniffer: Fix programming error in PPS + * firmware/sniffer: Make all global variables 'static' + * firmware/sniffer: Group global variables in structs + * firmware/sniffer: Log cause of WT change + * firmware/sniffer: Rename global variable 'wt' to 'g_wt' + * firmware/sniffer: Disable TIMEOUT interrupts in USART IER on exit + * firmware/sniffer: Add + use 16bit ringbuffer + * firmware/sniffer: Pass PARITY/OVERRUN/FRAMING error via ringbuffer + * firmware/sniffer: Handle WT timeouts via ring-buffer + * firmware/sniffer: introduce #define for interrupt enable flags + * firmware/sniffer: Enable interrupts for overrun/parity/frame errors + * Fix unchecked return value of osmo_libusb_init() + * Add funding link to github mirror + * README.md: Fix mark-down nested bullet syntax + * README.md: Fix mark-down nested bullet syntax + * README.md: add links to SIMtrace2 and QMOD + * README.md: Add links to where hardware can be bought + * README.md: Add section on ngff_carem + * README.md: Add note to avoid using a VM + + Alexander Couzens + * firmware: usb: call USBD_HAL_DISCONNECT while usb init to recover from resets + * ngff_cardem: cosmetic: fix superflous space + * dissector: add support for sim polarity + * firmware: allow to change the sim presence pin polarity + * simtrace2-cardem-pcsc: allow to set sim presence polarity + + Vadim Yanitskiy + * host/cardem: fix integer overflow in process_do_rx_da() + + Philipp Maier + * simtrace2-cardem-pcsc: mark reset events in GSMTAP trace + + -- Oliver Smith <osmith@sysmocom.de> Wed, 12 Feb 2025 16:07:53 +0100 simtrace2 (0.8.1) unstable; urgency=medium
View file
simtrace2_0.8.1.78.64e0a.202502112026.tar.xz/debian/control -> simtrace2_0.9.0.202502122026.tar.xz/debian/control
Changed
@@ -10,7 +10,7 @@ pkg-config, git, dh-autoreconf, - libosmocore-dev (>= 1.4.0), + libosmocore-dev (>= 1.11.0), libpcsclite-dev, libnewlib-arm-none-eabi, libusb-1.0-0-dev, @@ -33,7 +33,7 @@ Section: devel Architecture: any Multi-Arch: same -Depends: osmocom-nightly (= 202502112026), ${shlibs:Depends}, ${misc:Depends}, libosmo-simtrace2-1 +Depends: osmocom-nightly (= 202502122026), ${shlibs:Depends}, ${misc:Depends}, libosmo-simtrace2-1 Recommends: simtrace2-firmware Description: Host utilities to communicate with SIMtrace2 USB Devices. @@ -41,7 +41,7 @@ Section: libs Architecture: any Multi-Arch: same -Depends: osmocom-nightly (= 202502112026), ${shlibs:Depends}, ${misc:Depends} +Depends: osmocom-nightly (= 202502122026), ${shlibs:Depends}, ${misc:Depends} Description: Osmocom SIMtrace2 library This library contains core "driver" functionality to interface with the Osmocom SIMtrace2 (and compatible) USB device firmware. It enables @@ -52,7 +52,7 @@ Section: libdevel Architecture: any Multi-Arch: same -Depends: osmocom-nightly (= 202502112026), libosmo-simtrace2-1, ${misc:Depends} +Depends: osmocom-nightly (= 202502122026), libosmo-simtrace2-1, ${misc:Depends} Description: Development headers for Osmocom SIMtrace2 library This library contains core "driver" functionality to interface with the Osmocom SIMtrace2 (and compatible) USB device firmware. It enables
View file
simtrace2_0.8.1.78.64e0a.202502112026.tar.xz/host/configure.ac -> simtrace2_0.9.0.202502122026.tar.xz/host/configure.ac
Changed
@@ -56,9 +56,9 @@ CFLAGS="$saved_CFLAGS" AC_SUBST(SYMBOL_VISIBILITY) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.4.0) -PKG_CHECK_MODULES(LIBOSMOSIM, libosmosim >= 1.4.0) -PKG_CHECK_MODULES(LIBOSMOUSB, libosmousb >= 1.4.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.11.0) +PKG_CHECK_MODULES(LIBOSMOSIM, libosmosim >= 1.11.0) +PKG_CHECK_MODULES(LIBOSMOUSB, libosmousb >= 1.11.0) PKG_CHECK_MODULES(LIBUSB, libusb-1.0) AC_ARG_ENABLE(sanitize,
View file
simtrace2_0.8.1.78.64e0a.202502112026.tar.xz/host/lib/Makefile.am -> simtrace2_0.9.0.202502122026.tar.xz/host/lib/Makefile.am
Changed
@@ -1,7 +1,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read chapter "Library interface versions" of the libtool documentation # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html -ST2_LIBVERSION=1:0:0 +ST2_LIBVERSION=2:0:1 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir) AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOSIM_CFLAGS) $(LIBUSB_CFLAGS) $(COVERAGE_CFLAGS)
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.