unbreak mobility script pause event

(Boeing r1811)
This commit is contained in:
ahrenholz 2013-12-11 17:21:46 +00:00
parent ddfc6f5de7
commit 9d897e4898

View file

@ -1097,6 +1097,7 @@ class CoreRequestHandler(SocketServer.BaseRequestHandler):
"at session master")
elif eventtype in (coreapi.CORE_EVENT_START, coreapi.CORE_EVENT_STOP, \
coreapi.CORE_EVENT_RESTART, \
coreapi.CORE_EVENT_PAUSE, \
coreapi.CORE_EVENT_RECONFIGURE):
name = msg.gettlv(coreapi.CORE_TLV_EVENT_NAME)
# TODO: register system for event message handlers, like confobjs