Loading go-apps/meep-ams/sbi/ams-sbi.go +0 −3 Original line number Diff line number Diff line Loading @@ -259,9 +259,6 @@ func processActiveScenarioUpdate() { sbi.updateDeviceInfoCB(prevUeName, "", nil) } } // find all apps under our mep } func getZoneProcMap(name string) (zone string, procMap map[string]string, err error) { Loading go-apps/meep-ams/server/ams.go +3 −1 Original line number Diff line number Diff line Loading @@ -372,7 +372,9 @@ func Run() (err error) { // Stop - Stop App Mobility service func Stop() (err error) { if periodicTriggerTicker != nil { periodicTriggerTicker.Stop() } // Stop MEC Service registration ticker if appEnablementEnabled { Loading Loading
go-apps/meep-ams/sbi/ams-sbi.go +0 −3 Original line number Diff line number Diff line Loading @@ -259,9 +259,6 @@ func processActiveScenarioUpdate() { sbi.updateDeviceInfoCB(prevUeName, "", nil) } } // find all apps under our mep } func getZoneProcMap(name string) (zone string, procMap map[string]string, err error) { Loading
go-apps/meep-ams/server/ams.go +3 −1 Original line number Diff line number Diff line Loading @@ -372,7 +372,9 @@ func Run() (err error) { // Stop - Stop App Mobility service func Stop() (err error) { if periodicTriggerTicker != nil { periodicTriggerTicker.Stop() } // Stop MEC Service registration ticker if appEnablementEnabled { Loading