fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-trx/+/43634?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: doc/examples: add a config file for osmo-trx-proxy ......................................................................
doc/examples: add a config file for osmo-trx-proxy
Change-Id: I401753bd1977057c3de481e7bf074d1f92f84499 Related: OS#6672 --- M doc/examples/Makefile.am A doc/examples/osmo-trx-proxy/osmo-trx-proxy.cfg 2 files changed, 39 insertions(+), 0 deletions(-)
Approvals: fixeria: Looks good to me, approved laforge: Looks good to me, but someone else must approve pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index ac87457..e6600da 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -8,6 +8,7 @@ osmo-trx-lms/osmo-trx-limesdr.cfg \ osmo-trx-lms/osmo-trx-lms.cfg \ osmo-trx-ipc/osmo-trx-ipc.cfg \ + osmo-trx-proxy/osmo-trx-proxy.cfg \ $(NULL)
OSMOCONF_FILES = @@ -30,6 +31,10 @@ OSMOCONF_FILES += osmo-trx-ipc/osmo-trx-ipc.cfg endif
+if ENABLE_PROXY +OSMOCONF_FILES += osmo-trx-proxy/osmo-trx-proxy.cfg +endif + osmoconf_DATA = $(OSMOCONF_FILES)
CFG_FILES = find $(srcdir) -type f -name '*.cfg*' | sed -e 's,^$(srcdir),,' diff --git a/doc/examples/osmo-trx-proxy/osmo-trx-proxy.cfg b/doc/examples/osmo-trx-proxy/osmo-trx-proxy.cfg new file mode 100644 index 0000000..afe5e2d --- /dev/null +++ b/doc/examples/osmo-trx-proxy/osmo-trx-proxy.cfg @@ -0,0 +1,34 @@ +log stderr + logging filter all 1 + logging color 1 + logging print category-hex 0 + logging print category 1 + logging print thread-id 0 + logging print extended-timestamp 1 + logging print level 1 + logging print file basename last + logging level set-all notice + logging level proxy info + logging level trxc info + logging level trxd notice + logging level lglobal notice +! +proxy + bind-addr 0.0.0.0 + clck-gen start-fn random + clck-gen ind-period 102 + pm-rssi-noise -110 + path-loss 110 + nominal-toa256 0 + nominal-ci 90 + ep bts + remote-addr 127.0.0.1 + base-port 5700 + num-chans 1 + tx-power 50 + ep ms + remote-addr 127.0.0.1 + base-port 6700 + num-chans 1 + tx-power 50 + no clock-socket