comparison recpt1/recpt1core.c @ 145:75423932bfaa

follow BS premium's transponder migration
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 07 May 2018 23:50:52 +0900
parents 5e4290a4cd01
children
comparison
equal deleted inserted replaced
144:5e4290a4cd01 145:75423932bfaa
35 /* lookup frequency conversion table */ 35 /* lookup frequency conversion table */
36 ISDB_T_FREQ_CONV_TABLE * 36 ISDB_T_FREQ_CONV_TABLE *
37 searchrecoff(char *channel) 37 searchrecoff(char *channel)
38 { 38 {
39 int lp; 39 int lp;
40 printf("channel = %s\n", channel); 40 //printf("channel = %s\n", channel);
41 if(channel[0] == 'B' && channel[1] == 'S') { 41 if(channel[0] == 'B' && channel[1] == 'S') {
42 int node = 0; 42 int node = 0;
43 int slot = 0; 43 int slot = 0;
44 char *bs_ch; 44 char *bs_ch;
45 45