An error occurred fetching the project authors.
  1. 05 Oct, 2020 10 commits
  2. 25 Sep, 2020 1 commit
  3. 04 Sep, 2020 1 commit
  4. 03 Sep, 2020 1 commit
  5. 06 Aug, 2020 1 commit
  6. 18 Jun, 2020 2 commits
  7. 14 Jun, 2020 2 commits
  8. 04 Jun, 2020 1 commit
  9. 22 May, 2020 1 commit
  10. 28 Feb, 2020 1 commit
  11. 10 Feb, 2020 2 commits
  12. 24 Jan, 2020 1 commit
  13. 19 Dec, 2019 1 commit
  14. 06 Dec, 2019 6 commits
    • cig's avatar
      Consolidation of TA updates changes in the noS1 mode: · 361446fd
      cig authored
      - merged nr-schedule_ue_spec into nr_schedule_uss_dlsch_phytest
      - enabled nr_ue_send_sdu for S1 mode
      - increased ta_timer to 100
      - restored NR_UPLINK_SLOT to 2 (as it was in develop-nr)
      - fixed logic for S1 and noS1 modes
      - code cleanup and formatting
      361446fd
    • Guido Casati's avatar
      Adaptation of MAC TA procedures to the design of handle_dlsch · cfbe18c9
      Guido Casati authored
      - introduced new parameter in nr_ue_dl_indication for UL time alignment
      - moved TA timer logic one level up so that now is executed every slot
      - set timer value to 80 slots to cope with the sl_ahead design
      - introduced new TA-related members to gNB MAC instance struct
      cfbe18c9
    • Guido Casati's avatar
      Maintenance of Uplink Time Alignment. Introduced control on TA transmission... · c6855cb8
      Guido Casati authored
      Maintenance of Uplink Time Alignment. Introduced control on TA transmission and TA update application.
      
      - ta_timer at gNB side to control the transmission of TA to the UE. This is now happening every 20 slots.
      - when the timer resets gNB is now transmitting the TA whether it is zero or not.
      - introduced struct NR_UL_TIME_ALIGNMENT_t to handle configuration of time alignment related parameters.
      - UE PHY RX: is now triggered through a flag when to store the TA command, the frame and slot
        when the application should occur.
      - UE PHY TX: when the tx frame and slot match the time alignment configuration, it process the TA command and applies the
        TA update
      c6855cb8
    • Guido Casati's avatar
      0492f7eb
    • Guido Casati's avatar
      Integration PHY and MAC procedures for Timing Advance updates. Compilation and... · 825ae3c0
      Guido Casati authored
      Integration PHY and MAC procedures for Timing Advance updates. Compilation and run is OK. TA updates need further fixes as not working as expected.
      
      - "nr_process_timing_advance": TA to be applied is commented out, need to be uncommented
      - with introduced delay of 50 in rx_rf, TA update should be 34 in MAC CE
        but this does not occur when ta is applied at UE side according to standard
      - introduced ULSCH scheduler and NR RX SDU functions
      - fixes to logic in UL fill RX indication
      - added crc indication in UL RX
      - temporary hardcoded UE_id to 0, rnti not considered in the logic
      825ae3c0
    • Guido Casati's avatar
      Implementation of TA procedures at MAC layer for gNB and UE · 310efee7
      Guido Casati authored
      - Initial gNB DLSCH and UE spec scheduling implentation
      - MAC PDU generation (including header as per TS 38.321)
      - MAC PDU processing at UE side with extracion of TA updates
      - General code cleanup
      - Introduced NR MAC COMMON folder, moved common files here
      310efee7