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