Added multiple A1 support in Near-RT RIC simulator
[sim/a1-interface.git] / near-rt-ric-simulator / src / 1.1.x-alpha.2 / var_declaration.py
old mode 100755 (executable)
new mode 100644 (file)
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
@@ -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 = {}