Skip to content

Commit

Permalink
Release 3.4.10 (#31)
Browse files Browse the repository at this point in the history
* updated CHANGELOG

* updated version
  • Loading branch information
ewasjon authored Aug 7, 2024
1 parent b088e00 commit 3b9b19b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## [3.4.*]


## [3.4.10] 2024-08-07
- Added new control command `/IDENTITY` to provide the client with the IMSI, MSISDN, or IP address. See `CONTROL.md` for more information.
- Added new option `--wait-for-identity` to have the client wait for an identity before sending any assistance data requests.
- Added new example `example-modem-ctrl` to demonstrate how to send control commands of cell IDs and IMSI to the client using the control interface.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ find_package(OpenSSL REQUIRED)
endif (USE_OPENSSL)

add_definitions(-D_POSIX_C_SOURCE=200809L)
add_definitions(-DCLIENT_VERSION="3.4.9")
add_definitions(-DCLIENT_VERSION_INT=0x030409)
add_definitions(-DCLIENT_VERSION="3.4.10")
add_definitions(-DCLIENT_VERSION_INT=0x030410)

if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
add_definitions(-DCOMPILER_CANNOT_DEDUCE_UNREACHABLE=1)
Expand Down

0 comments on commit 3b9b19b

Please sign in to comment.