1. 25 Oct, 2021 1 commit
  2. 20 Oct, 2021 1 commit
    • hardy's avatar
      Integration_2021_wk42 · a7229937
      hardy authored
      integration of integration_2021_wk41_bwt-abs into develop, completed week 42
      
      MR !1273 : [CI] adding Docker Hub push pipeline
      -When we merge to develop, this pipeline will automatically push images to hub.docker.com
      
      MR !1267 : Enabled multi-threading for gNB L1 tx
      -PHY PDUs like PDCCH PDU, PDSCH PDU, SSB PDU and CSI PDU have been removed from PHY_VARS_gNB structure.
      Instead, they are made as a part of thread message for L1 Tx processing.
      Two such thread messages are used so that two independent L1 Tx processing threads can be executed at once.
      Monolithic mode works fine with rfsimulator. nfapi mode changes are integrated by not tested. Let the CI test it.
      
      MR !1285 : [CI] test sa nsa
      -Dev of nsa and sa test pipelines
      
      MR !1266 : Changes for initialBWP size different than Coreset0
      -Changes for initialBWP size different than Coreset0. Tested with 50 MHz 2x2 configuration, initialBWP with 133 PRBs.
      -Other fixes and improvements to get a more stable 5G NR connection
      a7229937
  3. 19 Oct, 2021 5 commits
    • Melissa Elkadi's avatar
      Creating new queue for ul_ttis if dl_tti is late · 58eb8d2a
      Melissa Elkadi authored
      Also, this commit changes the len argument in the
      pusharray32 to match the actual field type (uint16_t).
      There is also simple name change from sf -> slot.
      The new queueing system is not a permanent solution.
      It was simply a way for us to try to handle late
      dl_tti_requests. If we queue every single ul_tti_req
      that we get, the queue gets full very quickly becasue
      we only remove ul_ttis from the queue when a uci has
      been populated with a matching sfn/sf. Because of this,
      we only queue ul_ttis if we have a uci_indication
      prepared already. Rarely, a dl_tti_req will arrive at
      the NRUE too late, and the NRUE does not have time
      to create the uci_ind so we dont process the corresponding
      ul_tti. A seprate queue was made to hold all other ul_ttis
      the arrive in the NRUE (this queue will continuously
      get full and then emptied) but will occasionally hold
      a ul_tti that corresponds to a uci that hasnt
      been populated yet.
      58eb8d2a
    • hardy's avatar
      fix SA testcase · a0d8e0fa
      hardy authored
      a0d8e0fa
    • Raphael Defosseux's avatar
    • hardy's avatar
      fix nohup for OAICN iperf · faadaaa4
      hardy authored
      faadaaa4
    • hardy's avatar
      tentative : push UL traffic nsa 2x2 · 433b8421
      hardy authored
      433b8421
  4. 18 Oct, 2021 2 commits
  5. 15 Oct, 2021 2 commits
  6. 14 Oct, 2021 11 commits
  7. 13 Oct, 2021 18 commits