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
..
asn1 removed most of clang-tidy warnings, introduced logmap in asn1, fixed info object naming in s1ap and ngap for successful and unsuccessful outcomes 5 years ago
common remove timers from priority queue for which run() or stop() was called. 5 years ago
interfaces pdcp: allow to configure security for rx/tx seperately 5 years ago
phy Minor aesthetics changes 5 years ago
radio SRSUE: fix srsue_rf_test 5 years ago
upper pdcp: allow to configure security for rx/tx seperately 5 years ago
CMakeLists.txt update copyright notice 6 years ago
build_info.h.in fix include in build_info.h template 6 years ago
config.h Clang format UE, eNB and lib (#850) 5 years ago
srslte.h Moved UL/DL PUCCH procedures into pucch_proc 5 years ago
version.h.in update copyright notice 6 years ago