dump_docs: Use new config file naming scheme

Change-Id: I05723ef50deb918ed1131c1d30f8e613351b3be5
This commit is contained in:
Daniel Willmann 2019-01-17 17:07:04 +01:00
parent a4649308eb
commit 5a266511bf
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ env = os.environ
env['L1FWD_BTS_HOST'] = '127.0.0.1'
bts_proc = subprocess.Popen(["./src/osmo-bts-sysmo/sysmobts-remote",
"-c", "./doc/examples/sysmo/osmo-bts.cfg"], env = env,
"-c", "./doc/examples/sysmo/osmo-bts-sysmo.cfg"], env = env,
stdin=None, stdout=None)
time.sleep(1)