aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2018-04-17 09:10:33 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2018-04-17 09:10:33 +0200
commit2471052cfe724699c8bd2d4fec20d7f194cf6bb9 (patch)
tree494bfac4ec79a65f87bf970ab766d52b50a05af3 /apps
parent2ece45f5169a0aa2db90f3a9eae4a4892a9cde79 (diff)
parent012323230549af786f04fd94fc85ab7fbfa7a53d (diff)
Merge branch 'fixeria/trx' of https://github.com/axilirator/gr-gsm into fixeria_trx
# Resolved conflicts: # apps/grgsm_trx # python/trx/radio_if.py # swig/grgsm_swig.i
Diffstat (limited to 'apps')
-rwxr-xr-xapps/grgsm_trx6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/grgsm_trx b/apps/grgsm_trx
index 228be5d..128adab 100755
--- a/apps/grgsm_trx
+++ b/apps/grgsm_trx
@@ -42,11 +42,11 @@ class Application:
base_port = 5700
# PHY specific
- phy_sample_rate = 4*1625000/6
+ phy_sample_rate = 4 * 1625000 / 6
phy_tx_antenna = "TX/RX"
phy_rx_antenna = "RX2"
phy_rx_gain = 30
- phy_tx_gain = 40
+ phy_tx_gain = 10
phy_args = ""
phy_ppm = 0
@@ -101,7 +101,7 @@ class Application:
# PHY specific
s += " Radio interface specific\n" \
" -a --device-args Set device arguments\n" \
- " -s --sample-rate Set sample rate (default 2000000)\n" \
+ " -s --sample-rate Set sample rate\n" \
" -g --rx-gain Set RX gain (default 30)\n" \
" -G --tx-gain Set TX gain (default 10)\n" \
" --rx-antenna Set RX antenna (default RX2)\n" \