Commit 6460a32b authored by frtabu's avatar frtabu

rebase

parent 86e11b4d
......@@ -187,6 +187,7 @@ function main() {
shift;;
-C | --clean-all)
CLEAN_ALL=1
shift;;
--clean-kernel)
clean_kernel
echo_info "Erased iptables config and removed modules from kernel"
......
......@@ -188,7 +188,7 @@ static int sync_to_gps(openair0_device *device) {
num_gps_locked++;
std::cout << boost::format("GPS Locked\n");
} else {
LOG_W(HW,"GPS not locked - time will not be accurate until locked" << std::endl;
LOG_W(HW,"GPS not locked - time will not be accurate until locked");
}
//Set to GPS time
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment