summaryrefslogtreecommitdiff
path: root/src/rust/uwb_uci_packets/uci_packets.pdl
diff options
context:
space:
mode:
authorRoshan Pius <rpius@google.com>2023-06-22 17:18:59 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-06-22 17:18:59 +0000
commit56dec1732b20712a3f8f3a6a26cf4faf0110e1af (patch)
tree5ecf9f5ccc124fdd9b1c7615900c2d8c8c527c11 /src/rust/uwb_uci_packets/uci_packets.pdl
parentb02fe5383d22890c7225af67715c070d69347638 (diff)
parentc0ac42568942d3cbe042f9728317f008d2bbe374 (diff)
downloaduwb-56dec1732b20712a3f8f3a6a26cf4faf0110e1af.tar.gz
Merge "Renaming ranging interval to ranging duration as per FiRa Consortium UCI Generic Technical Specification v2.0.0_0.9r0"
Diffstat (limited to 'src/rust/uwb_uci_packets/uci_packets.pdl')
-rw-r--r--src/rust/uwb_uci_packets/uci_packets.pdl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rust/uwb_uci_packets/uci_packets.pdl b/src/rust/uwb_uci_packets/uci_packets.pdl
index 7deb831..cca8612 100644
--- a/src/rust/uwb_uci_packets/uci_packets.pdl
+++ b/src/rust/uwb_uci_packets/uci_packets.pdl
@@ -193,7 +193,7 @@ enum AppConfigTlvType : 8 {
DEVICE_MAC_ADDRESS = 0x06,
DST_MAC_ADDRESS = 0x07,
SLOT_DURATION = 0x08,
- RANGING_INTERVAL = 0x09,
+ RANGING_DURATION = 0x09,
STS_INDEX = 0x0A,
MAC_FCS_TYPE = 0x0B,
RANGING_ROUND_CONTROL = 0x0C,
@@ -209,6 +209,7 @@ enum AppConfigTlvType : 8 {
PSDU_DATA_RATE = 0x16,
PREAMBLE_DURATION = 0x17,
LINK_LAYER_MODE = 0x18,
+ DATA_REPETITION_COUNT = 0x19,
RANGING_TIME_STRUCT = 0x1A,
SLOTS_PER_RR = 0x1B,
TX_ADAPTIVE_PAYLOAD_POWER = 0x1C,