Ask Your Question
0

is it possible to call rrc dissector to decode rrc containers in F1AP?

asked 2020-02-10 13:24:09 +0000

pingguoyuan gravatar image

The IE of rrc containers in F1AP is not decoded. Is it possible to call rrc dissectors?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-02-11 17:13:00 +0000

Pascal Quantin gravatar image

updated 2020-02-11 17:15:27 +0000

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.

edit flag offensive delete link more

Comments

where can i put the capture file?

pingguoyuan gravatar imagepingguoyuan ( 2020-02-12 00:52:21 +0000 )edit

Create an enhancement bug on bugs.wireshark.org and attach the pcap

Pascal Quantin gravatar imagePascal Quantin ( 2020-02-12 07:03:49 +0000 )edit

Thiss is now implemented in https://code.wireshark.org/review/#/c...

Pascal Quantin gravatar imagePascal Quantin ( 2020-02-12 19:48:21 +0000 )edit
Chuckc gravatar imageChuckc ( 2022-01-11 17:08:05 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2020-02-10 13:24:09 +0000

Seen: 908 times

Last updated: Feb 11 '20