Commit 0c6b2b32 authored by winckel's avatar winckel

Fixed an issue with init in FDD mode.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5006 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 2ef1c934
......@@ -50,8 +50,10 @@ void phy_config_sib1_eNB(u8 Mod_id,
LTE_DL_FRAME_PARMS *lte_frame_parms = &PHY_vars_eNB_g[Mod_id]->lte_frame_parms;
lte_frame_parms->tdd_config = tdd_Config->subframeAssignment;
lte_frame_parms->tdd_config_S = tdd_Config->specialSubframePatterns;
if (tdd_Config) {
lte_frame_parms->tdd_config = tdd_Config->subframeAssignment;
lte_frame_parms->tdd_config_S = tdd_Config->specialSubframePatterns;
}
lte_frame_parms->SIwindowsize = SIwindowsize;
lte_frame_parms->SIPeriod = SIPeriod;
}
......
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