srsLTE/lib/include/srslte
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
..
asn1 removed most of clang-tidy warnings, introduced logmap in asn1, fixed info object naming in s1ap and ngap for successful and unsuccessful outcomes 2020-02-28 18:03:29 +00:00
common remove timers from priority queue for which run() or stop() was called. 2020-02-29 18:00:11 +00:00
interfaces pdcp: allow to configure security for rx/tx seperately 2020-03-01 18:26:45 +01:00
phy Minor aesthetics changes 2020-02-28 12:10:32 +01:00
radio SRSUE: fix srsue_rf_test 2020-02-13 10:29:00 +01:00
upper pdcp: allow to configure security for rx/tx seperately 2020-03-01 18:26:45 +01:00
CMakeLists.txt
build_info.h.in
config.h Clang format UE, eNB and lib (#850) 2019-12-16 16:04:22 +01:00
srslte.h Moved UL/DL PUCCH procedures into pucch_proc 2020-02-13 10:29:00 +01:00
version.h.in