srsLTE/lib/include/srslte/upper
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
..
gtpu.h Clang format UE, eNB and lib (#850) 2019-12-16 16:04:22 +01:00
ipv6.h
pdcp.h pdcp: allow to configure security for rx/tx seperately 2020-03-01 18:26:45 +01:00
pdcp_entity_base.h pdcp: allow to configure security for rx/tx seperately 2020-03-01 18:26:45 +01:00
pdcp_entity_lte.h Starting to add PDCP LTE unit tests. Test failing for now. 2020-02-20 20:53:27 +01:00
pdcp_entity_nr.h pdcp: allow to configure security for rx/tx seperately 2020-03-01 18:26:45 +01:00
rlc.h Process HO complete in the background to avoid heap-after-use bug when PHY measurements are reported during a HO 2020-02-03 12:51:46 +01:00
rlc_am_base.h add basic rlc_am_base class containing data/control PDU check 2019-11-26 16:52:14 +01:00
rlc_am_lte.h Clang format UE, eNB and lib (#850) 2019-12-16 16:04:22 +01:00
rlc_am_nr.h add initial RLC AM NR status PDU packing code including tests 2019-11-26 16:52:14 +01:00
rlc_common.h Apply clang-format to the lib in preperation for PR. 2020-02-20 20:53:27 +01:00
rlc_metrics.h refactor RLC UM and add NR receiver 2019-11-16 14:35:16 +01:00
rlc_tm.h Clang format UE, eNB and lib (#850) 2019-12-16 16:04:22 +01:00
rlc_tx_queue.h Clang format UE, eNB and lib (#850) 2019-12-16 16:04:22 +01:00
rlc_um_base.h Clang format UE, eNB and lib (#850) 2019-12-16 16:04:22 +01:00
rlc_um_lte.h Clang format UE, eNB and lib (#850) 2019-12-16 16:04:22 +01:00
rlc_um_nr.h Clang format UE, eNB and lib (#850) 2019-12-16 16:04:22 +01:00