fixeria has uploaded this change for review.
debian: add packaging for osmo-trx-proxy
Ship the osmo-trx-proxy binary and its default/example VTY config
(doc/examples/osmo-trx-proxy/osmo-trx-proxy.cfg), following the same
layout as the osmo-trx-ipc package.
Change-Id: I995b44bf9a884cf5ba6db8333e6f08c9604a58a5
Related: OS#6672
---
M debian/control
A debian/osmo-trx-proxy.install
2 files changed, 12 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/35/43635/1
diff --git a/debian/control b/debian/control
index 25b3041..bb93b1c 100644
--- a/debian/control
+++ b/debian/control
@@ -189,6 +189,15 @@
between different telecommunication associations for developing new
generations of mobile phone networks. (post-2G/GSM)
+Package: osmo-trx-proxy
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Virtual TRX endpoint proxy for testing without SDR hardware
+ osmo-trx-proxy speaks the TRXC/TRXD protocol on one or more virtual TRX
+ endpoints, simulating an RF path (path loss, ToA, C/I) between them instead
+ of driving actual SDR hardware. It allows testing L1 software (e.g.
+ OsmoBTS) or MS-side stacks (e.g. osmocom-bb/trxcon) without a radio.
+
Package: osmo-trx-doc
Architecture: all
Section: doc
diff --git a/debian/osmo-trx-proxy.install b/debian/osmo-trx-proxy.install
new file mode 100644
index 0000000..d0309eb
--- /dev/null
+++ b/debian/osmo-trx-proxy.install
@@ -0,0 +1,3 @@
+etc/osmocom/osmo-trx-proxy.cfg
+usr/bin/osmo-trx-proxy
+usr/share/doc/osmo-trx/examples/osmo-trx-proxy/osmo-trx-proxy.cfg /usr/share/doc/osmo-trx/examples/osmo-trx-proxy/
To view, visit change 43635. To unsubscribe, or for help writing mail filters, visit settings.