Hi,
For parse_nr_rrc the Nothing Phone 3a is reporting 0x19 as the packet version.
Works if the mapping added here:
elif pkt_ver in (0x13, 0x14, 0x19): # Version 19, 20
..rather than alongside 0x17 and 0x1a.
Also need the rrc_type_map that works when alongside 0x11 and 0x13:
elif pkt_ver in (0x11, 0x13, 0x19):