Releases: christianrowlands/network-survey-messaging
Releases · christianrowlands/network-survey-messaging
v0.7.0
- BREAKING CHANGE: Swapped the rawMessage for pcapRecord in the Cellular OTA messages.
- BREAKING CHANGE: Renamed the
lte_ota_messagetopic tocellular_ota_messageto allow it to be more generic. - Added message schemas for GSM, UTMS NAS, and WCDMA RRC OTA messages (coming from Network Survey+).
- Added the accuracy field to all the messages which can be used to describe the accuracy of the provided location.
v0.6.1
Added the missionID and recordNumber fields to the Phone State message schema.
Network Survey Messaging Release 0.6.0
- Added a deviceModel field to the message schemas.
- Added a PhoneState message that is sent over the device_status_message topic that reports changes to the serving cell.
Network Survey Messaging Release 0.5.0
Added a message schema for holding cellular LTE Over The Air (OTA) NAS messages.
Network Survey Messaging Release 0.4.0
- Added a message schema for 5G New Radio (NR) cellular survey records.
- Added a message schema for Bluetooth survey records.
Network Survey Messaging Release 0.3.0
Added a message schema for holding cellular LTE Over The Air (OTA) RRC messages.
Network Survey Messaging Release 0.2.2
- Added a GNSS Survey message to the API.
Network Survey Messaging Release 0.2.1
- BREAKING CHANGES were made to the JSON output of the protobuf messages.
- Modified timestamps to use RFC3339 (https://tools.ietf.org/html/rfc3339#page-6) date-time format.
Network Survey Messaging Release 0.2.0
- BREAKING CHANGES were made to the JSON output of the protobuf messages.
- Redesigned this messaging API to define the messages in JSON using AsyncAPI.
- Redefined the proto files to following the new JSON message schema.
- Deprecated the original proto definitions.
- Added a Signal Detection and an Energy Detection message to this API.
Network Survey Messaging Release 0.1.3
Added the device_name field to all the wireless proto messages.