SRSUE: clear EARFCN list if the list is not empty

This commit is contained in:
Xavier Arteaga 2019-12-20 16:37:59 +01:00 committed by Andre Puschmann
parent 11eafa8ab4
commit 0134d47ee8
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ int ue::parse_args(const all_args_t& args_)
// populate EARFCN list
if (!args.phy.dl_earfcn.empty()) {
args.phy.earfcn_list.clear();
std::stringstream ss(args.phy.dl_earfcn);
uint32_t idx = 0;
while (ss.good()) {