ci: let stbhal handle close

Origin commit data
------------------
Branch: master
Commit: 71c9c9d8e3
Author: TangoCash <eric@loxat.de>
Date: 2017-11-05 (Sun, 05 Nov 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2017-11-05 13:54:42 +01:00
parent e7ce147eb9
commit c75c5fe029

View File

@@ -51,6 +51,7 @@ int eDVBCIMMISession::receivedAPDU(const unsigned char *tag, const void *data, i
pMsg->MsgId = CA_MESSAGE_MSG_MMI_CLOSE;
pMsg->SlotType = CA_SLOT_TYPE_CI;
pMsg->Slot = slot->slot;
stopMMI();
cCA::GetInstance()->SendMessage(pMsg);
}
break;