From b5650a8e41ed0fbdf9502b4ff2fadcef4e6df7be Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Wed, 15 Feb 2023 21:13:11 +0100 Subject: [PATCH] remove the msc assoc mgw from the 'stack' script --- modules/rhizo_base/files/stack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizo_base/files/stack b/modules/rhizo_base/files/stack index 9e4b656..59de419 100644 --- a/modules/rhizo_base/files/stack +++ b/modules/rhizo_base/files/stack @@ -4,4 +4,4 @@ if [ "$1" == "" ] ; then else _cmd=$1 fi -systemctl $_cmd osmo-stp osmo-bsc osmo-msc osmo-hlr osmo-mgw osmo-mgw-msc osmo-sgsn osmo-sip-connector +systemctl $_cmd osmo-stp osmo-bsc osmo-msc osmo-hlr osmo-mgw osmo-sgsn osmo-sip-connector