is it possible to call rrc dissector to decode rrc containers in F1AP?
The IE of rrc containers in F1AP is not decoded. Is it possible to call rrc dissectors?
The F1AP dissector should already handle UL CCCH messages. For DCCH messages, what you have is NR PDCP PDUs and not RRC messages. Moreover they are likely ciphered, that's why I did not add this code. I should probably make the call to the PDCP dissector optional (based on a preference) for the rare cases where ciphering is unused. I should also add DL CCCH dissection. A capture file would be welcome to test the code.
Create an enhancement bug on bugs.wireshark.org and attach the pcap
Thiss is now implemented in https://code.wireshark.org/review/#/c...
Asked: 2020-02-10 13:24:09 +0000
Seen: 1,172 times
Last updated: Feb 11 '20