enb_srs: remove comment introduced through copy+paste

Change-Id: I7d14ae5c17bd1cd1c1b23657dc60dc331519e32c
This commit is contained in:
Andre Puschmann 2020-06-30 14:19:40 +02:00
parent 9df7cd0a12
commit ba40facbaf
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ class srsENB(enb.eNodeB, srslte_common):
if cell_list is None or len(cell_list) < cell + 1:
raise log.Error('cell_list attribute or subitem not found!')
rfemu_cfg = cell_list[cell].get('dl_rfemu', None)
if rfemu_cfg is None: # craft amarisfot by default:
if rfemu_cfg is None:
raise log.Error('rfemu attribute not found in cell_list item!')
rfemu_obj = rfemu.get_instance_by_type(rfemu_cfg['type'], rfemu_cfg)
return rfemu_obj