An error occurred fetching the project authors.
- 28 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
-
- 11 Jul, 2021 1 commit
-
-
Eurecom authored
changes for initialBWP size different than Coreset0. Tested with 50 MHz 2x2 configuration, initialBWP with 133 PRBs.
-
- 17 Jun, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 11 Jun, 2021 2 commits
-
-
luis_pereira87 authored
-
luis_pereira87 authored
-
- 05 Jun, 2021 1 commit
-
-
rmagueta authored
-
- 31 May, 2021 2 commits
-
-
Roberto Louro Magueta authored
This reverts commit 4100dc33
-
rmagueta authored
-
- 10 May, 2021 1 commit
-
-
Mahesh authored
-
- 03 May, 2021 1 commit
-
-
francescomani authored
-
- 27 Apr, 2021 2 commits
-
-
Robert Schmidt authored
- Configure PUCCH Format 0 to be in separate RBs (each UE has dedicated resources) - Configure RA preamble to be different per UE - Configure CSI offset such that no two UEs have their report in the same frame
-
Robert Schmidt authored
Nb_ue is not unique among UEs: consider 2 UEs present. The last UE has CSI idx "2". Now the first UE disconnects, and a new UE connects. It will also get CSI idx "2", and I assume this is not what we want.
-
- 25 Apr, 2021 2 commits
- 25 Mar, 2021 1 commit
-
-
Raymond Knopp authored
configuration of SRB1 for monolithic and CU/DU, move some parameters from RRC to MACRLC section in configuration file.
-
- 11 Mar, 2021 1 commit
-
-
Shweta Shrivastava authored
-
- 05 Mar, 2021 1 commit
-
-
Xue Song 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
-
- 15 Feb, 2021 3 commits
-
-
Cedric Roux authored
- a new section in the configuration file to select security algorithms, with new code to deal with it - cleanup CG-ConfigInfo: specs seem to indicate that we must not add mcg_RB_Config; the gNB has to deal with that - as a consequence, modify fill_default_rbconfig() that is called in every cases and needs security and bearer parameters The new section in the configuration file looks like: security = { # preferred ciphering algorithms # the first one of the list that an UE supports in chosen # valid values: nea0, nea1, nea2, nea3 ciphering_algorithms = ( "nea0", "nea2" ); # preferred integrity algorithms # the first one of the list that an UE supports in chosen # valid values: nia0, nia1, nia2, nia3 integrity_algorithms = ( "nia0" ); };
-
Cedric Roux authored
-
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.
-
- 12 Feb, 2021 1 commit
-
-
rmagueta authored
-
- 02 Feb, 2021 1 commit
-
-
Khodr Saaifan authored
-
- 01 Feb, 2021 1 commit
-
-
Cedric Roux authored
Wireshark (version 3.3.2) was not happy. https://asn1.io/asn1playground/ was not happy. Let's make them happy. So then everyone is happy.
-
- 25 Jan, 2021 1 commit
-
-
Laurent Thomas authored
-
- 10 Jan, 2021 1 commit
-
-
Laurent authored
-
- 23 Dec, 2020 1 commit
-
-
Laurent authored
-
- 05 Dec, 2020 1 commit
-
-
Shweta Shrivastava authored
-
- 02 Dec, 2020 1 commit
-
-
rmagueta authored
-
- 01 Dec, 2020 1 commit
-
-
cig authored
- enabled procedures that were already called for phy-test mode - enabled setup of DRB for the current C-RNTI - enhanced information, debugging and warning logging at MAC/RLC/PDCP level
-
- 24 Nov, 2020 1 commit
-
-
yaojie authored
-
- 06 Nov, 2020 1 commit
-
-
yaojie authored
-
- 12 Oct, 2020 1 commit
-
-
Mahesh K authored
This commit contains work done by Eurecom and by Benetel.
-
- 22 Sep, 2020 1 commit
-
-
Cedric Roux authored
This commit introduces several enhancements in X2AP and RRC to deal with ENDC. The main goal is to deal with UE's on/off and with various errors. The following work is included: - DC prep and DC overall X2 timers - X2 messages for UE release and DC timers' timeout Open problems: - what to do when the UE sends an scg Failure? This commit removes the UE. And this removal may not be correctly done - UE removal in the gNB's PHY layer (a next commit is coming, but it is hackish and will need a rework)
-
- 21 Sep, 2020 1 commit
-
-
zhenghuangkun authored
-
- 18 Aug, 2020 1 commit
-
-
Francesco Mani authored
-
- 06 Aug, 2020 1 commit
-
-
- 05 Aug, 2020 1 commit
-
-
Francesco Mani authored
-