Skip to content

Commit

Permalink
DVBAPI:
Browse files Browse the repository at this point in the history
Fixed bug in dvbapi not releasing used descramblers in stapi, coolapi and gxapi boxes
Increased MAX_STREAM_INDICES back to 32 (it must be equal to MAX_STREAM_PIDS) 
Modified the get_emm_filter_adv() function to accept more arguments

OTHER:
Cosmetics to module-cccam.c and module-cccam-cacheex.x
Removed some emu specific code not needed anymore

git-svn-id: http://www.streamboard.tv/svn/oscam/trunk@11518 4b0bc96b-bc66-0410-9d44-ebda105a78c1
  • Loading branch information
gorgone.impertinence committed May 5, 2019
1 parent 67dd5ec commit 10a7c48
Show file tree
Hide file tree
Showing 9 changed files with 1,985 additions and 1,497 deletions.
6 changes: 1 addition & 5 deletions globals.h
Expand Up @@ -984,7 +984,7 @@ struct s_cardsystem
void (*post_process)(struct s_reader *);
int32_t (*get_emm_type)(struct emm_packet_t *, struct s_reader *);
int32_t (*get_emm_filter)(struct s_reader *, struct s_csystem_emm_filter **, uint32_t *);
int32_t (*get_emm_filter_adv)(struct s_reader *, struct s_csystem_emm_filter **, uint32_t *, uint16_t, uint32_t, uint16_t);
int32_t (*get_emm_filter_adv)(struct s_reader *, struct s_csystem_emm_filter **, uint32_t *, uint16_t, uint32_t, uint16_t, uint16_t, uint16_t, uint32_t);
int32_t (*get_tunemm_filter)(struct s_reader *, struct s_csystem_emm_filter **, uint32_t *);
};

Expand Down Expand Up @@ -1782,10 +1782,6 @@ struct s_reader // contains device info, reader info and card info
#ifdef WITH_EMU
FTAB emu_auproviders; // AU providers for Emu reader
int8_t emu_datecodedenabled; // date-coded keys for BISS
char *extee36; // path to "ee36.bin" - Set by the user via the webif
char *extee56; // path to "ee56.bin" - Set by the user via the webif
uint8_t dre36_force_group;
uint8_t dre56_force_group;
#endif
uint8_t cnxlastecm; // == 0 - last ecm has not been paired ecm, > 0 last ecm has been paired ecm
LLIST *emmstat; // emm stats
Expand Down

0 comments on commit 10a7c48

Please sign in to comment.