Feature #159
closed
Added by Lars Op den Kamp - about 15 years ago.
Updated about 15 years ago.
Description
I'm currently looking into implementing EMM updates for Irdeto cards (via the cwc) so I won't have to put my card in a "real decoder" once every week.
I'll keep you updated on this and I hope to have a patch ready by the end of this week or perhaps somewhere next week.
Files
First things first, a little patch that detects the card type.
Card bytes are taken from sasc-ng and assumed to be correct.
Thanks for looking into this! Looks OK, a few things though.
Please follow style and place opening brackets { on same line as if()-statements etc,
Also, keep indent level
Things like:
- cwc_t *cwc;
+ cwc_t *cwc;
- lock_assert(&global_lock);
+ lock_assert(&global_lock);
is not ok.
Yeah I know, I got other coding standards set up in Eclipse at the moment for my own work. I will change things to your coding style in the final patch of course. That patch will also contain proper copyright notices (e.g. the things I used from sasc-ng).
I didn't have much time this week but I got the global updates working correctly now. Looking into the shared & unique updates now.
The patch should be done somewhere this week end or next week.
I got the code done but I'm still seeing some failed EMMs. Looks like the payload is split in two EMM packets but I'm not sure yet.
Before I post a patch I want to be sure everything's right.
- Found in version set to fixed
- Status changed from Fixed to Need feedback
- Found in version deleted (
fixed)
reopened this because you might not notice this closed ticket. since I don't have svn write access, could you add this one please andoma :)
- Status changed from Need feedback to Fixed
- Found in version set to fixed
sbi,
I think it beter to create a seperate ticket for your seca patch. The Irdeto patch is already in the SVN (rev 4359) so if you can recreate your patch using the latest svn it should be easier for andoma to merge it.
Hein
SECA emm patch added to trunk also (see ticket #139)
Also available in: Atom
PDF