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
This commit is contained in:
Vadim Yanitskiy 2018-03-03 23:31:02 +07:00
parent 3674f48df5
commit cae78211a6
1 changed files with 1 additions and 1 deletions

View File

@ -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