Commit 6e662bf2 authored by alexandr's avatar alexandr

Bug fixed: PCFICH/PHICH update added in phy_config_after_HO

parent 613c7896
...@@ -81,7 +81,7 @@ set ( USE_MME "R10" ) ...@@ -81,7 +81,7 @@ set ( USE_MME "R10" )
set ( USER_MODE True ) set ( USER_MODE True )
set ( XER_PRINT False ) set ( XER_PRINT False )
set ( XFORMS False ) set ( XFORMS False )
set(XFORMS False ) set(XFORMS True )
set(RRC_ASN1_VERSION "Rel10") set(RRC_ASN1_VERSION "Rel10")
set(ENABLE_VCD_FIFO False ) set(ENABLE_VCD_FIFO False )
include(${CMAKE_CURRENT_SOURCE_DIR}/../CMakeLists.txt) include(${CMAKE_CURRENT_SOURCE_DIR}/../CMakeLists.txt)
...@@ -612,6 +612,9 @@ void phy_config_afterHO_ue(uint8_t Mod_id,uint8_t CC_id,uint8_t eNB_id, Mobility ...@@ -612,6 +612,9 @@ void phy_config_afterHO_ue(uint8_t Mod_id,uint8_t CC_id,uint8_t eNB_id, Mobility
lte_gold(lte_frame_parms,PHY_vars_UE_g[Mod_id][CC_id]->lte_gold_table[0],lte_frame_parms->Nid_cell); lte_gold(lte_frame_parms,PHY_vars_UE_g[Mod_id][CC_id]->lte_gold_table[0],lte_frame_parms->Nid_cell);
lte_frame_parms->nushift = lte_frame_parms->Nid_cell%6; lte_frame_parms->nushift = lte_frame_parms->Nid_cell%6;
generate_pcfich_reg_mapping(lte_frame_parms);
generate_phich_reg_mapping(lte_frame_parms);
// PUCCH // PUCCH
init_ncs_cell(lte_frame_parms,PHY_vars_UE_g[Mod_id][CC_id]->ncs_cell); init_ncs_cell(lte_frame_parms,PHY_vars_UE_g[Mod_id][CC_id]->ncs_cell);
......
...@@ -23,13 +23,13 @@ eNBs = ...@@ -23,13 +23,13 @@ eNBs =
component_carriers = ( component_carriers = (
{ {
frame_type = "TDD"; frame_type = "FDD";
tdd_config = 3; tdd_config = 3;
tdd_config_s = 0; tdd_config_s = 0;
prefix_type = "NORMAL"; prefix_type = "NORMAL";
eutra_band = 38; eutra_band = 7;
downlink_frequency = 2595000000L; downlink_frequency = 2680000000L;
uplink_frequency_offset = 0000000; uplink_frequency_offset = -120000000;
Nid_cell = 0; Nid_cell = 0;
N_RB_DL = 25; N_RB_DL = 25;
Nid_cell_mbsfn = 0; Nid_cell_mbsfn = 0;
...@@ -204,13 +204,13 @@ eNBs = ...@@ -204,13 +204,13 @@ eNBs =
component_carriers = ( component_carriers = (
{ {
frame_type = "TDD"; frame_type = "FDD";
tdd_config = 3; tdd_config = 3;
tdd_config_s = 0; tdd_config_s = 0;
prefix_type = "NORMAL"; prefix_type = "NORMAL";
eutra_band = 38; eutra_band = 7;
downlink_frequency = 2595000000L; downlink_frequency = 2680000000L;
uplink_frequency_offset = 0000000; uplink_frequency_offset = -120000000;
Nid_cell = 0; Nid_cell = 0;
N_RB_DL = 25; N_RB_DL = 25;
Nid_cell_mbsfn = 0; Nid_cell_mbsfn = 0;
......
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