From 536ebeed0841cf3a76ee7730b2f41dea5c153b85 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sun, 26 Nov 2017 22:13:46 +0700 Subject: 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 --- doc/examples/calypso/osmo-bts.cfg | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 doc/examples/calypso/osmo-bts.cfg (limited to 'doc') 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 -- cgit v1.2.3