srsLTE/lib/include/srslte/interfaces
Andre Puschmann 9e113f8b27 pdcp: allow to configure security for rx/tx seperately
previously PDCP security (integrity and ciphering) could only
be enabled for both Rx and Tx at the same time.

this, however, caused an issue during the conformance testing in which,
in TC_8_2_1_1() for example, the eNB sends a SecModeCommand and a
RRC Reconfiguration in the same MAC TB. In this case, the eNB
needs to be able to enable DL security right after sending the SecModeCmd
in order to send the RRCReconfig encrypted. However, enabling UL security needs
to be postponed until after the SecModeComplete is received.

This patch allows to enable PDCP security for rx/tx independently if
that is needed. The default way is like before, enabling it for tx/rx at
the same time.
2020-03-01 18:26:45 +01:00
..
common_interfaces.h srsLTE: AGC only uses boundaries for requesting gain to Radio 2019-12-23 22:57:37 +01:00
enb_interfaces.h SRSENB: minor format, renaming and interface changes 2020-02-13 10:29:00 +01:00
enb_metrics_interface.h
epc_interfaces.h Clang format UE, eNB and lib (#850) 2019-12-16 16:04:22 +01:00
rrc_interface_types.h
sched_interface.h addition of SCell Activation CE Cmd to scheduler and MAC 2020-02-14 21:49:01 +00:00
ue_interfaces.h pdcp: allow to configure security for rx/tx seperately 2020-03-01 18:26:45 +01:00