Cosmetic: bsc_vty: tweak msc pooling strings

Drop "to this MSC" from the NRI_STR, as it is not only used for MSC
specific configuration, but also in cfg_net_nri_* which affect all MSCs.

Drop "for this MSC" from the description of cfg_net_nri_null_del, it
affects all MSCs (unlike cfg_msc_nri_del).

Change-Id: Ic8888775a965b6d607af51b9359bd8ffc2834e16
This commit is contained in:
Oliver Smith 2022-06-09 15:55:35 +02:00
parent c1bfc88b6b
commit 5f2dd6a876
2 changed files with 3 additions and 3 deletions

View File

@ -1148,7 +1148,7 @@ DEFUN_DEPRECATED(cfg_net_dtx,
return CMD_SUCCESS;
}
#define NRI_STR "Mapping of Network Resource Indicators to this MSC, for MSC pooling\n"
#define NRI_STR "Mapping of Network Resource Indicators, for MSC pooling\n"
#define NULL_NRI_STR "Define NULL-NRI values that cause re-assignment of an MS to a different MSC, for MSC pooling.\n"
#define NRI_FIRST_LAST_STR "First value of the NRI value range, should not surpass the configured 'nri bitlen'.\n" \
"Last value of the NRI value range, should not surpass the configured 'nri bitlen' and be larger than the" \
@ -1195,7 +1195,7 @@ DEFUN_ATTR(cfg_net_nri_null_add,
DEFUN_ATTR(cfg_net_nri_null_del,
cfg_net_nri_null_del_cmd,
"nri null del <0-32767> [<0-32767>]",
NRI_STR NULL_NRI_STR "Remove NRI value or range from the NRI mapping for this MSC\n"
NRI_STR NULL_NRI_STR "Remove NRI value or range from the NRI mapping\n"
NRI_FIRST_LAST_STR,
CMD_ATTR_IMMEDIATE)
{

View File

@ -121,7 +121,7 @@ msc 1
OsmoBSC(config-net)# nri null ?
add Add NULL-NRI value (or range)
del Remove NRI value or range from the NRI mapping for this MSC
del Remove NRI value or range from the NRI mapping
OsmoBSC(config-net)# nri null add ?
<0-32767> First value of the NRI value range, should not surpass the configured 'nri bitlen'.