From dbf0d0ecbeddc7aeaac05753b0ab2f150ce05976 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Tue, 31 Aug 2021 14:09:37 -0700 Subject: [PATCH] Moving to OW namespace --- build | 2 +- src/MicroService.h | 6 +++--- test_scripts/curl/cli | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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"