From cf55fbede9a7fc75d919ee7130d75be98b349932 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 2 Jul 2018 15:04:28 +0200 Subject: doc: Move calypsoBTS example into trx subdir CalypsoBTS is a regular osmo-bts-trx with specific config options, so let's move the cfg file to correct place. This also makes it easier to install and package example files later on. Change-Id: Ie2b968c478f1cf4d3e4cb36e4fb743e413cc93f0 --- doc/examples/calypso/osmo-bts.cfg | 38 ------------------------------- doc/examples/trx/osmo-bts-trx-calypso.cfg | 38 +++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 doc/examples/calypso/osmo-bts.cfg create mode 100644 doc/examples/trx/osmo-bts-trx-calypso.cfg diff --git a/doc/examples/calypso/osmo-bts.cfg b/doc/examples/calypso/osmo-bts.cfg deleted file mode 100644 index fa019532..00000000 --- a/doc/examples/calypso/osmo-bts.cfg +++ /dev/null @@ -1,38 +0,0 @@ -! -! 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 diff --git a/doc/examples/trx/osmo-bts-trx-calypso.cfg b/doc/examples/trx/osmo-bts-trx-calypso.cfg new file mode 100644 index 00000000..fa019532 --- /dev/null +++ b/doc/examples/trx/osmo-bts-trx-calypso.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