Starting simapp when make 5gc is fired.

Change-Id: I3ee8965a5bc87d80f60a0e5d37f2eb78480058e3
diff --git a/Makefile b/Makefile
index 5ad8693..3ac5e3f 100644
--- a/Makefile
+++ b/Makefile
@@ -167,6 +167,12 @@
 	helm upgrade --install $(HELM_GLOBAL_ARGS) \
 		--namespace omec \
 		--values $(AIABVALUES) \
+		sim-app \
+		$(WORKSPACE)/cord/aether-helm-charts/omec/omec-sub-provision && \
+	kubectl wait pod -n omec --for=condition=Ready -l release=sim-app --timeout=300s
+	helm upgrade --install $(HELM_GLOBAL_ARGS) \
+		--namespace omec \
+		--values $(AIABVALUES) \
 		5g-core-up \
 		$(WORKSPACE)/cord/aether-helm-charts/omec/omec-user-plane && \
 	kubectl wait pod -n omec --for=condition=Ready -l release=5g-core-up --timeout=300s
@@ -231,6 +237,7 @@
 	cd $(M); rm -f oaisim omec fabric
 
 reset-5g-test:
+	helm uninstall -n omec sim-app || true
 	helm uninstall -n omec fgc-core || true
 	helm uninstall -n omec 5g-core-up || true
 	helm uninstall -n omec 5g-ransim-plane || true
diff --git a/aether-in-a-box-values.yaml b/aether-in-a-box-values.yaml
index a7b0011..f9efa13 100644
--- a/aether-in-a-box-values.yaml
+++ b/aether-in-a-box-values.yaml
@@ -112,3 +112,8 @@
       api_key: "465b5ce8b199b49faa5f0a2ee238a6bc"
       opc: "d4416644f6154936193433dd20a0ace0"
       msisdn: "1122334456"
+  simapp:
+    cfgFiles:
+      simapp.yaml:
+        configuration:
+          provision-network-slice: true