X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2Fsrc%2FSTD_1.1.3%2Fvar_declaration.py;h=2fe9257d8255e7e837ff5a6df016c8e1b339fa2b;hb=24ee2701e54884c8fc2ed7e6cf522d71286a3b33;hp=06b0031dc440d923809c810d9c10c260942d3d2e;hpb=59e2b2abfe0474acacb44a2922bfaf01b26bfa06;p=sim%2Fa1-interface.git diff --git a/near-rt-ric-simulator/src/STD_1.1.3/var_declaration.py b/near-rt-ric-simulator/src/STD_1.1.3/var_declaration.py index 06b0031..2fe9257 100644 --- a/near-rt-ric-simulator/src/STD_1.1.3/var_declaration.py +++ b/near-rt-ric-simulator/src/STD_1.1.3/var_declaration.py @@ -1,5 +1,5 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2020 Nordix Foundation. All rights reserved. +# Copyright (C) 2021 Nordix Foundation. 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. @@ -14,6 +14,12 @@ # limitations under the License. # ============LICENSE_END================================================= # + +import connexion +from maincommon import apipath + +app = connexion.App(__name__, specification_dir=apipath) + policy_instances = {} policy_status = {} callbacks = {}