- 30 Apr, 2021 2 commits
- 29 Apr, 2021 12 commits
-
-
rmagueta authored
Merge remote-tracking branch 'origin/develop-NR_SA_F1AP_5GRECORDS' into develop-NR_SA_F1AP_5GRECORDS
-
rmagueta authored
-
rmagueta authored
-
Laurent THOMAS authored
Merge branch 'NR_SA_F1AP_5GRECORDS' of https://gitlab.eurecom.fr/oai/openairinterface5g into NR_SA_F1AP_5GRECORDS
-
Laurent THOMAS authored
-
rmagueta authored
-
Raymond Knopp authored
Include second RRC Reconfiguration message to carry DRB, SRB2 configuration and NAS PDU Session Establishment Accept message -Remove DRB and SRB configuration from the first RRC Reconfiguration message. Missing radio configuration to be filled in first RRC Reconfiguration message.
-
Cedric Roux authored
CMAC_Init has to be called between each usage of the cmac context.
-
Raymond Knopp authored
-
Raymond Knopp authored
-
Raymond Knopp authored
Merge branch 'NR_SA_F1AP_5GRECORDS' of https://gitlab.eurecom.fr/oai/openairinterface5g into NR_SA_F1AP_5GRECORDS
-
Raymond Knopp authored
Merge branch 'NR_SA_F1AP_5GRECORDS' of https://gitlab.eurecom.fr/oai/openairinterface5g into NR_SA_F1AP_5GRECORDS Conflicts: openair1/PHY/NR_TRANSPORT/pucch_rx.c openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c
-
- 28 Apr, 2021 4 commits
-
-
rmagueta authored
-
rmagueta authored
-
luis_pereira87 authored
-
rmagueta authored
-
- 27 Apr, 2021 17 commits
-
-
rmagueta authored
-
rmagueta authored
-
rmagueta authored
# Conflicts: # openair2/LAYER2/NR_MAC_UE/nr_ue_dci_configuration.c # openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c # openair2/LAYER2/NR_MAC_gNB/config.c # openair2/LAYER2/NR_MAC_gNB/gNB_scheduler.c # openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c # openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_bch.c # openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c # openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_phytest.c # openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_primitives.c # openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_uci.c # openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c # openair2/LAYER2/NR_MAC_gNB/mac_proto.h # openair2/RRC/LTE/rrc_eNB_GTPV1U.c
-
Cedric Roux authored
- use bearer-1 in compute_t of integrity NIA2 - compare integrity at the right place in nr_pdcp_entity_recv_pdu - proper handling of security parameters settings (algos, keys)
-
rmagueta authored
-
rmagueta authored
-
matzakos authored
-
matzakos authored
-
matzakos authored
-
matzakos authored
-
matzakos authored
Modify configuration of NGAP and NAS messages to comply with OAI CN configuration according to Fujitsu patch -Hardcodings to be removed later when the NAS extensions will be integrated for OAI UE
-
rmagueta authored
-
rmagueta authored
-
Raymond Knopp authored
-
Cedric Roux authored
-
Remi Hardy authored
MR !1079 / MR !1108: 1. Read slots from config file and schedules all slots *except* for slots 0 and 10. This is not a problem, since currently we cannot allocate more than six HARQ feedbacks in a slot, but we might have up to 7 with current configuration 2. phytest mode is configurable. From `nr-softmodem -h`: -m: Set the downlink MCS for PHYTEST mode -t: Set the uplink MCS for PHYTEST mode -M: Set the downlink banwdwidth (in PRBs) for PHYTEST mode -T: Set the uplink banwdwidth (in PRBs) for PHYTEST mode -D: Bitmap for DLSCH slots (slot 0 starts at LSB) -U: Bitmap for ULSCH slots (slot 0 starts at LSB) 3. Scheduler prints more information: UE PHR, PUCCH SNR, PUSCH SNR, RSSI 4. The scheduler learned to scheduler DLSCH/ULSCH in mixed slots (if the time domain allocation matches the mixed slot) 5. The scheduler expects * PDSCH Time Domain allocation index 0 to be the DL slot allocation * PDSCH TDA index 1 for Mixed DL slot * PUSCH TDA index 0 for UL slot * PUSCH TDA index 1 for Mixed UL slot * PUSCH TDA index 2 for Msg.3 6. Some more cleanup, e.g., separate PDSCH/PUSCH data structures into "semi-static" data (e.g., TDA allocation to use, since it changes seldomly) and "dynamic" data (e.g., RB allocation per slot, which changes every slot) MR !1137 : Benetel config files fix
-
- 26 Apr, 2021 5 commits
-
-
rmagueta authored
-
rmagueta authored
# Conflicts: # openair1/PHY/NR_TRANSPORT/nr_ulsch_demodulation.c # openair1/SCHED_NR/phy_procedures_nr_gNB.c # openair2/GNB_APP/L1_nr_paramdef.h # openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c # openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c # openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c # openair2/SIMULATION/NR_RRC/itti_sim.c
-
Raymond Knopp authored
Merge branch 'NR_SA_F1AP_5GRECORDS' of https://gitlab.eurecom.fr/oai/openairinterface5g into NR_SA_F1AP_5GRECORDS
-
Raymond Knopp authored
-
Cedric Roux authored
This commit implements integrity and security settings for nr pdcp. It will only work for SRBs. This commit has not been tested. It may fail to work completely. To be checked.
-