Revert "fix eNB config parsing issue causing eMBMS to be always disabled"

This reverts commit 09a47b51b2.

Causes issues when receiving PRACH from UE.
This commit is contained in:
Andre Puschmann 2018-09-26 17:56:37 +02:00
parent e64de7ec6b
commit b603125dea
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ int enb::parse_sib2(std::string filename, LIBLTE_RRC_SYS_INFO_BLOCK_TYPE_2_STRUC
parser::section mbsfnSubframeConfigList("mbsfnSubframeConfigList");
sib2.add_subsection(&mbsfnSubframeConfigList);
bool mbsfn_present=true;
bool mbsfn_present=false;
mbsfnSubframeConfigList.set_optional(&mbsfn_present);
if (mbsfn_present) {