unbreak mobility script pause event

(Boeing r1811)
This commit is contained in:
ahrenholz@gmail.com 2013-12-11 17:21:46 +00:00
parent ed6da52d52
commit 91d6476fba

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