[MERGED] osmo-bts[master]: doc/examples: add CalypsoBTS configuration example

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Mon Nov 27 22:59:21 UTC 2017


Vadim Yanitskiy has submitted this change and it was merged.

Change subject: doc/examples: add CalypsoBTS configuration example
......................................................................


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
---
A doc/examples/calypso/osmo-bts.cfg
1 file changed, 38 insertions(+), 0 deletions(-)

Approvals:
  Max: Looks good to me, but someone else must approve
  Neels Hofmeyr: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/doc/examples/calypso/osmo-bts.cfg b/doc/examples/calypso/osmo-bts.cfg
new file mode 100644
index 0000000..fa01953
--- /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

-- 
To view, visit https://gerrit.osmocom.org/5032
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia4b1797de576ab987b05046aa9a9828858023ed3
Gerrit-PatchSet: 3
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Vadim Yanitskiy <axilirator at gmail.com>



More information about the gerrit-log mailing list