Skip to content

Commit

Permalink
Update the slot field description and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Dec 14, 2023
1 parent 4e95cdc commit e24176f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion src/main/asyncapi/network_survey_messaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e24176f

Please sign in to comment.