- 12 Jun, 2023 40 commits
-
-
Dhanuja Elizabeth Thomas authored
1. Docker compose yaml 2. UE config : nrue.band78.106prb.l2sim.conf 3. gNB config: gnb.band78.106prb.l2sim.conf
-
Dhanuja Elizabeth Thomas authored
1. Docker compose 2. UE config file: nrue.uicc.conf 3. gNB config file: gnb.sa.band66.106prb.rfsim.conf
-
Dhanuja Elizabeth Thomas authored
1. Docker compose yaml 2. UE config file: nrue.usimconf 3. gNB config file: gnb-cu.sa.band78.106prb.conf gnb-du.sa.band78.106prb.rfsim.conf 4. Deleting unwanted UE config file
-
Dhanuja Elizabeth Thomas authored
1. Docker compose 2. UE config file : lteue.usim-ci.conf 3. eNB config file : enb.band38.25prb.rfsim.conf 4. Removed unwanted UE config for 4g-rfsim-tdd-05Mhz
-
Dhanuja Elizabeth Thomas authored
1. Docker compose 2. UE config name : lteue.usim-ci.conf 3. eNB config name : enb.band7.100prb.rfsim.conf 4. Removed unwanted UE config for 4g-rfsim-fdd-20Mhz
-
Dhanuja Elizabeth Thomas authored
1. Docker compose yaml 2. UE config name : lteue.usim-ci.conf 3. eNB config name : enb.band7.50prb.rfsim.conf 4. Removing unwanted UE config file for 4g-rfsim-fdd-10Mhz
-
Dhanuja Elizabeth Thomas authored
1. Docker compose yaml 2. UE config name : lte.usim-ci.conf 3. enb config name : enb.band7.25prb.rfsim-nos1.conf 4. Removed unwanted UE config file for 4g-rfsim-fdd-05Mhz-noS1
-
Dhanuja Elizabeth Thomas authored
1. Docker compose yaml 2. UE config name -> lteue.usim-ci.conf eNB config name -> enb.band7.25prb.rfsim.conf 3. Removed unwanted UE config file for 4g-rfsim-fdd-05Mhz
-
Dhanuja Elizabeth Thomas authored
1. Docker compose yaml 2. UE config and eNB config 3. Renamed config file for l2sim 4. Renamed USIM file for l2sim
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
More information: see https://access.redhat.com/discussions/5889431
-
Jaroslava Fiedlerova authored
- update of existing Dockerfiles for building RHEL8 images to RHEL9
-
Jaroslava Fiedlerova authored
- AmariUE WebSocket remote API tool sometimes fail to terminate UE process and hang, to be killed if this happens - Add timeout to the API tool command for UE process termination
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Robert Schmidt authored
For the reestablishment, the SRB2 in the RRC reconfiguration following the reestablishment needs to include ReestablishPDCP true. We were not sending that. In this commit, I add a parameter to add that parameter on demand. There might be a better solution.
-
Robert Schmidt authored
-
laurent authored
-
luis_pereira87 authored
-
luis_pereira87 authored
Update 'Active' flag for SRB 2 when setting it up and avoind to add it multiple times in rlc_BearerToAddModList
-
luis_pereira87 authored
-
Makarand kulkarni authored
-
Robert Schmidt authored
Previously, in f1ap_decoder.c, we asserted if we did not know a message. Apart form decoding, we did not do anything in that file. Additionally, in f1ap_handlers.c, we were also checking for an unknown message, and printing a warning if a handler is not known. This commit moves the F1AP message decoding to f1ap_handlers.c, and deletes f1ap_decoder.c. In summary, we don't assert on an unknown message, and compile less files. The rest is unchanged.
-
Cedric Roux authored
We need to test security and integrity protection in the CI. This commit activates ciphering+integrity protection for SRBs and DRBs using nea2/nia2 for the amarisoft-ue + aw2s CI pipeline.
-
Cedric Roux authored
-
Robert Schmidt authored
-
Robert Schmidt authored
To allow users to install asn1c quickly in install, make this directory to allow standalone execution of install_asn1c_from_source. The instructions are now: sudo ls # open sudo session, required by install_asn1c_from_source . oaienv # read of default variables . cmake_targets/tools/build_helper # read in functions install_asn1c_from_source # install
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
CMake now takes the option ASN1C_EXEC to select an asn1c to use for compilation. For instance, run with cmake .. -GNinja -DASN1C_EXEC=/opt/asn1c/bin/asn1c or ./build_oai --cmake-opt -DASN1C_EXEC=/opt/asn1c/bin/asn1c to select the alternative asn1c. For instance, this is important for the CI to allow to build multiple versions of OAI in parallel that might use different commits of OAI. Further, this patch introduces functionality to check for the support of asn1c options that we require, and alerts the user if they are missing, alongside a message of how to resolve the problem.
-
Cedric Roux authored
We don't work much on asn1c. The version we use has several bugs. There is an active community out there that fixes bugs and improves asn1c. Let's use their version.
-
Sakthivel Velumani authored
-
francescomani authored
-