1. 10 Sep, 2021 5 commits
    • rmagueta's avatar
      Fix DLSCH failure with COTS after merge · c1cd217d
      rmagueta authored
      c1cd217d
    • rmagueta's avatar
      Change LOG level · 29baa6eb
      rmagueta authored
      29baa6eb
    • rmagueta's avatar
      Fix issues after merge · e11acd29
      rmagueta authored
      e11acd29
    • rmagueta's avatar
      Merge remote-tracking branch 'origin/develop' into bandwidth-testing-abs · b35c1b3f
      rmagueta authored
      # Conflicts:
      #	openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c
      #	openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_primitives.c
      #	openair2/RRC/NR/MESSAGES/asn1_msg.c
      b35c1b3f
    • Remi Hardy's avatar
      integration_2021_wk36 · 0e4b5a9e
      Remi Hardy authored
      MR !1252 : Bugfix nr rlc w36
      Fix a bug about segmentation present in both NR RLC AM and NR RLC UM.
      
      MR !1253 : minor: T tracer: be more verbose for DLSCH DCI
      
      MR !1254 : fix for pointa computation in sib1
      Fix computation of pointA in SIB1
      
      MR !1217 : fix-physim-run-script-on-cluster
      oai-nr-dlsim may seem fine but in fact, test21 may or may not be executed. 
      On some run example, we do not have finished message on nr-dlsim pod.
      
      MR !1255 : Attempt to fix nr-dlsim Test 21 (4x4 MIMO, 2 Layers)
      0e4b5a9e
  2. 09 Sep, 2021 9 commits
  3. 08 Sep, 2021 7 commits
  4. 07 Sep, 2021 5 commits
  5. 06 Sep, 2021 8 commits
    • Sakthivel Velumani's avatar
      Merge branch 'bandwidth-testing' of... · b56c0a75
      Sakthivel Velumani authored
      Merge branch 'bandwidth-testing' of https://gitlab.eurecom.fr/oai/openairinterface5g into bandwidth-testing
      b56c0a75
    • Eurecom's avatar
      Merge remote-tracking branch 'origin/develop' into bandwidth-testing · 8dd310aa
      Eurecom authored
      Conflicts:
      	executables/nr-uesoftmodem.c
      	executables/nr-uesoftmodem.h
      	executables/softmodem-common.h
      	openair2/LAYER2/NR_MAC_UE/mac_proto.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_uci.c
      8dd310aa
    • Eurecom's avatar
      Merge branch 'bandwidth-testing' of... · 2b03ea19
      Eurecom authored
      Merge branch 'bandwidth-testing' of https://gitlab.eurecom.fr/oai/openairinterface5g into bandwidth-testing
      
      Conflicts:
      	executables/nr-uesoftmodem.c
      	openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c
      	openair1/SIMULATION/TOOLS/random_channel.c
      	openair2/LAYER2/NR_MAC_UE/mac_proto.h
      	openair2/LAYER2/NR_MAC_UE/nr_ue_dci_configuration.c
      	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
      2b03ea19
    • Cedric Roux's avatar
      nr: add security section to gnb config files · 608579c3
      Cedric Roux authored
      The configuration files named "gnb*conf" have been modified.
      Other configuration files were left unmodified.
      608579c3
    • Cedric Roux's avatar
      gnb sa: improve security · c4540f7b
      Cedric Roux authored
      Note: some modifications have been done to the UE too, but for syntactic
      reasons. The UE may fail to work, not tested.
      
      For the UE, we have the problem of handling properly SecurityModeCommand.
      We don't verify its integrity. This is a bit complicated to handle properly
      and may require some API changes in the PDCP layer. So, as of today, the
      integrity of this message is not verified.
      
      Also, NSA mode has been touched, but it should not be a problem. But not
      tested, so not sure.
      c4540f7b
    • Sakthivel Velumani's avatar
      d1246356
    • Sakthivel Velumani's avatar
      Improved logging of PUSCH rx · 2e1b6ef2
      Sakthivel Velumani authored
      2e1b6ef2
    • Eurecom's avatar
      Merge remote-tracking branch 'origin/develop' into bandwidth-testing · ca8c83b1
      Eurecom authored
      Conflicts:
      	executables/nr-uesoftmodem.c
      	executables/nr-uesoftmodem.h
      	executables/softmodem-common.h
      	openair1/PHY/MODULATION/slot_fep_nr.c
      	openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c
      	openair1/PHY/NR_TRANSPORT/pucch_rx.c
      	openair1/SCHED_NR/fapi_nr_l1.c
      	openair1/SCHED_NR_UE/phy_procedures_nr_ue.c
      	openair1/SIMULATION/TOOLS/abstraction.c
      	openair1/SIMULATION/TOOLS/random_channel.c
      	openair2/LAYER2/NR_MAC_UE/mac_proto.h
      	openair2/LAYER2/NR_MAC_UE/nr_ue_dci_configuration.c
      	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
      ca8c83b1
  6. 05 Sep, 2021 2 commits
    • Remi Hardy's avatar
      integration_2021_wk35 · 4d9321d8
      Remi Hardy authored
      MR !1245: [CI] Improve Iperf packet loss mismatch detection
      -improve the Iperf packet loss detection and flagging when pl target (from xml) is below the test result
      
      MR !1246: patch: remove call to end_configmodule
      - full fix that set properly PARAMFLAG_NOFREE on relevant parameters
      
      MR !1235: Nr msg4 retransmission
      -Retransmission of msg4
      -Some reworking in UE harq DLSCH processing
      
      MR !1214: NR UE SA
      -SIB1 detection part of initial sync at UE
      -Removing a lot of hard-coding in SA procedures
      -SSB start subcarrier from command line at UE
      
      MR !1243: Nr skip mac pdu processing when nack
      -Skipping processing DLSCH MAC PDU at OAI UE when NACK
      
      MR !1229: fix(nr-ue): apply ip rules/route
      -Also added 4G RF sim tests
      4d9321d8
    • Eurecom's avatar
      Merge remote-tracking branch 'origin/develop' into bandwidth-testing · bc271633
      Eurecom authored
      Conflicts:
      	executables/nr-uesoftmodem.c
      	executables/nr-uesoftmodem.h
      	executables/softmodem-common.h
      	openair1/PHY/MODULATION/slot_fep_nr.c
      	openair1/PHY/NR_ESTIMATION/nr_ul_channel_estimation.c
      	openair1/PHY/NR_TRANSPORT/pucch_rx.c
      	openair1/SCHED_NR/fapi_nr_l1.c
      	openair1/SCHED_NR_UE/phy_procedures_nr_ue.c
      	openair1/SIMULATION/TOOLS/abstraction.c
      	openair1/SIMULATION/TOOLS/random_channel.c
      	openair2/LAYER2/NR_MAC_UE/mac_proto.h
      	openair2/LAYER2/NR_MAC_UE/nr_ue_dci_configuration.c
      	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
      bc271633
  7. 04 Sep, 2021 3 commits
  8. 03 Sep, 2021 1 commit