An error occurred fetching the project authors.
  1. 20 Dec, 2023 3 commits
  2. 19 Dec, 2023 1 commit
  3. 17 Dec, 2023 1 commit
  4. 12 Dec, 2023 3 commits
  5. 23 Nov, 2023 2 commits
  6. 20 Nov, 2023 3 commits
  7. 16 Nov, 2023 2 commits
    • Sriharsha Korada's avatar
      clean up · b0b8c90f
      Sriharsha Korada authored
      b0b8c90f
    • sriharsha's avatar
      Add implementation of logical channel prioritization at UE · 43036eb8
      sriharsha authored
      - Reorder the logical channels based on priority
      - Handling of configuration and release of logical channel bearer
      - Add changes in the implementation of lcp procedure for equal priority logical channels
      - Restructure the lcp parameters as a separate structure
      - Further code clean up
      43036eb8
  8. 26 Oct, 2023 1 commit
  9. 12 Oct, 2023 1 commit
  10. 10 Oct, 2023 1 commit
    • francescomani's avatar
      Use SRB0 at UE · 91891299
      francescomani authored
      - Use SRB0 TM entity at UE for Msg.3/RRC Setup Request
      - Msg3 data request sent upon reception of Msg2, then we get data from
        rlc when needed
      91891299
  11. 22 Sep, 2023 1 commit
  12. 23 Aug, 2023 1 commit
  13. 08 Aug, 2023 1 commit
  14. 31 Jul, 2023 1 commit
  15. 27 Jul, 2023 1 commit
  16. 24 Jul, 2023 1 commit
  17. 10 Jul, 2023 3 commits
  18. 30 May, 2023 1 commit
  19. 29 May, 2023 1 commit
  20. 23 May, 2023 3 commits
  21. 05 May, 2023 1 commit
  22. 04 May, 2023 1 commit
  23. 24 Apr, 2023 2 commits
  24. 12 Apr, 2023 1 commit
  25. 07 Apr, 2023 2 commits
  26. 03 Apr, 2023 1 commit
    • Sakthivel Velumani's avatar
      Contains MAC changes to run || DLSCH · 15c12caa
      Sakthivel Velumani authored
      DL config as array in MAC
      Run RX slot processing in Tpool thread
      Fixed race in phy config
      Changed mac_IF_mutex
      Proc Tx: Lets wait for Proc Rx to get ACK/NACK
      -(only on slots that carry ACK/NACK)
      Fix problem with rfsim
      Separated PDCCH and PDSCH decoding functions. Run PDCCH decoding in main UE_thread.
      Fixed race in MAC dci config struct
      needed for parallel processing of slots
      Moved DLSCH transport block buffer to stack
      rx_ind as static allocation
      L2sim: Fixed calling of MAC sched in wrong slot
      Fix DCI extract bug for RA procedure
      15c12caa