From e24176f69d9b762dfd7c29a25dee40317370bfae Mon Sep 17 00:00:00 2001 From: christianrowlands Date: Thu, 14 Dec 2023 10:36:04 -0500 Subject: [PATCH] Update the slot field description and changelog --- CHANGELOG.md | 6 ++++++ README.md | 2 +- src/main/asyncapi/network_survey_messaging.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 793bced..2ac3cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.15.0](https://github.com/christianrowlands/network-survey-messaging/releases/tag/v0.15.0) - 2023-12-14 +* Adds the slot field to the cellular records (GSM, CDMA, UMTS, LTE, and NR). See the docs for more information on the slot field. + +## [0.14.0](https://github.com/christianrowlands/network-survey-messaging/releases/tag/v0.14.0) - 2023-12-05 +* Adds CQI to the LTE record. + ## [0.13.1](https://github.com/christianrowlands/network-survey-messaging/releases/tag/v0.13.1) - 2023-11-15 * Adds WPA2_WPA3 as an option for the Wi-Fi EncryptionType. diff --git a/README.md b/README.md index 1fd288d..c8c51cc 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ The Network Survey Messaging protobuf library is available via [mavenCentral](ht ```groovy dependencies { - implementation 'com.craxiom:network-survey-messaging:0.14.0' + implementation 'com.craxiom:network-survey-messaging:0.15.0' } ``` diff --git a/src/main/asyncapi/network_survey_messaging.yaml b/src/main/asyncapi/network_survey_messaging.yaml index 6d5d1e8..ef3de83 100644 --- a/src/main/asyncapi/network_survey_messaging.yaml +++ b/src/main/asyncapi/network_survey_messaging.yaml @@ -1963,7 +1963,7 @@ components: description: Boolean indicating if this record represents a serving cell record, or a neighbor cell record. If the field is unset then it is unknown if this record is for the serving cell or a neighbor cell. A value of true indicates that the record represents a serving cell, a value of false indicates a neighbor record. slot: type: integer - description: The slot number of the SIM card or radio slot that this record was captured from. This enables support for multiple SIM cards in a single device or multiple radios in a single device. This field is optional, and if it is not present that is an indication that the device only has a single SIM card or radio (but the presence of this field does not indicate multiple SIM cards or radios). Added in version 0.15.0. + description: The slot number of the SIM card or radio slot that this record was captured from. This enables support for multiple SIM cards in a single device or multiple radios in a single device. Numbering does not start at 0 or 1, and can be any arbitrary number. Therefore, the number does not reveal anything about the number of SIM cards or radio slots in the device. This field is optional, and if it is not present that is an indication that the device only has a single SIM card or radio (but the presence of this field does not indicate multiple SIM cards or radios). Added in version 0.15.0. example: 2 # GSM specific fields lac: