An error occurred fetching the project authors.
  1. 15 Mar, 2023 3 commits
  2. 09 Mar, 2023 1 commit
  3. 23 Feb, 2023 4 commits
  4. 27 Dec, 2022 1 commit
  5. 15 Dec, 2022 1 commit
  6. 18 Oct, 2022 1 commit
    • Melissa Elkadi's avatar
      NR MIMO 2x2 Support · f8efb13b
      Melissa Elkadi authored
      This commit provides CSI reporting support
      which is required for MIMO.  It also updates
      the configuration files, provides sample BLER
      simualtion files for packet dropping in the
      MIMO 2x2 case. It also includes the hooks
      and functions (e.g., updating UCI2_3_4 PDU field)
      for MIMO 2x2 support. This commit will not include
      any channel abstraction code or modelling.
      f8efb13b
  7. 04 Aug, 2022 1 commit
  8. 10 Jun, 2022 1 commit
  9. 30 May, 2022 1 commit
  10. 19 May, 2022 1 commit
  11. 22 Apr, 2022 1 commit
  12. 16 Apr, 2022 1 commit
  13. 13 Apr, 2022 1 commit
  14. 11 Apr, 2022 1 commit
  15. 24 Mar, 2022 2 commits
  16. 14 Feb, 2022 2 commits
  17. 09 Feb, 2022 1 commit
    • Melissa Elkadi's avatar
      UCI ACK/NACK most of the way working · 60a9d41b
      Melissa Elkadi authored
      We have gotten rid of filling the ACK/NACK with
      the DLSCH and now only fill with the PUCCH. This
      assumes that the MAC layer is properly decoding the
      dl_tti_req and tx_data_req and allows us to
      simply use the MAC layers scheduled SNF/Slot
      to return the ACK NACK. There are some hacks added
      in this commit which ensure that the PDCP packet
      has the correct header (1st byte = 80) and now with
      15Mbps we are seeing about 20% packet loss and
      a gNB bug on the edge case (current frame is 1023
      and the gNB schduler wants an ACK in frame 0 but the
      scheduled UL_TTI_REQ has a frame of 1023).
      60a9d41b
  18. 08 Feb, 2022 2 commits
  19. 12 Nov, 2021 1 commit
  20. 08 Nov, 2021 1 commit
    • Melissa Elkadi's avatar
      Fixing MR based on OAI feedback · fa4617c0
      Melissa Elkadi authored
      The following was changed in this commit:
       - A new struct in the mac instance was created
         for all emulated L1 fields.
       - NR UE RRC state bug was fixed
       - Checking the RAR rnti based on the MAC instance
         ra.ra_rnti and not hardcoding to 0x10b
       - Modified the name of the new emulate_l2 flag
         to make sense: emulate_l1
      fa4617c0
  21. 23 Aug, 2021 1 commit
  22. 16 Aug, 2021 1 commit
  23. 13 Apr, 2021 1 commit
  24. 02 Apr, 2021 1 commit
  25. 30 Mar, 2021 1 commit
  26. 24 Mar, 2021 1 commit
  27. 04 Mar, 2021 2 commits
  28. 01 Mar, 2021 1 commit
  29. 07 Feb, 2021 2 commits
  30. 15 Jan, 2021 1 commit
    • cig's avatar
      Cleanup MAC header files · 73fbbf50
      cig authored
      - sorted out according to recurring logic that wants function
        prototypes in separate files from data struct and constants
        definitions, variables in separate .c files with inclusion
        of "extern" header files
      - moved function prototypes to resective header files
      - moved data structures and constants to respective header files
      - merged unnecessary mac.h file into mac_defs.h @ MAC UE
      - moved const variables suchs as tables to respective .c files
      - moved extern references to respective extern.h files
      73fbbf50