Commit 813187bf authored by Fabrice Nabet's avatar Fabrice Nabet

Merge branch '15-bugfix-usrp-ta' into 'develop1B'

Resolve "Incorrect TA initialization for TDD with USRP"

Merge and Closes #15 Resolve "Incorrect TA initialization for TDD with USRP"

See merge request !6
parents af454ffd 95077bae
......@@ -3163,7 +3163,7 @@ int main( int argc, char **argv )
UE[CC_id]->tx_power_max_dBm = tx_max_power[CC_id];
#ifdef EXMIMO
#if defined(EXMIMO) || defined(OAI_USRP)
//N_TA_offset
if (UE[CC_id]->lte_frame_parms.frame_type == TDD) {
if (UE[CC_id]->lte_frame_parms.N_RB_DL == 100)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment