Commit fcc5a6de authored by Simon Pastor's avatar Simon Pastor
Browse files

pr comments

parent 8a1b6195
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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) {
+3 −1
Original line number Diff line number Diff line
@@ -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 {