Change in osmo-bts[master]: osmo-trx: fix maxdly

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/.

Hoernchen gerrit-no-reply at lists.osmocom.org
Mon Sep 27 17:36:00 UTC 2021


Hoernchen has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/25619 )


Change subject: osmo-trx: fix maxdly
......................................................................

osmo-trx: fix maxdly

Change-Id: I8d79080c82411e6427eec37d008614fa5d5e1ace
Related: OS#5140
---
M src/osmo-bts-trx/trx_vty.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/19/25619/1

diff --git a/src/osmo-bts-trx/trx_vty.c b/src/osmo-bts-trx/trx_vty.c
index bb9d158..fb9ac0e 100644
--- a/src/osmo-bts-trx/trx_vty.c
+++ b/src/osmo-bts-trx/trx_vty.c
@@ -266,7 +266,7 @@
 }
 
 DEFUN_ATTR(cfg_phyinst_maxdly, cfg_phyinst_maxdly_cmd,
-	   "osmotrx maxdly <0-31>",
+	   "osmotrx maxdly <0-62>",
 	   OSMOTRX_STR
 	   "Set the maximum acceptable delay of an Access Burst (in GSM symbols)."
 	   " Access Burst is the first burst a mobile transmits in order to establish"
@@ -275,7 +275,7 @@
 	   " distance. So changing this setting effectively changes maximum range of"
 	   " the cell, because if we receive an Access Burst with a delay higher than"
 	   " this value, it will be ignored and connection is dropped.\n"
-	   "GSM symbols (approx. 1.1km per symbol)\n",
+	   "GSM symbols (550m per symbol)\n",
 	   CMD_ATTR_IMMEDIATE)
 {
 	struct phy_instance *pinst = vty->index;

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/25619
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I8d79080c82411e6427eec37d008614fa5d5e1ace
Gerrit-Change-Number: 25619
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen <ewild at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210927/636f3887/attachment.htm>


More information about the gerrit-log mailing list