1. 30 Jul, 2022 5 commits
    • Vijay Chadachan's avatar
      Fixed compilation issues · 3b7708d8
      Vijay Chadachan authored
      3b7708d8
    • Vijay C's avatar
      4356ca58
    • Vijay Chadachan's avatar
      Removed the files that are not required · 75763111
      Vijay Chadachan authored
      75763111
    • Vijay Chadachan's avatar
      Removing the reference to MSC . · 86ef0bcc
      Vijay Chadachan authored
      86ef0bcc
    • Vijay Chadachan's avatar
      Initial commit for adding the System Simulator(SS) in OAI · 0b54ccd0
      Vijay Chadachan authored
      The feature is to enable a new mode in OAI to run as a System Simulator in
      the TTCN env setup. The SS mode runs the eNB in L2-simulator mode and it
      needs the Multi UE Proxy running for the functionality to work.
      
      Following is summary details of the changes that are submitted as part of
      this commit:
      
      - Added the system simulator functionality as per 36.523 under openair3/SS
       directory
      
      - The SS has the Sidl(Sequans Interface Descriptive Language) interface
      towards northbound.
      
      - Following port support at SS are implemented
         -SYS_PORT: For handling SYTEM_CTRL message from TTCN
         -SRB_PORT: For handling RRC_PDU message from TTCN
         -VNG_PORT: For handling Noise generation cmd from TTCN
      
      - The Sidl directory has the structures defintion for the northbound
        interface
      
      - Added the inferace to Multi UE proxy using the UDP interface, the udp
        task module of OAI is re-introduced to manage this interface
      
      - Modified the eNB configuraiton files to add the SS mode configuration
        details
      
      - Added new ITTI messages for SS mode operation
      
      - Added new SS Mode context structures in ran_context.
      0b54ccd0
  2. 28 Jul, 2022 3 commits
  3. 26 Jul, 2022 7 commits
  4. 22 Jul, 2022 1 commit
  5. 21 Jul, 2022 2 commits
    • Robert Schmidt's avatar
      CI: do not trigger tests if nothing is tagged NSA · 3c2375ea
      Robert Schmidt authored
      The previous version would trigger sub-pipelines (LTE-2x2, ...) if no MR
      had the NSA tag (without a commit, etc). Of course, this would make all
      pipelines subsequently fail (as not enough arguments, such as the
      commit, were given). In this commit, we read the output of `jq` from
      JSON, which will result in an empty list if no MR is tagged with the NSA
      label (and the output in the console will be nicer as well).
      3c2375ea
    • Cedric Roux's avatar
      nr_pdcp: nia1 implementation · 667b8e5e
      Cedric Roux authored
      We reuse existing code from eia1 for actual computation. Maybe not the most
      efficient. To be revised if needed.
      
      Some hacks in CMakeLists.txt were introduced to compile
      phy simulators. To be removed at some point.
      667b8e5e
  6. 20 Jul, 2022 8 commits
  7. 19 Jul, 2022 6 commits
  8. 18 Jul, 2022 1 commit
  9. 15 Jul, 2022 6 commits
  10. 14 Jul, 2022 1 commit