typo: SAC needs 16bit range, not 8bit as copied from RAC entry

Change-Id: I756fbab449151d912cde48f1da01d3b645b7627c
This commit is contained in:
Michael Iedema 2022-06-23 02:04:23 -07:00
parent 19a475bcf4
commit 52636f32c1
1 changed files with 2 additions and 2 deletions

View File

@ -192,8 +192,8 @@ DEFUN_USRATTR(cfg_hnodeb_rac,
DEFUN_USRATTR(cfg_hnodeb_sac,
cfg_hnodeb_sac_cmd,
0,
"service_area_code <0-255>",
"Set the Service Area Code (RAC) of this HnodeB\n" "SAC\n")
"service_area_code <0-65535>",
"Set the Service Area Code (SAC) of this HnodeB\n" "SAC\n")
{
struct hnb *hnb = (struct hnb *)vty->index;
hnb->sac = atoi(argv[0]);