aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-03-03 23:31:02 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-08-10 15:11:23 +0700
commitcae78211a601c92ad7d0492a0dcf7b5934cc26f2 (patch)
treed0d2b28768f87b6704d2ee07237dc83c65c06118
parent3674f48df55d6413d12dd54176cb123e88aafeae (diff)
grgsm_trx: change default TRX port number to 6700
In order to avoid clashes with OsmoTRX, which may be also running on the same host, let's use a different port range starting from 6700 by default. This idea was introduced as a result of OS#2984. Change-Id: Iaf0c78733bfefcb0b0938abf6d316e27d03ecab4
-rwxr-xr-xapps/grgsm_trx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/grgsm_trx b/apps/grgsm_trx
index eafc726..eb7fbdb 100755
--- a/apps/grgsm_trx
+++ b/apps/grgsm_trx
@@ -40,7 +40,7 @@ COPYRIGHT = \
class Application:
# Application variables
remote_addr = "127.0.0.1"
- base_port = 5700
+ base_port = 6700
# PHY specific
phy_sample_rate = 4 * 1625000 / 6