only enable eMBMS if both the sib config is present and its enabled in enb config

This commit is contained in:
Andre Puschmann 2018-10-02 10:52:43 +02:00
parent ea35cc9b5e
commit c56fa3b46c
1 changed files with 1 additions and 1 deletions

View File

@ -905,7 +905,7 @@ int enb::parse_sibs(all_args_t *args, rrc_cfg_t *rrc_cfg, phy_cfg_t *phy_config_
}
// Update MBSFN list counter. Only 1 supported
if (mbsfn_section_present) {
if (mbsfn_section_present && args->expert.enable_mbsfn) {
sib2->mbsfn_subfr_cnfg_list_size = 1;
}