First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

NBIOT wireshark support for RRC connection setup

I am trying to give NBIOT wireshark support for RRC Connection Setup by calling

int dissect_DL_CCCH_Message_NB_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, void *data _U_) {}

in packet-nfapi.c file as

dissect_DL_CCCH_Message_NB_PDU(ptvcursor_tvbuff(ptvc), pinfo, ptvcursor_tree(ptvc), NULL);

but in wireshark PCAP for this call it is showing msg as RRC Connection Reestablishment. Any solutions please?

praveenainapur1@gmail.com's avatar
1
[email protected]
asked 2021-05-27 08:11:19 +0000, updated 2021-05-31 03:24:22 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Hi,

If it is decoded as a RRC connection reestablishment it means that you payload is not a RRC connection setup. Please double check your code.

Pascal Quantin's avatar
5.8k
Pascal Quantin
answered 2021-05-28 09:35:11 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer