THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

why nr-rrc dissectors are not called in pdcp-nr

When pdcp-nr packets are decoded, nr-rrc payload is not dissected. How can nr-rrc dissectors are triggered, as dl_dcch is spcecified in pdcp-nr tags?

Another question is how to tell pdcp-nr that no mac-i filed is attached? MAC-I presense tag is 0 byte?

#define PDCP_NR_MACI_PRES_TAG              0x0F
/* 0 byte */

why nr-rrc dissectors are not called in pdcp-nr

When pdcp-nr packets are decoded, nr-rrc payload is not dissected. How can nr-rrc dissectors are triggered, as dl_dcch is spcecified in pdcp-nr tags?

Another question is how to tell pdcp-nr that no mac-i filed is attached? MAC-I presense tag is 0 byte?

#define 

define PDCP_NR_MACI_PRES_TAG 0x0F 0x0F

/* 0 byte */

*/