mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
BSC VTY: Accept MNC of 0-999, as 0 is a valid MNC
This commit is contained in:
committed by
Harald Welte
parent
eabb6e3e4f
commit
402ccedcf4
@@ -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);
|
||||
|
Reference in New Issue
Block a user