Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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 */

click to hide/show revision 2
None

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 */

*/