Actions
Feature #345
closedDREcrypt EMM update and fix long ECM for NTV+ (Russain provider)
Start date:
Due date:
% Done:
0%
Estimated time:
Description
patch for Long ECM for russian provider NTV+ and for correct identification cards Drecrypt
Index: src/cwc.c
===================================================================
--- src/cwc.c (revision 5752)
+++ src/cwc.c (working copy)
@@ -46,7 +46,7 @@
#define CWC_KEEPALIVE_INTERVAL 30
-#define CWS_NETMSGSIZE 256
+#define CWS_NETMSGSIZE 272
#define CWS_FIRSTCMDNO 0xe0
/**
Index: src/psi.c
===================================================================
--- src/psi.c (revision 5752)
+++ src/psi.c (working copy)
@@ -849,7 +849,9 @@
{ "Mentor", 0x2500 },
{ "EBU", 0x2600 },
{ "GI", 0x4700 },
- { "Telemann", 0x4800 }
+ { "Telemann", 0x4800 },
+ { "DRECrypt", 0x4AE0 },
+ { "DRECrypt2", 0x4AE1 }
};
const char *
Files
Updated by alex - almost 15 years ago
Update patch
- DRECrypt update emm (testing on OSCAM)
- fix for Long ECM for russian provider NTV+ (take from vdr-sc plugin systems/cardclient/newcamd.c)
- correct identification cards Drecrypt
Updated by Andreas Smas almost 15 years ago
- Status changed from New to Resolved
- Target version set to 2.13
- Found in version set to fixed
Applied.. Thanks
Updated by Andreas Smas almost 15 years ago
- Status changed from Resolved to Fixed
Actions