aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-11-26 22:13:46 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2017-11-27 22:59:20 +0000
commit536ebeed0841cf3a76ee7730b2f41dea5c153b85 (patch)
tree9eaa7be09cc992567c64d079cd4ddcb267502b18
parentf78caac25c6cf5dbed2bfd92fd39483d04efc79f (diff)
doc/examples: add CalypsoBTS configuration example
Despite the CalypsoBTS transceiver is similar to OsmoTRX, there are some changes required to make it work with OsmoBTS. Let's add a new configuration example for that. Change-Id: Ia4b1797de576ab987b05046aa9a9828858023ed3
-rw-r--r--doc/examples/calypso/osmo-bts.cfg38
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/examples/calypso/osmo-bts.cfg b/doc/examples/calypso/osmo-bts.cfg
new file mode 100644
index 00000000..fa019532
--- /dev/null
+++ b/doc/examples/calypso/osmo-bts.cfg
@@ -0,0 +1,38 @@
+!
+! OsmoBTS configuration example for CalypsoBTS
+! http://osmocom.org/projects/baseband/wiki/CalypsoBTS
+!!
+!
+log stderr
+ logging color 1
+ logging timestamp 0
+ 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
+ osmotrx ip local 127.0.0.1
+ osmotrx ip remote 127.0.0.1
+ osmotrx timing-advance-loop
+ osmotrx ms-power-loop -65
+ osmotrx legacy-setbsic
+bts 0
+ oml remote-ip 127.0.0.1
+ ipa unit-id 1801 0
+ gsmtap-sapi pdtch
+ gsmtap-sapi ccch
+ band 900
+ trx 0
+ phy 0 instance 0