Skip to content

Commit

Permalink
fixing Tx data request size issue
Browse files Browse the repository at this point in the history
Change-Id: I72cf5a6d93d562992ed1e3d0c44601ee55747112
Signed-off-by: pborla <[email protected]>
  • Loading branch information
pborla committed Nov 12, 2024
1 parent b30b071 commit 7822697
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 78 deletions.
6 changes: 3 additions & 3 deletions build/config/tdd_odu_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<RSRP_THRESHOLD_SSB>31</RSRP_THRESHOLD_SSB>
<ROOT_SEQ_IDX_PRESENT>2</ROOT_SEQ_IDX_PRESENT>
<ROOT_SEQ_IDX>0</ROOT_SEQ_IDX>
<PRACH_SUBCARRIER_SPACING>0</PRACH_SUBCARRIER_SPACING>
<PRACH_SUBCARRIER_SPACING>1</PRACH_SUBCARRIER_SPACING>
<PRACH_RESTRICTED_SET_CFG>0</PRACH_RESTRICTED_SET_CFG>
</RACH_CFG_COMMON>
<PUSCH_CFG_COMMON>
Expand Down Expand Up @@ -386,8 +386,8 @@
<NR_DL_ARFCN>623400</NR_DL_ARFCN>
<UL_BW>100</UL_BW>
<NR_UL_ARFCN>623400</NR_UL_ARFCN>
<NUM_TX_ANT>2</NUM_TX_ANT>
<NUM_RX_ANT>2</NUM_RX_ANT>
<NUM_TX_ANT>1</NUM_TX_ANT>
<NUM_RX_ANT>1</NUM_RX_ANT>
</CARRIER_CFG>
<CELL_CFG>
<MAC_OP_STATE>0</MAC_OP_STATE><!--OP_DISABLED-->
Expand Down
Loading

0 comments on commit 7822697

Please sign in to comment.