> Subject: [PATCH v2 06/22] pdcp: add pre and post process for UL > > Add routines to perform pre & post processing based on the type of > entity. To avoid checks in datapath, there are different function > pointers registered based on the following, > 1. Control plane v/s user plane > 2. 12 bit v/s 18 bit SN > > For control plane only 12 bit SN need to be supported (as per PDCP > specification). > > Signed-off-by: Anoob Joseph <[email protected]> > Signed-off-by: Kiran Kumar K <[email protected]> > Signed-off-by: Volodymyr Fialko <[email protected]> > --- Acked-by: Akhil Goyal <[email protected]>

