aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-06-16 16:28:31 +0200
committerHarald Welte <laforge@gnumonks.org>2016-06-17 15:32:28 +0000
commitae2a8b75f911e3fad54775f941678c1fa60ccf87 (patch)
treee0bced332ae9309d17787d1bedf90747eb765e0a
parent36860051804e195c5a4c1ce9d4590b927c2a0b17 (diff)
TRX: add configuration example
-rw-r--r--doc/examples/trx/osmo-bts.cfg34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/examples/trx/osmo-bts.cfg b/doc/examples/trx/osmo-bts.cfg
new file mode 100644
index 00000000..29d56554
--- /dev/null
+++ b/doc/examples/trx/osmo-bts.cfg
@@ -0,0 +1,34 @@
+!
+! OsmoBTS () configuration saved from vty
+!!
+!
+log stderr
+ logging color 1
+ logging timestamp 0
+ logging level all everything
+ logging level rsl notice
+ logging level oml notice
+ logging level rll notice
+ logging level rr notice
+ logging level meas error
+ logging level pag error
+ logging level l1c error
+ logging level l1p error
+ logging level dsp error
+ logging level abis error
+!
+line vty
+ no login
+!
+phy 0
+ instance 0
+ osmotrx rx-gain 1
+bts 0
+ band 1800
+ ipa unit-id 6969 0
+ oml remote-ip 192.168.122.1
+ settsc
+ gsmtap-sapi ccch
+ gsmtap-sapi pdtch
+ trx 0
+ phy 0 instance 0