1. 18 Nov, 2024 4 commits
  2. 17 Nov, 2024 16 commits
  3. 15 Nov, 2024 10 commits
  4. 14 Nov, 2024 1 commit
    • Robert Schmidt's avatar
      Trigger registration only in SA mode · 029cf839
      Robert Schmidt authored
      Upon press of ^C, the UE triggers a NAS deregistration. This does not
      work in do-ra or phy-test modes, because there is no NAS. Therefore, in
      non-SA modes, just stop the UE directly.
      029cf839
  5. 13 Nov, 2024 9 commits
    • Robert Schmidt's avatar
      UE: signal RLF to RRC · eee4a0c6
      Robert Schmidt authored
      eee4a0c6
    • Robert Schmidt's avatar
      RLC: add per-UE RLF callback · f380a48a
      Robert Schmidt authored
      If the RLC cannot retransmit a package, 3GPP specs say that we should
      declare radio link failure (RLF). Up to this commit, the code did
      nothing though. In this commit, add a per-UE RLF callback; the RLC will
      call into this function to signal that RLF has been detected through
      maximum retransmissions on a particular RLC bearer.
      f380a48a
    • francescomani's avatar
      6beeb6ee
    • francescomani's avatar
    • Laurent THOMAS's avatar
      select LCG that contains the highest priorit LC with data to transmit instead... · 2348b3c0
      Laurent THOMAS authored
      select LCG that contains the highest priorit LC with data to transmit instead of the LC with maximum waiting data size
      2348b3c0
    • Laurent THOMAS's avatar
      fix BSR report malformed, add SHORT BSR when it can (instead of LONG BSR)... · d641a761
      Laurent THOMAS authored
      fix BSR report malformed, add SHORT BSR when it can (instead of LONG BSR) simplify the code and make the code more explicit, but the may structure remain (nr_write_ce_ulsch_pdu interface is complex, merging it into the called would make simpler and more interstandable code), fix some asserts related to this part of code
      d641a761
    • Robert Schmidt's avatar
      Merge branch 'integration_2024_w45' into 'develop' · f54ca571
      Robert Schmidt authored
      Integration: `2024.w45`
      
      See merge request oai/openairinterface5g!3097
      
      * !3048 Cleanup and refactoring at gNB initialization
      * !3077 Address most thread safety issues in NR UE
      * !3089 Improve cross-compile documentation
      * !3092 Remove Interop-F1/Accelleran-CU testing pipeline
      * !3096 Remove x86-specific instructions from telnet server
      * !2949 Better polar decode
      * !3070 CI: Add test with 4 DL layers, 60 MHz BW to SA-2x2 pipeline
      * !3098 nr rlc: hotfix: test allocation valid before use
      * !3090 Add UL PRBs Blacklist section to NR_SA_Tutorial_COTS_UE.md
      * !3082 fix blocking bugs in command nr_dlsim -n100 -e27 -s35 -b 273 -R273 -x4 -y4 -z4
      * !3100 CI: Remove 5g_l2sim files
      * !3024 Set SA mode as default
      * !3087 Remove some usage of the old CI sshConnection class
      * !3074 CI: cleanup of cls_physim.py
      f54ca571
    • Bartosz Podrygajlo's avatar
      Test for init_RA · 70849816
      Bartosz Podrygajlo authored
      Extract nr_ra_procedures.c into a separate library and add a testcase for init_RA function.
      
      The testcase redefines the following functions as stubs:
       - nr_mac_rrc_ra_ind
       - nr_write_ce_ulsch_pdu
       - mac_rlc_data_req
       - *lockGet_ul_config
       - release_ul_config
       - remove_ul_config_last_item
       - nr_ue_configure_pucch
      
      These stubs can be used to check init_RA behavior
      70849816
    • Robert Schmidt's avatar
      Merge remote-tracking branch 'origin/ci-cls-physim-cleanup' into integration_2024_w45 (!3074) · c847ac78
      Robert Schmidt authored
      CI: Cleanup of cls_physim.py
      
      - Remove unused code and file
      - Rework functions for CUDA and T2 log analysis
      - Check if test was successful for nr_ulsim and nr_dlsim in
        RAN-gNB-N300-Timing-Phytest-LDPC pipeline
      c847ac78