BSC VTY: Accept MNC of 0-999, as 0 is a valid MNC

This commit is contained in:
Dieter Spaar
2011-07-27 23:43:56 +02:00
committed by Harald Welte
parent eabb6e3e4f
commit 402ccedcf4

View File

@@ -1160,7 +1160,7 @@ DEFUN(cfg_net_ncc,
DEFUN(cfg_net_mnc,
cfg_net_mnc_cmd,
"mobile network code <1-999>",
"mobile network code <0-999>",
"Set the GSM mobile network code")
{
struct gsm_network *gsmnet = gsmnet_from_vty(vty);