You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
5 years ago
..
gtpu.h Clang format UE, eNB and lib (#850) 5 years ago
ipv6.h move own ipv6 header definition into own header file and use it in tft filter 5 years ago
pdcp.h pdcp: allow to configure security for rx/tx seperately 5 years ago
pdcp_entity_base.h pdcp: allow to configure security for rx/tx seperately 5 years ago
pdcp_entity_lte.h Starting to add PDCP LTE unit tests. Test failing for now. 5 years ago
pdcp_entity_nr.h pdcp: allow to configure security for rx/tx seperately 5 years ago
rlc.h Process HO complete in the background to avoid heap-after-use bug when PHY measurements are reported during a HO 5 years ago
rlc_am_base.h add basic rlc_am_base class containing data/control PDU check 5 years ago
rlc_am_lte.h Clang format UE, eNB and lib (#850) 5 years ago
rlc_am_nr.h add initial RLC AM NR status PDU packing code including tests 5 years ago
rlc_common.h Apply clang-format to the lib in preperation for PR. 5 years ago
rlc_metrics.h refactor RLC UM and add NR receiver 5 years ago
rlc_tm.h Clang format UE, eNB and lib (#850) 5 years ago
rlc_tx_queue.h Clang format UE, eNB and lib (#850) 5 years ago
rlc_um_base.h Clang format UE, eNB and lib (#850) 5 years ago
rlc_um_lte.h Clang format UE, eNB and lib (#850) 5 years ago
rlc_um_nr.h Clang format UE, eNB and lib (#850) 5 years ago