This commit is contained in:
max10
2015-11-20 15:40:19 +01:00
parent 46f67aaef0
commit 8a10609125
6 changed files with 60 additions and 20 deletions

View File

@@ -173,10 +173,13 @@ eDVBCISession* eDVBCISession::createSession(tSlot *slot, const unsigned char *re
sessions[session_nb - 1] = new eDVBCIMMISession(slot);
printf("MMI - create session\n");
break;
case 0x008c1001:
sessions[session_nb - 1] = new eDVBCIContentControlManagerSession(slot);
printf("CC MANAGER\n");
break;
if (cCA::GetInstance()->CheckCerts())
{
case 0x008c1001:
sessions[session_nb - 1] = new eDVBCIContentControlManagerSession(slot);
printf("CC MANAGER\n");
break;
}
case 0x00100041:
// session=new eDVBCIAuthSession;
printf("AuthSession\n");