pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bsc/+/39834?usp=email )
Change subject: vty: Improve cmd 'cell barred' description
......................................................................
vty: Improve cmd 'cell barred' description
With references and keywords from specs (TS 44.018 Table 10.5.2.29.1).
Change-Id: I089974fbdb46ec776aa9f38b8037762fcc04687d
---
M src/osmo-bsc/bts_vty.c
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/34/39834/1
diff --git a/src/osmo-bsc/bts_vty.c b/src/osmo-bsc/bts_vty.c
index 1babd4d..b25e211 100644
--- a/src/osmo-bsc/bts_vty.c
+++ b/src/osmo-bsc/bts_vty.c
@@ -1211,10 +1211,10 @@
cfg_bts_cell_barred_cmd,
X(BSC_VTY_ATTR_RESTART_ABIS_RSL_LINK),
"cell barred (0|1)",
- "Should this cell be barred from access?\n"
- "Should this cell be barred from access?\n"
- "Cell should NOT be barred\n"
- "Cell should be barred\n")
+ "Should this cell be barred from access? (CELL_BAR_ACCESS)\n"
+ "Should this cell be barred from access? (CELL_BAR_ACCESS)\n"
+ "The cell is not barred, see 3GPP TS 23.022\n"
+ "The cell is barred, see 3GPP TS 23.022\n")
{
struct gsm_bts *bts = vty->index;
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/39834?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I089974fbdb46ec776aa9f38b8037762fcc04687d
Gerrit-Change-Number: 39834
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>