Commit 9b878d92 authored by Robert Schmidt's avatar Robert Schmidt
Browse files

Merge branch 'integration_2025_w18' into 'develop'

Integration: `2025.w18`

Closes #953

See merge request !3413

* !3385 Add enc/dec lib for E1 Bearer Context Setup Failure
* !3410 Avoid segmentation fault when testing trigger reestablishment and there is no DRB[0] established
* !3411 Remove assert for SRI-PUSCH-PowerControl
* !3291 Improvements in handling UE context in gNB DU
* !3416 Signal gNB-DU config update CellStatus from DU to CU
* patch to fix memory leak on DRB_ToAddModList
* update phytest-timing thresholds
parents acb982d0 34a7a12c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1138,8 +1138,6 @@ set(L2_NR_SRC
  ${NR_RRC_DIR}/mac_rrc_dl_f1ap.c
  ${NR_RRC_DIR}/nr_rrc_config.c
  ${NR_RRC_DIR}/rrc_gNB_nsa.c
  ${NR_RRC_DIR}/rrc_gNB_internode.c
  ${NR_RRC_DIR}/rrc_gNB_reconfig.c
  ${NR_RRC_DIR}/rrc_gNB_UE_context.c
  ${NR_RRC_DIR}/rrc_gNB_NGAP.c
  ${NR_RRC_DIR}/rrc_gNB_radio_bearers.c
@@ -1366,7 +1364,6 @@ include_directories("${OPENAIR1_DIR}/SCHED_NR_UE")
##########################

add_library (GTPV1U
  ${NR_RRC_DIR}/rrc_gNB_GTPV1U.c
  ${RRC_DIR}/rrc_eNB_GTPV1U.c
  ${OPENAIR3_DIR}/ocp-gtpu/gtp_itf.cpp
  )
+3 −3
Original line number Diff line number Diff line
@@ -15,10 +15,10 @@ Ref :
  DLSCH encoding : 220.0
  L1 Rx processing : 530.0
  PUSCH inner-receiver : 360.0
  Schedule Response : 3.0
  Schedule Response : 1.0
  DL & UL scheduling timing : 17.0
  UL Indication : 3.0
  Slot Indication : 17.0
  UL Indication : 1.0
  Slot Indication : 13.0
DeviationThreshold :
  feprx : 0.25
  feptx_prec : 0.25
+4 −4
Original line number Diff line number Diff line
@@ -15,10 +15,10 @@ Ref :
  DLSCH encoding : 140.0
  L1 Rx processing : 345.0
  PUSCH inner-receiver : 150.0
  Schedule Response : 3.0
  DL & UL scheduling timing : 7.0
  UL Indication : 3.0
  Slot Indication : 8.0
  Schedule Response : 1.0
  DL & UL scheduling timing : 5.0
  UL Indication : 1.0
  Slot Indication : 6.0
DeviationThreshold :
  feprx : 0.25
  feptx_prec : 0.25
+3 −3
Original line number Diff line number Diff line
@@ -15,10 +15,10 @@ Ref :
  DLSCH encoding : 155.0
  L1 Rx processing : 345.0
  PUSCH inner-receiver : 155.0
  Schedule Response : 3.0
  DL & UL scheduling timing : 13.0
  Schedule Response : 1.0
  DL & UL scheduling timing : 8.0
  UL Indication : 3.0
  Slot Indication : 12.0
  Slot Indication : 9.0
DeviationThreshold :
  feprx : 0.25
  feptx_prec : 0.25
+3 −3
Original line number Diff line number Diff line
@@ -15,10 +15,10 @@ Ref :
  DLSCH encoding : 100.0
  L1 Rx processing : 290.0
  PUSCH inner-receiver : 115.0
  Schedule Response : 3.0
  DL & UL scheduling timing : 6.0
  Schedule Response : 1.0
  DL & UL scheduling timing : 4.0
  UL Indication : 2.0
  Slot Indication : 7.0
  Slot Indication : 5.0
DeviationThreshold :
  feprx : 0.25
  feptx_prec : 0.25
Loading