aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_gsm_tester/templates/srsepc.conf.tmpl
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-04-16 13:55:57 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-04-16 13:59:57 +0200
commit3373703a72232f040c27e53fe5f395780e846120 (patch)
treed0d7c4cf6655da4134f5b0e16f50dce36beec068 /src/osmo_gsm_tester/templates/srsepc.conf.tmpl
parent135c609d295a3d2217d4275c8682d73905fffb2e (diff)
epc_srs.py: Pass filenames to main cfg file template instead of cmdline args
Diffstat (limited to 'src/osmo_gsm_tester/templates/srsepc.conf.tmpl')
-rw-r--r--src/osmo_gsm_tester/templates/srsepc.conf.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/osmo_gsm_tester/templates/srsepc.conf.tmpl b/src/osmo_gsm_tester/templates/srsepc.conf.tmpl
index cb03967..a792989 100644
--- a/src/osmo_gsm_tester/templates/srsepc.conf.tmpl
+++ b/src/osmo_gsm_tester/templates/srsepc.conf.tmpl
@@ -40,7 +40,7 @@ paging_timer = 2
#
#####################################################################
[hss]
-db_file = user_db.csv
+db_file = ${epc.db_filename}
#####################################################################
# SP-GW configuration
@@ -72,7 +72,7 @@ max_paging_queue = 100
####################################################################
[pcap]
enable = ${'true' if epc.enable_pcap else 'false'}
-filename = /tmp/epc.pcap
+filename = ${epc.pcap_filename}
####################################################################
# Log configuration
@@ -95,7 +95,7 @@ filename = /tmp/epc.pcap
[log]
all_level = info
all_hex_limit = 32
-filename = /tmp/epc.log
+filename = ${epc.log_filename}
#nas_level = debug
#s1ap_level = debug