X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fxapp.cc;h=d8e04761a2d2360bfeb3d688339bda7ed642aa05;hb=refs%2Fchanges%2F62%2F4062%2F1;hp=1fb2b5b0f1509f362b72f0963cbcc9ce34bb81b9;hpb=a2f64d55efc2da9611f3cabe11a36370a553c186;p=ric-app%2Fhw.git diff --git a/src/xapp.cc b/src/xapp.cc index 1fb2b5b..d8e0476 100644 --- a/src/xapp.cc +++ b/src/xapp.cc @@ -189,7 +189,7 @@ void Xapp::startup_get_policies(void){ int policy_id = HELLOWORLD_POLICY_ID; - std::string policy_query = "{\"policy_id\":" + std::to_string(policy_id) + "}"; + std::string policy_query = "{\"policy_type_id\":" + std::to_string(policy_id) + "}"; unsigned char * message = (unsigned char *)calloc(policy_query.length(), sizeof(unsigned char)); memcpy(message, policy_query.c_str(), policy_query.length()); xapp_rmr_header header;