X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2Fsrc%2FSTD_2.0.0%2Fvar_declaration.py;h=5280c072e0342ec2089a70abf0a51c44d578c77e;hb=30a7e6cc823ce459dd750b1edb90b6309dae1401;hp=513640476c89926adb460a2ed9f3ee9c297571ee;hpb=967079bda24e7a0f5268728f1474ce0ddc9e52d0;p=sim%2Fa1-interface.git diff --git a/near-rt-ric-simulator/src/STD_2.0.0/var_declaration.py b/near-rt-ric-simulator/src/STD_2.0.0/var_declaration.py index 5136404..5280c07 100644 --- a/near-rt-ric-simulator/src/STD_2.0.0/var_declaration.py +++ b/near-rt-ric-simulator/src/STD_2.0.0/var_declaration.py @@ -1,5 +1,6 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2020 Nordix Foundation. All rights reserved. +# Copyright (C) 2021-2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,6 +16,11 @@ # ============LICENSE_END================================================= # +import connexion +from maincommon import apipath + +app = connexion.App(__name__, specification_dir=apipath) + policy_types={} policy_instances = {} policy_status = {}