Skip to content

Commit 181e862

Browse files
AlaiaLcodebot
authored andcommitted
ofh: updated default Ta4_max value to 500us
1 parent aaba945 commit 181e862

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/units/flexible_du/split_7_2/ru_ofh_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ struct ru_ofh_unit_base_cell_config {
3939
/// T1a minimum parameter for downlink User-Plane in microseconds.
4040
std::chrono::microseconds T1a_min_up{85};
4141
/// Ta4 maximum parameter for uplink User-Plane in microseconds.
42-
std::chrono::microseconds Ta4_max{300};
42+
std::chrono::microseconds Ta4_max{500};
4343
/// Ta4 minimum parameter for uplink User-Plane in microseconds.
4444
std::chrono::microseconds Ta4_min{85};
4545
/// Enables the Control-Plane PRACH message signalling.

configs/gnb_ru_picocom_scb_tdd_n78_20mhz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ru_ofh:
1313
t1a_min_cp_ul: 150
1414
t1a_max_up: 200
1515
t1a_min_up: 80
16-
ta4_max: 300
16+
ta4_max: 500
1717
ta4_min: 10
1818
is_prach_cp_enabled: false
1919
compr_method_ul: bfp

0 commit comments

Comments
 (0)