iedemam has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hnodeb/+/28405 )
Change subject: typo: SAC needs 16bit range, not 8bit as copied from RAC entry ......................................................................
typo: SAC needs 16bit range, not 8bit as copied from RAC entry
Change-Id: I756fbab449151d912cde48f1da01d3b645b7627c --- M src/osmo-hnodeb/vty.c 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnodeb refs/changes/05/28405/1
diff --git a/src/osmo-hnodeb/vty.c b/src/osmo-hnodeb/vty.c index f06e4cc..898c326 100644 --- a/src/osmo-hnodeb/vty.c +++ b/src/osmo-hnodeb/vty.c @@ -192,8 +192,8 @@ 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]);