Skip to content

Nothing Phone 3a 5G NR packet version mappings for parse_nr_rrc #140

@mode51software

Description

@mode51software

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):

Metadata

Metadata

Assignees

No one assigned

    Labels

    qualcommBugs related to Qualcomm modem

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions