Change in osmo-bsc[master]: vty: add reminder messages about the radio link timeout

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

fixeria gerrit-no-reply at lists.osmocom.org
Fri Oct 30 10:26:04 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/20982 )


Change subject: vty: add reminder messages about the radio link timeout
......................................................................

vty: add reminder messages about the radio link timeout

Change-Id: Ief3af40cab1a62a276f9976fe1a1ca7aa2e13720
Related: SYS#4910
---
M src/osmo-bsc/bsc_vty.c
1 file changed, 18 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/82/20982/1

diff --git a/src/osmo-bsc/bsc_vty.c b/src/osmo-bsc/bsc_vty.c
index e91e01c..c3d6658 100644
--- a/src/osmo-bsc/bsc_vty.c
+++ b/src/osmo-bsc/bsc_vty.c
@@ -5445,6 +5445,12 @@
 		}
 	}
 
+	vty_out(vty, "%% All channels have been %s on all BTS/TRX, please "
+		     "make sure that the radio link timeout is set to %s%s",
+		activate ? "activated" : "deactivated",
+		activate ? "'infinite'" : "its old value (e.g. 'oml')",
+		VTY_NEWLINE);
+
 	return CMD_SUCCESS;
 }
 
@@ -5479,6 +5485,12 @@
 		lchan_act_trx(vty, trx, activate);
 	}
 
+	vty_out(vty, "%% All channels have been %s on all TRX of BTS%d, please "
+		     "make sure that the radio link timeout is set to %s%s",
+		activate ? "activated" : "deactivated", bts_nr,
+		activate ? "'infinite'" : "its old value (e.g. 'oml')",
+		VTY_NEWLINE);
+
 	return CMD_SUCCESS;
 }
 
@@ -5517,6 +5529,12 @@
 
 	lchan_act_trx(vty, trx, activate);
 
+	vty_out(vty, "%% All channels have been %s on BTS%d/TRX%d, please "
+		     "make sure that the radio link timeout is set to %s%s",
+		activate ? "activated" : "deactivated", bts_nr, trx_nr,
+		activate ? "'infinite'" : "its old value (e.g. 'oml')",
+		VTY_NEWLINE);
+
 	return CMD_SUCCESS;
 }
 

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ief3af40cab1a62a276f9976fe1a1ca7aa2e13720
Gerrit-Change-Number: 20982
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201030/3ad57204/attachment.htm>


More information about the gerrit-log mailing list