Skip to content

Commit ff93784

Browse files
committed
rel: 4.0.7
1 parent f476ed1 commit ff93784

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22

3-
## []
3+
## [4.0.7] 2025-03-20
44

55
- Fix decoding of IMSI identity
66

7-
## [4.0.6] 2025-03-8
7+
## [4.0.6] 2025-03-18
88

99
- Include Application ID details in SUPL
1010
- Use the initial cell in SUPL instead of a dummy cell

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ include(cmake/compiler.cmake)
1212
include(cmake/target.cmake)
1313

1414
add_definitions(-D_POSIX_C_SOURCE=200809L)
15-
add_definitions(-DCLIENT_VERSION="4.0.6")
16-
add_definitions(-DCLIENT_VERSION_INT=0x040006)
15+
add_definitions(-DCLIENT_VERSION="4.0.7")
16+
add_definitions(-DCLIENT_VERSION_INT=0x040007)
1717

1818
find_package(Threads REQUIRED)
1919

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SUPL 3GPP LPP client
22

3-
![version](https://img.shields.io/badge/version-4.0.5-green)
3+
![version](https://img.shields.io/badge/version-4.0.7-green)
44
![license](https://img.shields.io/badge/license-MXM-blue)
55

66
A comprehensive toolkit for developing 3GPP LPP (LTE Positioning Protocol) clients. This project provides libraries and tools for handling SUPL (Secure User Plane Location) communication and various positioning-related message conversions.

dependency/time/include/time/timestamp.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ struct TimePoint {
9999
class LeapSeconds {
100100
public:
101101
NODISCARD static int64_t count() {
102-
#define LAST_UPDATE_CHECKED 0x040006
102+
#define LAST_UPDATE_CHECKED 0x040007
103103
#ifndef CLIENT_VERSION_INT
104104
#error "Please define CLIENT_VERSION_INT"
105105
#endif

0 commit comments

Comments
 (0)