summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoshan Pius <rpius@google.com>2022-05-04 17:58:49 +0000
committerRoshan Pius <rpius@google.com>2022-05-04 17:59:13 +0000
commit01e5b50fdd3f78663256bfc680f49c988ac04bf6 (patch)
tree7de1e569ed4d3b68518be9c1316ec9e5a3116b64
parent084270e3d29d96c8786a1bfc05138de34f2944fc (diff)
downloaduwb-01e5b50fdd3f78663256bfc680f49c988ac04bf6.tar.gz
uci(pdl): Fix session_init_cmd unit test gid value
GID should be 0x1 for session commands. Bug: 231223218 Change-Id: I49a80c1254cfe7b496a227da7317fe5a2eeeb625 Test: atest libuwb_uci_packet_tests
-rw-r--r--src/rust/uwb_uci_packets/uci_packets.pdl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/uwb_uci_packets/uci_packets.pdl b/src/rust/uwb_uci_packets/uci_packets.pdl
index 86cea1f..40b102a 100644
--- a/src/rust/uwb_uci_packets/uci_packets.pdl
+++ b/src/rust/uwb_uci_packets/uci_packets.pdl
@@ -492,7 +492,7 @@ packet SessionInitCmd : SessionCommand (opcode = 0x0) { //SESSION_INIT
}
test SessionInitCmd {
- "\x22\x00\x00\x05\x00\x00\x00\x01\x02\x03\x04\x01",
+ "\x21\x00\x00\x05\x00\x00\x00\x01\x02\x03\x04\x01",
}
packet SessionInitRsp : SessionResponse (opcode = 0x0) { //SESSION_INIT