An error occurred fetching the project authors.
- 27 Oct, 2020 1 commit
-
-
Mario Hudon authored
-
- 22 Oct, 2020 1 commit
-
-
Mario Hudon authored
-
- 22 Sep, 2020 1 commit
-
-
Shweta Shrivastava authored
-
- 08 Sep, 2020 2 commits
-
-
Mario Hudon authored
- Added support for FR1 in RO selection -RACH preamble selected according to the chosen RO
-
cig authored
- moved remaining PUSCH PDU configuration from ULSCH procedures entirely to MAC - introduced a function for DMRS RE configuration - cleaned up redundant code in ULSCH procedures - fixed TBS computation for Msg3
-
- 04 Sep, 2020 3 commits
-
-
cig authored
-
cig authored
- redundant code for the configuration of the scheduled_response was removed - scheduled response is not needed to be stored in the NR_UE_MAC_INST struct as it passed to the function right away
-
cig authored
- extraction of resource allocation from Msg2 - configuration of Msg3 PDU - Msg3 scheduling - MAC/PHY interface adaptations
-
- 06 Aug, 2020 1 commit
-
-
- 24 Jun, 2020 1 commit
-
-
laurent authored
-
- 16 Jun, 2020 1 commit
-
-
matzakos authored
-
- 01 Jun, 2020 1 commit
-
-
- 13 May, 2020 1 commit
-
-
- 12 May, 2020 3 commits
- 11 May, 2020 1 commit
-
-
cig authored
-
- 08 Apr, 2020 1 commit
-
-
Sakthivel Velumani authored
-
- 07 Apr, 2020 1 commit
-
-
Sakthivel Velumani authored
-
- 26 Mar, 2020 1 commit
-
-
Francesco Mani authored
-
- 27 Feb, 2020 1 commit
-
-
cig authored
- using NR RACH config common from scc - fixed return type RA preamble target power functions - retrieving PRACH format from PRACH resources
-
- 11 Feb, 2020 1 commit
-
-
cig authored
-
- 10 Feb, 2020 6 commits
-
-
cig authored
-
cig authored
-
cig authored
-
cig authored
-
cig authored
- RA resource selection and transmission - MAC header structs for RA - RA procedure msg1 fixes - code cleanup
-
Guido Casati authored
- Updated PRACH procedures and general code formatting - gNB msg1 handling and RAR generation - general bug fixing - formatting - missing headers - RAR handling.
-
- 07 Feb, 2020 1 commit
-
-
matzakos authored
nr-ip-UL-nos1: Fix packet corruption issue appearing with larger packet sizes based on iperf testing for the uplink
-
- 05 Feb, 2020 1 commit
-
-
matzakos authored
nr-ip-UL-nos1: Integrate NR MAC PDU structures for the Uplink. Currently supporting only data SDUs, Control Elements to be added.
-
- 28 Jan, 2020 1 commit
-
-
cig authored
- now the UE is passing again data to the upper layers in noS1 mode - minor cleanups
-
- 22 Jan, 2020 1 commit
-
-
Francesco Mani authored
-
- 20 Jan, 2020 1 commit
-
-
matzakos authored
nr-ip noS1 uplink integration (testing with RFSIMULATOR only): Uplink IP packets received at the gNB and reaching at pdcp layer. Asserion error at pdcp_fifo_flush_sdus when trying to write on the nas socket
-
- 15 Jan, 2020 1 commit
-
-
Francesco Mani authored
-
- 10 Jan, 2020 1 commit
-
-
Florian Kaltenberger authored
preparing l2_init_ue and l3_init_ue to make sure parameters are passed down. To be merged with Francesco's changes and tested.
-
- 09 Jan, 2020 1 commit
-
-
Francesco Mani authored
definition of config request fapi structures in UE and acquisition from rrc of config data (work in progress)
-
- 01 Jan, 2020 1 commit
-
-
Raymond Knopp authored
Testing of NR PDCCH/PDSCH with RRC Configuration. added RRC configuration to NR UE. Updates to UE DCI procedures (moved to MAC) and updates to FAPI interfaces for UE. nr_dlsim is functional, added profiling information for gNB TX.
-
- 06 Dec, 2019 3 commits
-
-
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
-
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
-
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
-