Opened 8 years ago
Last modified 7 years ago
#4341 new defect
SSSP not working since r10812
Reported by: | chino888 | Owned by: | |
---|---|---|---|
Priority: | minor | Component: | General |
Severity: | high | Keywords: | SSSP |
Cc: | Sensitive: | no |
Description
Revision
From rev 10812 up to last
Issue Description
SSSP protocol not precessing ecm, the receiver granted correctly but is always waiting for comunication over serial port.
Reverting back the commit on this section it works fine:
module-serial.c
1021 static void oscam_ser_process_ecm(uchar *buf, int32_t l)
...
When the issue occurs
Always after r10812
How the issue is reproducable
Connecting a receiver over serial port and use SSSP protocol
<Don't forget to ATTACH (NOT post here as text) a log file of oscam in debug mode (start oscam with -d255) and to remove the brackets around the fields! Otherwise, your ticket will be closed as you seem to be unable to read.>
I can confirm this issue on multiple platforms.
If SSSP is needed, r10811 is the last version that works.
With versions above r10812, the requests via sssp are incomplete and never decode.