This commit is contained in:
max10
2015-11-18 17:16:39 +01:00
parent 91b9bb6c9e
commit 46f67aaef0
3 changed files with 43 additions and 24 deletions

View File

@@ -337,7 +337,7 @@ void eDVBCISession::receiveData(tSlot *slot, const unsigned char *ptr, size_t le
alen = len;
}
printf("1. Call receivedAPDU tag = 0x%2x, len = %d\n", (int) stag, alen);
//printf("1. Call receivedAPDU tag = 0x%2x, len = %d\n", (int) stag, alen);
if (session->receivedAPDU(stag, pkt, alen))
session->action = 1;