enb_amarisoft: fix enb conf template name

issue has been introduced during refactor of enb class names

Change-Id: Ib3ad6451c3979440be28d8811f51ce5d1c103518
This commit is contained in:
Andre Puschmann 2020-04-14 22:23:06 +02:00
parent fdd8e3aad2
commit e4d5a139e3
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class AmarisoftENB(enb.eNodeB):
REMOTE_DIR = '/osmo-gsm-tester-amarisoftenb'
BINFILE = 'lteenb'
CFGFILE = 'enb_amarisoft.cfg'
CFGFILE = 'amarisoft_enb.cfg'
CFGFILE_SIB1 = 'amarisoft_sib1.asn'
CFGFILE_SIB23 = 'amarisoft_sib23.asn'
CFGFILE_RF = 'amarisoft_rf_driver.cfg'