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

laforge gerrit-no-reply at lists.osmocom.org
Mon Nov 2 09:47:14 UTC 2020


laforge has submitted this change. ( 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(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



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: 2
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201102/b2b1679b/attachment.htm>


More information about the gerrit-log mailing list