X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Bouncer%2Fsrc%2Fxapp-mgmt%2Fformat_helper.hpp;fp=Bouncer%2Fsrc%2Fxapp-mgmt%2Fformat_helper.hpp;h=0c1bfbbaf2d052139fafdef44b3c2c56b529812a;hb=ff20129c8f517cca6e0b4de6544ff64aebe7c171;hp=0000000000000000000000000000000000000000;hpb=35882dccfbc1b35af0e5704e14e0ecb9eba0f52a;p=ric-app%2Fbouncer.git diff --git a/Bouncer/src/xapp-mgmt/format_helper.hpp b/Bouncer/src/xapp-mgmt/format_helper.hpp new file mode 100644 index 0000000..0c1bfbb --- /dev/null +++ b/Bouncer/src/xapp-mgmt/format_helper.hpp @@ -0,0 +1,48 @@ +/* +================================================================================== + + Copyright (c) 2018-2019 AT&T Intellectual Property. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +================================================================================== +*/ +/* + * a1_policy.hpp + * + * Created on: Mar, 2020 + * Author: Shraboni Jana + */ + +#ifndef SRC_XAPP_MGMT_A1MSG_A1_POLICY_HELPER_HPP_ +#define SRC_XAPP_MGMT_A1MSG_A1_POLICY_HELPER_HPP_ + +#include +#include +#include +#include + +using namespace rapidjson; + +//typedef struct a1_policy_helper a1_policy_helper; + +/*struct a1_policy_helper{ + + std::string operation; + std::string policy_type_id; + std::string policy_instance_id; + std::string handler_id; + std::string status; + +};*/ + +#endif /* SRC_XAPP_FORMATS_A1MSG_A1_POLICY_HELPER_HPP_ */