X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2Fsrc%2F1.1.x-alpha.2%2Fvar_declaration.py;fp=near-rt-ric-simulator%2Fscripts%2Fstart_simulator.sh;h=b5a344a6e96e7761ec27fbe0cd177c4d38104a5d;hb=21be2e0c890fb9604d0add2942fcff19b6fe2fb2;hp=fa08b4fb3a3b880e68cdd9e132cf4725fe5fa1c1;hpb=f27a4460b38b62e665f3e9ee936f439270eded32;p=sim%2Fa1-interface.git diff --git a/near-rt-ric-simulator/scripts/start_simulator.sh b/near-rt-ric-simulator/src/1.1.x-alpha.2/var_declaration.py old mode 100755 new mode 100644 similarity index 85% rename from near-rt-ric-simulator/scripts/start_simulator.sh rename to near-rt-ric-simulator/src/1.1.x-alpha.2/var_declaration.py index fa08b4f..b5a344a --- a/near-rt-ric-simulator/scripts/start_simulator.sh +++ b/near-rt-ric-simulator/src/1.1.x-alpha.2/var_declaration.py @@ -1,4 +1,3 @@ -#!/bin/bash # ============LICENSE_START=============================================== # Copyright (C) 2020 Nordix Foundation. All rights reserved. # ======================================================================== @@ -16,6 +15,7 @@ # ============LICENSE_END================================================= # -# One argument can be used along with the script call: it is the port on which one wish to run the simulator. - -python3 ./main.py $* +policy_instances = {} +policy_types = {} +policy_status = {} +policy_type_per_instance = {}