An error occurred fetching the project authors.
- 28 Sep, 2021 3 commits
-
-
Masayuki Harada authored
-
Masayuki Harada authored
-
Masayuki Harada authored
-
- 08 Sep, 2021 1 commit
-
-
Masayuki Harada authored
-
- 06 Sep, 2021 1 commit
-
-
Cedric Roux authored
Note: some modifications have been done to the UE too, but for syntactic reasons. The UE may fail to work, not tested. For the UE, we have the problem of handling properly SecurityModeCommand. We don't verify its integrity. This is a bit complicated to handle properly and may require some API changes in the PDCP layer. So, as of today, the integrity of this message is not verified. Also, NSA mode has been touched, but it should not be a problem. But not tested, so not sure.
-
- 26 Jul, 2021 1 commit
-
-
francescomani authored
-
- 15 Jul, 2021 1 commit
-
-
rmagueta authored
-
- 14 Jul, 2021 1 commit
-
-
rmagueta authored
-
- 27 Jun, 2021 1 commit
-
-
matzakos authored
Configure PDCP entity for UE DRB with no integrity and ciphering to comply with configuration at gNB -To be revisited if we want to enable integrity and ciphering for DRBs
-
- 23 Jun, 2021 1 commit
-
-
Laurent THOMAS authored
dirty fixes that fix the UL malformed packets (detected in wireshark), and also internally memory corrpution
-
- 22 Jun, 2021 1 commit
-
-
Laurent THOMAS authored
add DLinformationTransfer in nrUE, process SRB!=1 in UE (instead of discard), change struct member pdusession into pduSession to increase code readability (another struct contains also pdusession in lower case)
-
- 14 Jun, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 05 Jun, 2021 1 commit
-
-
rmagueta authored
-
- 26 May, 2021 1 commit
-
-
matzakos authored
-
- 16 May, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 12 May, 2021 1 commit
-
-
rmagueta authored
-
- 10 May, 2021 1 commit
-
-
Mahesh authored
-
- 30 Apr, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 16 Apr, 2021 3 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
-
francescomani authored
-
- 15 Apr, 2021 2 commits
-
-
rmagueta authored
-
francescomani authored
-
- 14 Apr, 2021 2 commits
-
-
francescomani authored
-
matzakos authored
-RRCSetupComplete successfully transferred to RLC of the UE now through SRB1, but not at the MAC yet. -Needed to enable some additional elements for RLC config. at the gNB side (asn1_msg.c) so that the addition of the SRB does not fail at the UE. To verify if these are really required.
-
- 12 Apr, 2021 2 commits
-
-
Raymond Knopp authored
-
Raymond Knopp authored
removed reading reconfig.raw with --sa. Also a segfault upon reception of RRCSetup-CellGroupConfig when this is not in the RRC context.
-
- 08 Apr, 2021 1 commit
-
-
Raymond Knopp authored
added call to NAS for RRCSetupComplete message in UE. other minor modification in gNB/UE scheduling for SA
-
- 03 Apr, 2021 1 commit
-
-
Laurent OpenCells authored
-
- 30 Mar, 2021 3 commits
-
-
Raymond Knopp authored
-
rmagueta authored
-
Raymond Knopp authored
-
- 26 Mar, 2021 1 commit
-
-
francescomani authored
-
- 16 Mar, 2021 2 commits
-
-
rmagueta authored
-
luis_pereira87 authored
-
- 15 Mar, 2021 1 commit
-
-
luis_pereira87 authored
-
- 26 Feb, 2021 1 commit
-
-
matzakos authored
-For the moment SRBs are preconfigured (as was done for DRBs in noS1 mode) but this should be removed
-
- 16 Feb, 2021 2 commits
- 15 Feb, 2021 1 commit
-
-
Cedric Roux authored
The code is forced to use nea2, no matter what the UE supports. After 2^18 PDCP packets, it will fail to work (we don't use HFN yet). These limitations will be fixed in later commits. The existing security function was not reused, because it does too much memory allocation and initializes the security context at each ciphering. So here comes nr_pdcp_security_nea2_cipher(). And also the ciphering is done inplace. To be changed if necessary.
-