X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2Fsrc%2FOSC_2.1.0%2Fvar_declaration.py;fp=near-rt-ric-simulator%2Fsrc%2FOSC_2.1.0%2Fvar_declaration.py;h=f4ff6aca153f0e3806b1aec9684362d81344ab78;hb=24ee2701e54884c8fc2ed7e6cf522d71286a3b33;hp=5fe04698061aae6ab743b5a3ce5a5230e88dc37b;hpb=59e2b2abfe0474acacb44a2922bfaf01b26bfa06;p=sim%2Fa1-interface.git diff --git a/near-rt-ric-simulator/src/OSC_2.1.0/var_declaration.py b/near-rt-ric-simulator/src/OSC_2.1.0/var_declaration.py index 5fe0469..f4ff6ac 100644 --- a/near-rt-ric-simulator/src/OSC_2.1.0/var_declaration.py +++ b/near-rt-ric-simulator/src/OSC_2.1.0/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. @@ -15,6 +15,12 @@ # ============LICENSE_END================================================= # +from maincommon import apipath +import connexion + +#Main app +app = connexion.FlaskApp(__name__, specification_dir=apipath) + policy_types={} policy_instances={} policy_status={}