enb_amarisoft: fix typo

Change-Id: Ie898da5eae10af96c2bca6c2413bdff4a5160e9f
This commit is contained in:
Andre Puschmann 2020-06-12 15:09:00 +02:00 committed by srs_andre
parent b0ebcbcf10
commit ccb632037d
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ class AmarisoftENB(enb.eNodeB):
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: # craft amarisoft by default:
rfemu_cfg = {'type': 'amarisoftctl',
'addr': self.addr(),
'ports': [9001]