Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uci_packets.pdl SessionStartCmd doesn't include payload length #95

Open
PetervdPerk-NXP opened this issue Jul 29, 2024 · 0 comments
Open

Comments

@PetervdPerk-NXP
Copy link

pica/src/uci_packets.pdl

Lines 1133 to 1139 in 5367a4f

packet SessionStartCmd : SessionControlPacket (mt = COMMAND, oid = START) {
session_id: 32,
}
test SessionStartCmd {
"\x22\x00\x00\x04\x00\x00\x00\x00\x01\x02\x03",
}

Pica seems to ignore the payload length of the SessionControlPacket which is in this case is 4.

0x22 0x00 0x00 0x04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant