1. 26 Nov, 2024 1 commit
  2. 25 Nov, 2024 5 commits
    • Robert Schmidt's avatar
      CI: harmonize pull/clean with flexric hack · 7bf706bc
      Robert Schmidt authored
      If we are pulling FlexRIC, overwrite the tag to use with what has been
      provided on the command line. This is because we hardcode the tag schema
      "branchname-commitId[0:8]" everywhere else, but this does not apply for
      FlexRIC, and we have to overwrite this here.
      7bf706bc
    • Robert Schmidt's avatar
      CI: Add a testcase for testing pull/clean functionality · 010a2386
      Robert Schmidt authored
      The testcase will only be executed when the registry at
      porcepix.sboai.cs.eurecom.fr is actually reachable.
      010a2386
    • Robert Schmidt's avatar
      CI: Clean_Test_Server_Images(): harmonize code · 644990a2
      Robert Schmidt authored
      - pass parameter directly instead of indirectly via class
      - harmonize to svr_id to read through common code in the next commits
      - pass images to express which images will be deleted
      - refactor function to use "with" for cls_cmd, and return success (or
        not)
      644990a2
    • Robert Schmidt's avatar
      CI: PullClusterImage(): harmonize code · 74317e80
      Robert Schmidt authored
      - reuse cls_containerize.Containerize.PullImage()
      - pass parameter directly instead of indirectly via class
      - always read node name and use this instead of "sometimes" looking it
        up from a class member. With "sometimes" I mean that if no node name
        is given, it will take it from self.eNBIPAddress, which is confusing
        at best if we can give the node name directly
      - consistently put the node name in the xml file
      74317e80
    • Robert Schmidt's avatar
      CI: Pull_Image_from_Registry(): harmonize code · dee9ce26
      Robert Schmidt authored
      - pass parameter directly instead of indirectly via class
      - call it simply "images", to harmonize with clean-function later
      - harmonize to svr_id as in the previous commit
      - rewrite function to use with-statement with cls_cmd
      - optionally pass a tag to use (which will be used in a test, and can be
        used to pull flexric)
      - Introduce Pull_Image() which does the actual pulling, can pull from
        any registry, and will be reused in the case of pulling from cluster.
      dee9ce26
  3. 22 Nov, 2024 8 commits
  4. 21 Nov, 2024 2 commits
  5. 19 Nov, 2024 2 commits
    • Romain Beurdouche's avatar
      Add notes around sample SA gNB and nrUE commands in most basic tutorials... · 75cde75f
      Romain Beurdouche authored
      Add notes around sample SA gNB and nrUE commands in most basic tutorials 'NR_SA_Tutorial_COTS_UE.md' and 'NR_SA_Tutorial_OAI_nrUE.md'.
      The notes mention that for versions previous to 2024.w45, the --sa argument should be added to run in SA mode.
      75cde75f
    • Robert Schmidt's avatar
      Merge branch 'integration_2024_w46' into 'develop' · 5d1c0aaa
      Robert Schmidt authored
      Integration: `2024.w46`
      
      See merge request oai/openairinterface5g!3106
      
      * !3095 UE: Set default SSB config
      * !2991 fix BSR report malformed, add SHORT BSR when it can (instead of LONG BSR)...
      * !3104 Trigger deregistration only in SA mode → small fixup?
      * !3107 Clip the input for -32768 because this will make different result in...
      * !3109 T tracer: support float types in traces
      * !2777 NR UE trigger for re-establishment
      * !3108 Prevent segfaults in gNB stack
      * !3059 Test for init_RA
      * CI: increase UE thread pool size
      * !3036 Further improvements in analog beam management for CSI-RS
      * !3093 Added NTN FDD FR1 bands defined in 3GPP TS 38.101-5
      5d1c0aaa
  6. 18 Nov, 2024 7 commits
  7. 17 Nov, 2024 15 commits