[PATCH] openbsc[master]: OM2000: CON MO: Allow larger range for CCP and CI values

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Nov 13 19:54:57 UTC 2016


Review at  https://gerrit.osmocom.org/1242

OM2000: CON MO: Allow larger range for CCP and CI values

it seesm more recent RBS2000 models have much larger CCP and CI value ranges
than those of older models.

Change-Id: Ib116c1fac901b293929fce34223d1fd0af15d2bc
---
M openbsc/src/libbsc/abis_om2000_vty.c
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/42/1242/1

diff --git a/openbsc/src/libbsc/abis_om2000_vty.c b/openbsc/src/libbsc/abis_om2000_vty.c
index b68a8ea..b864691 100644
--- a/openbsc/src/libbsc/abis_om2000_vty.c
+++ b/openbsc/src/libbsc/abis_om2000_vty.c
@@ -348,7 +348,7 @@
 			"Contiguity Index\n"				\
 
 DEFUN(cfg_om2k_con_path_dec, cfg_om2k_con_path_dec_cmd,
-	"con-path (add|del) <0-1023> <0-7> deconcentrated <0-63>",
+	"con-path (add|del) <0-2047> <0-255> deconcentrated <0-63>",
 	CON_PATH_HELP "De-concentrated in/outlet\n" "TEI Value\n")
 {
 	struct con_group *cg = vty->index;
@@ -370,7 +370,7 @@
 }
 
 DEFUN(cfg_om2k_con_path_conc, cfg_om2k_con_path_conc_cmd,
-	"con-path (add|del) <0-1023> <0-7> concentrated <1-16>",
+	"con-path (add|del) <0-2047> <0-255> concentrated <1-16>",
 	CON_PATH_HELP "Concentrated in/outlet\n" "Tag Number\n")
 {
 	struct con_group *cg = vty->index;

-- 
To view, visit https://gerrit.osmocom.org/1242
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib116c1fac901b293929fce34223d1fd0af15d2bc
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list