mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb.git
synced 2025-11-03 13:43:33 +00:00
typo: SAC needs 16bit range, not 8bit as copied from RAC entry
Change-Id: I756fbab449151d912cde48f1da01d3b645b7627c
This commit is contained in:
@@ -192,8 +192,8 @@ DEFUN_USRATTR(cfg_hnodeb_rac,
|
|||||||
DEFUN_USRATTR(cfg_hnodeb_sac,
|
DEFUN_USRATTR(cfg_hnodeb_sac,
|
||||||
cfg_hnodeb_sac_cmd,
|
cfg_hnodeb_sac_cmd,
|
||||||
0,
|
0,
|
||||||
"service_area_code <0-255>",
|
"service_area_code <0-65535>",
|
||||||
"Set the Service Area Code (RAC) of this HnodeB\n" "SAC\n")
|
"Set the Service Area Code (SAC) of this HnodeB\n" "SAC\n")
|
||||||
{
|
{
|
||||||
struct hnb *hnb = (struct hnb *)vty->index;
|
struct hnb *hnb = (struct hnb *)vty->index;
|
||||||
hnb->sac = atoi(argv[0]);
|
hnb->sac = atoi(argv[0]);
|
||||||
|
|||||||
Reference in New Issue
Block a user