Skip to content

Commit

Permalink
Release: 3.4.7 (#22)
Browse files Browse the repository at this point in the history
* 3gpp lpp 18.1.0
* release: 3.4.7
  • Loading branch information
ewasjon authored Apr 25, 2024
1 parent a65304e commit 0c6dd6b
Show file tree
Hide file tree
Showing 3,510 changed files with 323,132 additions and 165,714 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

## [3.4.*]
## [3.4.7] 2024-04-25
- Added support for UBX-RXM-RTCM messages.
- Added support for UBX-RXM-SPARTN messages.
- Added new format option `lrf-uper` to output RTCM framed UPER encoded 3GPP LPP messages.
- Updated 3GPP LPP version from Release 16.4.0 to Release 18.1.0.
- HA-GNSS-Metrics data is now included in the `ProvideLocationInformation` message.
- Fix memory leak from ProvideLocationInformation.

## [3.4.6] 2024-04-04
- You can optionally include/exclude which generators to build by using the CMake options `-DINCLUDE_GENERATOR_*`. By default, RTCM and SPARTN generators are included and the old SPARTN generator is excluded.
Expand All @@ -17,7 +20,7 @@
- Building with OpenSSL support is now off by default. To enable it, use `-DUSE_OPENSSL=ON` when building with CMake.
- Experimental changes can now be toggled with `-DEXPERIMENTAL=ON` when building with CMake.

## [3.4.4] 2024-03-06
## [3.4.4] 2024-03-06
- Fixed message nullptr exception.
- IMSI and MSISDN used `unsigned long` which doesn't have enough bits to store all possible values. Changed to `unsigned long long`.
- Added support to use 5G NR cells in addition to LTE cells.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ find_package(OpenSSL REQUIRED)
endif (USE_OPENSSL)

add_definitions(-D_POSIX_C_SOURCE=200809L)
add_definitions(-DCLIENT_VERSION="3.4.6")
add_definitions(-DCLIENT_VERSION_INT=0x030406)
add_definitions(-DCLIENT_VERSION="3.4.7")
add_definitions(-DCLIENT_VERSION_INT=0x030407)

if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
add_definitions(-DCOMPILER_CANNOT_DEDUCE_UNREACHABLE=1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SUPL 3GPP LPP client

![version](https://img.shields.io/badge/version-3.4.4-green)
![version](https://img.shields.io/badge/version-3.4.7-green)
![license](https://img.shields.io/badge/license-MXM-blue)

This project is a set of libraries, examples and tools to facilitate the development of 3GPP LPP clients.
Expand Down
32 changes: 32 additions & 0 deletions asn.1/AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Full list of copyright holders:

Rob Stradling <[email protected]>
Bartosz Marcinkiewicz <[email protected]>
Bent Nicolaisen <[email protected]>
Bi-Ruei, Chiu <[email protected]>
Damir Franusic <[email protected]>
Daniele Varrazzo <[email protected]>
Dave Cridland <[email protected]>
Denis Filatov (DanyaFilatov @ github)
daa @ github
Eric Sesterhenn <[email protected]>
Erika Thorsen (akire @ github)
gareins @ github
johvik @ github
Jon Ringle (ringlej @ github)
kuepe-sl @ github
Lev Walkin <[email protected]>
Max Khon (mkhon @ github)
Maxim Kuzmin (AuthenticEshkinKot @ github)
mouse07410 @ github
Oskar Holmlund (ikarso @ github)
Ray Zhang (zhanglei002 @ github)
Rob Stradling <[email protected]>
Russ Kubik <[email protected]>
Simo Sorce <[email protected]>
theirix @ github
Uri Blumenthal
Vasil Velichkov (velichkov @ github)
Wim L <[email protected]>
ymbirtt @ github
Google Inc.
Loading

0 comments on commit 0c6dd6b

Please sign in to comment.