Change in gr-gsm[master]: grgsm_trx: change default TRX port number to 6700

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Piotr Krysik gerrit-no-reply at lists.osmocom.org
Fri Aug 10 09:46:15 UTC 2018


Piotr Krysik has submitted this change and it was merged. ( https://gerrit.osmocom.org/10417 )

Change subject: grgsm_trx: change default TRX port number to 6700
......................................................................

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
---
M apps/grgsm_trx
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Piotr Krysik: Looks good to me, approved; Verified



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 @@
 class Application:
 	# Application variables
 	remote_addr = "127.0.0.1"
-	base_port = 5700
+	base_port = 6700
 
 	# PHY specific
 	phy_sample_rate = 4 * 1625000 / 6

-- 
To view, visit https://gerrit.osmocom.org/10417
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: gr-gsm
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Iaf0c78733bfefcb0b0938abf6d316e27d03ecab4
Gerrit-Change-Number: 10417
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Piotr Krysik <ptrkrysik at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180810/55200109/attachment.htm>


More information about the gerrit-log mailing list