This repository was archived by the owner on Apr 10, 2026. It is now read-only.
Anjay-zephyr 3.5.0
Features
- (commercial feature only) Added support for enabling/disabling bootstrapping from a SIM card in runtime
- Added support for T-Mobile DevEdge IoT Developer Kit
Improvements
- Disabled nRF GNSS priority mode before disconnecting
- Added proper support for realtime clock on devices that use the POSIX clock API for that
- Reversed dependency between
ANJAY_ZEPHYR_GPSandANJAY_ZEPHYR_GPS_{platform}Kconfig options for easier configuration; NOTE: this is a breaking change that may require updating your project configuration files - Reduced number of logs produced when NTP server can't be reached
- Changed the default value of
ANJAY_ZEPHYR_GPS_NRF_PRIO_MODE_PERMITTEDKconfig option ton - Unified persistence saving and loading order
- Added a separate workqueue to perform library-related works
Bugfixes
- Fixed reboot-related bug that occurred when stopping Anjay while processing the A-GPS request
- Fixed invalid memory access when logging errors related to A-GPS requests
- Retained location services result codes between objects creation/deletion
- (commercial feature only) Fixed compatibility of the Core Persistence feature with the Zephyr TLS socket backend
- (commercial feature only) Made sure that Core Persistence data is removed after each attempted use, to prevent old data from being used