diff --git a/build b/build index e440e5c..7813681 100644 --- a/build +++ b/build @@ -1 +1 @@ -3 \ No newline at end of file +5 \ No newline at end of file diff --git a/src/MicroService.h b/src/MicroService.h index 55090b7..aa89413 100644 --- a/src/MicroService.h +++ b/src/MicroService.h @@ -33,9 +33,9 @@ namespace OpenWifi { - static const std::string uSERVICE_SECURITY{"ucentralsec"}; - static const std::string uSERVICE_GATEWAY{"ucentralgw"}; - static const std::string uSERVICE_FIRMWARE{ "ucentralfms"}; + static const std::string uSERVICE_SECURITY{"owsec"}; + static const std::string uSERVICE_GATEWAY{"owgw"}; + static const std::string uSERVICE_FIRMWARE{ "owfms"}; static const std::string uSERVICE_TOPOLOGY{ "owtopo"}; static const std::string uSERVICE_PROVISIONING{ "owprov"}; static const std::string uSERVICE_OWLS{ "owls"}; diff --git a/test_scripts/curl/cli b/test_scripts/curl/cli index a8cc468..ae1b5a1 100755 --- a/test_scripts/curl/cli +++ b/test_scripts/curl/cli @@ -93,7 +93,7 @@ setfms() { path="$(echo $url | grep / | cut -d/ -f2-)" if [[ ${url} != "null" ]] then - if [[ ${svctype} == "ucentralfms" ]] + if [[ ${svctype} == "owfms" ]] then # echo "url: $url" # echo " proto: $proto"