CIS content for CI module - Urgent

CIS content for CI module - Urgent

Postby ravicdac » Wed Sep 23, 2009 1:28 pm

Dear All,

I'm doing a ca module. I tried with required tuples specified by CI spec. Still the host does not recognize the module.
Please any one help and give a working example of CIS content for a CI module.

Currently I'm using the following that does not work.

1D,
04,
01,
DC,
00,
FF,
1C,
04,
01,
DC,
00,
FF,
15,
0A,
05,
00,
0A,
00,
0B,
00,
0C,
00,
0D,
00,
20,
04,
AA,
BB,
CC,
DD,
1A,
16,
01,
3F,
F8,
01,
0F,
C0,
0F,
41,
02,
44,
56,
42,
5F,
43,
49,
5F,
56,
31,
2E,
30,
30,
00,
1B,
1E,
C8,
04,
C0,
09,
44,
56,
42,
5F,
48,
4F,
53,
54,
00,
C1,
0E,
44,
56,
42,
5F,
43,
49,
5F,
4D,
4F,
44,
55,
4C,
45,
00,
00,
FF;

Regards,
Ravi
ravicdac
 
Posts: 8
Joined: Thu Jul 23, 2009 12:13 pm

Re: CIS content for CI module - Urgent

Postby ElRabbit » Sat Oct 10, 2009 8:27 am

Hi
In case you did not sorted it out by yourself, you screwed up the CF table entry by not putting IO space descriptor. The end of your CIS should be (replacing from 1B, 1E, C8, 04 ...)

1B,
20, // << length fixed
C8,
04,
08, // << Feature selection
22, // << IO space
C0,
09,
44,
56,
42,
5F,
48,
4F,
53,
54,
00,
C1,
0E,
44,
56,
42,
5F,
43,
49,
5F,
4D,
4F,
44,
55,
4C,
45,
00,
FF, // << last subtuple
FF; // << last tuple

The last sub tuple of CF table entry shall be FF and not 00.

regards
error is human, but a real disaster requires a computer
ElRabbit
 
Posts: 23
Joined: Tue Sep 08, 2009 7:02 am
Location: South of France

Re: CIS content for CI module - Urgent

Postby jensk » Tue Dec 22, 2009 4:24 pm

Is this entirely correct?

My parser has the following complaints:

* TPCE_FS should have both power and IO set according to EN50221 and according to CI Plus also IR, i.e. TPCE_FS = 0x1B
* There is no "$compatible..." string in TPLLV1_INFO as required by CI Plus V1.2 spec, Appendix G.3
* EN 50221 Appendix A.5.6 says "The chain shall be terminated by a CISTPL_NOLINK tuple..." but this CIS has no such tuple.
jensk
 
Posts: 9
Joined: Fri Feb 20, 2009 4:52 pm
Location: Aalborg, Denmark


Return to Ci Plus Specification

Who is online

Users browsing this forum: No registered users and 1 guest

cron