diff --git a/map-controller/files/etc/init.d/mapcontroller b/map-controller/files/etc/init.d/mapcontroller index a212e84e3..e88795e77 100755 --- a/map-controller/files/etc/init.d/mapcontroller +++ b/map-controller/files/etc/init.d/mapcontroller @@ -45,7 +45,13 @@ validate_sta_steering_section() { 'use_bcn_metrics:bool:false' \ 'use_usta_metrics:bool:false' \ 'bandsteer:bool:false' \ - 'diffsnr:range(0,100)' + 'diffsnr:range(0,100)' \ + 'rcpi_threshold_2g:range(0,220)' \ + 'rcpi_threshold_5g:range(0,220)' \ + 'rcpi_threshold_6g:range(0,220)' \ + 'report_rcpi_threshold_2g:range(0,220)' \ + 'report_rcpi_threshold_5g:range(0,220)' \ + 'report_rcpi_threshold_6g:range(0,220)' [ "$?" -ne 0 ] && { logger -s -t "mapcontroller" "Validation of sta_steering section failed"