aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-08 16:51:03 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-31 12:06:37 +0000
commit6fb234c2511894900590f093b258b670c88219f1 (patch)
tree60d24eedc62464f6c4d480960c6fa664a67f7182 /doc
parent743cf42ac5dfa2661317e73f70b204bde7450ff2 (diff)
add config example (mostly empty)
So far only the vty and ctrl bind configs exists. Change-Id: I38ef124e9f28bdd744bafd20fa8c310511c0b8ad
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/osmo-hlr.cfg16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/examples/osmo-hlr.cfg b/doc/examples/osmo-hlr.cfg
new file mode 100644
index 0000000..2b49958
--- /dev/null
+++ b/doc/examples/osmo-hlr.cfg
@@ -0,0 +1,16 @@
+!
+! OsmoHLR example configuration
+!
+log stderr
+ logging filter all 1
+ logging color 1
+ logging print category 1
+ logging timestamp 1
+ logging print extended-timestamp 1
+ logging level all debug
+ logging level linp error
+!
+line vty
+ bind 127.0.0.1
+ctrl
+ bind 127.0.0.1