1. 05 Sep, 2022 6 commits
    • Robert Schmidt's avatar
      docker-compose files: no SD · b3b4b6dc
      Robert Schmidt authored
      b3b4b6dc
    • Robert Schmidt's avatar
      generateTemplate.py: allow multiple replacements in a single line · 09db9c30
      Robert Schmidt authored
      - especially for plmn_list, will allow to be followed by an MCC/MNC in a
        single line
      - tightens regexes to match replacements more accurately, e.g., "val =
        key" (instead of just searching for "key)
      - no special rule for SD, which matches SD values (and not the SD
        field). However, currently it is not possible to specify multiple SDs
        (multiple SSTs was already not possible)
      09db9c30
    • Robert Schmidt's avatar
      CI: Check that plmn_list matching key has dict type · 46bbd3f9
      Robert Schmidt authored
      The loop passes over all keys. For plmn_list, there are subentries mcc,
      mnc, mnc_length. The plmn_list if block assumes that the key is a dict,
      which was not checked for, leading to a type error.
      46bbd3f9
    • Robert Schmidt's avatar
      c859c233
    • Robert Schmidt's avatar
      Sanitize NSSAI configuration · bf853fe3
      Robert Schmidt authored
      Following changes included:
      - SD is optional: when value is 0xffffff or not present in config
        (previously: needed to be set to 0)
      - Checks SSTs in range [0,255]
      - Checks SDs in range [0,0xffffff]
      - Correct typo SST defines
      bf853fe3
    • Robert Schmidt's avatar
      Merge branch 'integration_2022_wk35b' into 'develop' · 474cde3b
      Robert Schmidt authored
      integration_2022_wk35b
      
      See merge request oai/openairinterface5g!1689
      
      MR !785 Add .clang-format file
      MR !1487 LDPC offload on T1 card
      MR !1677 NR LBRM for UL
      MR !1683 Schedule ULSCH in flexible slots in InitialBWP
      MR !1674 Optimize nr_rotation
      MR !1685 Fix AssertFatal in Msg3
      MR !1684 Implementation of a RA timer to remove UE in the case of Msg4 not be decoded by the UE
      MR !1669 Fixes when there is no spCellConfig configured
      MR !1648 simplify thread pool configuration
      MR !1609 improve-nr_ul_channel_estimation
      474cde3b
  2. 04 Sep, 2022 10 commits
  3. 02 Sep, 2022 8 commits
  4. 01 Sep, 2022 6 commits
  5. 31 Aug, 2022 2 commits
  6. 30 Aug, 2022 4 commits
  7. 29 Aug, 2022 4 commits