Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong counting of found frequencies #127

Open
andimik opened this issue Mar 25, 2024 · 5 comments
Open

wrong counting of found frequencies #127

andimik opened this issue Mar 25, 2024 · 5 comments

Comments

@andimik
Copy link
Contributor

andimik commented Mar 25, 2024

I just had the strange situation that one frequency was counted twice. So the number of ensembles was 1 too high.

If you look into the log, then you see that 8A (Austrian Mux I from Graz) was counted twice.

Bildschirmfoto vom 2024-03-25 23-05-59

23:03:46.366 [I] RadioControl: Current frequency 174.928 MHz
23:03:49.491 [I] RadioControl: Tuning 174.928 -> 176.640 MHz ...
23:03:50.366 [I] RadioControl: Current frequency 176.640 MHz
23:03:53.490 [I] RadioControl: Tuning 176.640 -> 178.352 MHz ...
23:03:54.366 [I] RadioControl: Current frequency 178.352 MHz
23:03:57.491 [I] RadioControl: Tuning 178.352 -> 180.064 MHz ...
23:03:58.366 [I] RadioControl: Current frequency 180.064 MHz
23:04:01.492 [I] RadioControl: Tuning 180.064 -> 181.936 MHz ...
23:04:02.366 [I] RadioControl: Current frequency 181.936 MHz
23:04:04.815 [I] ServiceList:           [E0A101 @ 181936 kHz |  6A] Rock Antenne       E0AD27 : 0
23:04:04.816 [I] ServiceList:           [E0A101 @ 181936 kHz |  6A] jö.live            E0AD56 : 0
23:04:04.819 [I] ServiceList:           [E0A101 @ 181936 kHz |  6A] arabella RELAX     E0AD54 : 0
23:04:04.825 [I] ServiceList:           [E0A101 @ 181936 kHz |  6A] KLASSIK RADIO      E0AD53 : 0
23:04:04.828 [I] ServiceList:           [E0A101 @ 181936 kHz |  6A] ENERGY             E0AC51 : 0
23:04:04.831 [I] ServiceList:           [E0A101 @ 181936 kHz |  6A] * 88.6 *           E0AC47 : 0
23:04:04.835 [I] ServiceList:           [E0A101 @ 181936 kHz |  6A] -AUSTRIA           E0A3E0 : 0
23:04:04.838 [I] ServiceList:           [E0A101 @ 181936 kHz |  6A] Radio Flamingo     E0AD5A : 0
23:04:04.842 [I] ServiceList:           [E0A101 @ 181936 kHz |  6A] Antenne Österrei   E0AD57 : 0
23:04:04.848 [I] ServiceList:           [E0A101 @ 181936 kHz |  6A] arabella HOT       E0AD59 : 0
23:04:04.852 [I] ServiceList:           [E0A101 @ 181936 kHz |  6A] ERF Süd            E0AD24 : 0
23:04:04.856 [I] ServiceList:           [E0A101 @ 181936 kHz |  6A] 'WELLE 1           E0AD58 : 0
23:04:04.866 [I] ServiceList:           [E0A101 @ 181936 kHz |  6A] Mein Kinderradio   E0AD55 : 0
23:04:04.868 [I] ServiceList:           [E0A101 @ 181936 kHz |  6A] Radio Maria        E0A3DD : 0
23:04:04.871 [I] ServiceList:           [E0A101 @ 181936 kHz |  6A] *STEPHANSDOM*      E0AC52 : 0
23:04:04.878 [I] ServiceList:           [E0A101 @ 181936 kHz |  6A] #Radio ONE         E0AD2A : 0
23:04:04.888 [I] RadioControl: Tuning 181.936 -> 183.648 MHz ...
23:04:05.817 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD27, SCIdS 00: status 2
23:04:05.818 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD56, SCIdS 00: status 2
23:04:05.821 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD54, SCIdS 00: status 2
23:04:05.826 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD53, SCIdS 00: status 2
23:04:05.830 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AC51, SCIdS 00: status 2
23:04:05.833 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AC47, SCIdS 00: status 2
23:04:05.836 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0A3E0, SCIdS 00: status 2
23:04:05.840 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD5A, SCIdS 00: status 2
23:04:05.845 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD57, SCIdS 00: status 2
23:04:05.850 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD59, SCIdS 00: status 2
23:04:05.854 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD24, SCIdS 00: status 2
23:04:05.858 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD58, SCIdS 00: status 2
23:04:05.862 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0A0AD50, SCIdS 00: status 2
23:04:05.867 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD55, SCIdS 00: status 2
23:04:05.869 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0A3DD, SCIdS 00: status 2
23:04:05.874 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AC52, SCIdS 00: status 2
23:04:05.880 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD2A, SCIdS 00: status 2
23:04:05.966 [I] RadioControl: Current frequency 183.648 MHz
23:04:08.991 [I] RadioControl: Tuning 183.648 -> 185.360 MHz ...
23:04:09.966 [I] RadioControl: Current frequency 185.360 MHz
23:04:12.992 [I] RadioControl: Tuning 185.360 -> 187.072 MHz ...
23:04:13.965 [I] RadioControl: Current frequency 187.072 MHz
23:04:16.992 [I] RadioControl: Tuning 187.072 -> 188.928 MHz ...
23:04:17.965 [I] RadioControl: Current frequency 188.928 MHz
23:04:20.991 [I] RadioControl: Tuning 188.928 -> 190.640 MHz ...
23:04:21.565 [I] RadioControl: Current frequency 190.640 MHz
23:04:24.491 [I] RadioControl: Tuning 190.640 -> 192.352 MHz ...
23:04:25.565 [I] RadioControl: Current frequency 192.352 MHz
23:04:28.491 [I] RadioControl: Tuning 192.352 -> 194.064 MHz ...
23:04:29.565 [I] RadioControl: Current frequency 194.064 MHz
23:04:32.491 [I] RadioControl: Tuning 194.064 -> 195.936 MHz ...
23:04:33.565 [I] RadioControl: Current frequency 195.936 MHz
23:04:37.196 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] 'WELLE 1           E0AD58 : 0
23:04:37.198 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] *STEPHANSDOM*      E0AC52 : 0
23:04:37.200 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] Mein Kinderradio   E0AD55 : 0
23:04:37.203 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] ERF Süd            E0AD24 : 0
23:04:37.205 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] #Radio ONE         E0AD2A : 0
23:04:37.207 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] * 88.6 *           E0AC47 : 0
23:04:37.210 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] -AUSTRIA           E0A3E0 : 0
23:04:37.212 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] Radio Flamingo     E0AD5A : 0
23:04:37.215 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] Antenne Österrei   E0AD57 : 0
23:04:37.217 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] arabella HOT       E0AD59 : 0
23:04:37.220 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] Radio Maria        E0A3DD : 0
23:04:37.222 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] Rock Antenne       E0AD27 : 0
23:04:37.226 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] jö.live            E0AD56 : 0
23:04:37.227 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] arabella RELAX     E0AD54 : 0
23:04:37.229 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] KLASSIK RADIO      E0AD53 : 0
23:04:37.232 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] ENERGY             E0AC51 : 0
23:04:37.246 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] 'WELLE 1           E0AD58 : 0
23:04:37.251 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] *STEPHANSDOM*      E0AC52 : 0
23:04:37.254 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] Mein Kinderradio   E0AD55 : 0
23:04:37.255 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] ERF Süd            E0AD24 : 0
23:04:37.255 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] #Radio ONE         E0AD2A : 0
23:04:37.255 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] * 88.6 *           E0AC47 : 0
23:04:37.255 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] -AUSTRIA           E0A3E0 : 0
23:04:37.255 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] Radio Flamingo     E0AD5A : 0
23:04:37.255 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] Antenne Österrei   E0AD57 : 0
23:04:37.256 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] arabella HOT       E0AD59 : 0
23:04:37.256 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] Radio Maria        E0A3DD : 0
23:04:37.256 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] Rock Antenne       E0AD27 : 0
23:04:37.256 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] jö.live            E0AD56 : 0
23:04:37.256 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] arabella RELAX     E0AD54 : 0
23:04:37.257 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] KLASSIK RADIO      E0AD53 : 0
23:04:37.257 [I] ServiceList:           [E0A101 @ 195936 kHz |  8A] ENERGY             E0AC51 : 0
23:04:37.258 [I] RadioControl: Tuning 195.936 -> 197.648 MHz ...
23:04:38.197 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0A0AD50, SCIdS 00: status 2
23:04:38.199 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD58, SCIdS 00: status 2
23:04:38.199 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AC52, SCIdS 00: status 2
23:04:38.202 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD55, SCIdS 00: status 2
23:04:38.205 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD24, SCIdS 00: status 2
23:04:38.207 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD2A, SCIdS 00: status 2
23:04:38.209 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AC47, SCIdS 00: status 2
23:04:38.212 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0A3E0, SCIdS 00: status 2
23:04:38.214 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD5A, SCIdS 00: status 2
23:04:38.217 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD57, SCIdS 00: status 2
23:04:38.219 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD59, SCIdS 00: status 2
23:04:38.221 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0A3DD, SCIdS 00: status 2
23:04:38.224 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD27, SCIdS 00: status 2
23:04:38.228 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD56, SCIdS 00: status 2
23:04:38.228 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD54, SCIdS 00: status 2
23:04:38.231 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD53, SCIdS 00: status 2
23:04:38.233 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AC51, SCIdS 00: status 2
23:04:38.246 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0A0AD50, SCIdS 00: status 2
23:04:38.247 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD58, SCIdS 00: status 2
23:04:38.252 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AC52, SCIdS 00: status 2
23:04:38.255 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD55, SCIdS 00: status 2
23:04:38.255 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD24, SCIdS 00: status 2
23:04:38.256 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD2A, SCIdS 00: status 2
23:04:38.256 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AC47, SCIdS 00: status 2
23:04:38.256 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0A3E0, SCIdS 00: status 2
23:04:38.256 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD5A, SCIdS 00: status 2
23:04:38.257 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD57, SCIdS 00: status 2
23:04:38.257 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD59, SCIdS 00: status 2
23:04:38.257 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0A3DD, SCIdS 00: status 2
23:04:38.257 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD27, SCIdS 00: status 2
23:04:38.257 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD56, SCIdS 00: status 2
23:04:38.257 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD54, SCIdS 00: status 2
23:04:38.257 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AD53, SCIdS 00: status 2
23:04:38.258 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E0AC51, SCIdS 00: status 2
23:04:38.365 [I] RadioControl: Current frequency 197.648 MHz
23:04:41.491 [I] RadioControl: Tuning 197.648 -> 199.360 MHz ...
23:04:42.365 [I] RadioControl: Current frequency 199.360 MHz
23:04:45.491 [I] RadioControl: Tuning 199.360 -> 201.072 MHz ...
23:04:46.365 [I] RadioControl: Current frequency 201.072 MHz
23:04:49.491 [I] RadioControl: Tuning 201.072 -> 202.928 MHz ...
23:04:50.365 [I] RadioControl: Current frequency 202.928 MHz
23:04:53.491 [I] RadioControl: Tuning 202.928 -> 204.640 MHz ...
23:04:54.365 [I] RadioControl: Current frequency 204.640 MHz
23:04:57.491 [I] RadioControl: Tuning 204.640 -> 206.352 MHz ...
23:04:58.365 [I] RadioControl: Current frequency 206.352 MHz
23:05:01.491 [I] RadioControl: Tuning 206.352 -> 208.064 MHz ...
23:05:02.365 [I] RadioControl: Current frequency 208.064 MHz
23:05:05.491 [I] RadioControl: Tuning 208.064 -> 209.936 MHz ...
23:05:06.365 [I] RadioControl: Current frequency 209.936 MHz
23:05:09.491 [I] RadioControl: Tuning 209.936 -> 211.648 MHz ...
23:05:10.365 [I] RadioControl: Current frequency 211.648 MHz
23:05:13.491 [I] RadioControl: Tuning 211.648 -> 213.360 MHz ...
23:05:14.365 [I] RadioControl: Current frequency 213.360 MHz
23:05:17.491 [I] RadioControl: Tuning 213.360 -> 215.072 MHz ...
23:05:18.365 [I] RadioControl: Current frequency 215.072 MHz
23:05:19.214 [I] ServiceList:           [E49200 @ 215072 kHz | 10D] ARS                E49203 : 0
23:05:19.222 [I] ServiceList:           [E49200 @ 215072 kHz | 10D] PRVI               E49201 : 0
23:05:19.227 [I] ServiceList:           [E49200 @ 215072 kHz | 10D] VAL 202            E49202 : 0
23:05:19.231 [I] ServiceList:           [E49200 @ 215072 kHz | 10D] Radio Si           E4933A : 0
23:05:19.236 [I] ServiceList:           [E49200 @ 215072 kHz | 10D] Center Slo         E49414 : 0
23:05:19.241 [I] ServiceList:           [E49200 @ 215072 kHz | 10D] Rock Radio Slo     E49516 : 0
23:05:19.247 [I] ServiceList:           [E49200 @ 215072 kHz | 10D] Radio Ognjisce     E4932F : 0
23:05:19.252 [I] ServiceList:           [E49200 @ 215072 kHz | 10D] Radio 1 DAB        E49442 : 0
23:05:19.257 [I] ServiceList:           [E49200 @ 215072 kHz | 10D] Radio 1 80-a       E49459 : 0
23:05:19.261 [I] ServiceList:           [E49200 @ 215072 kHz | 10D] Radio City         E49415 : 0
23:05:19.266 [I] ServiceList:           [E49200 @ 215072 kHz | 10D] Radio Student      E49440 : 0
23:05:19.270 [I] ServiceList:           [E49200 @ 215072 kHz | 10D] Radio Salomon      E49463 : 0
23:05:19.276 [I] ServiceList:           [E49200 @ 215072 kHz | 10D] Radio Veseljak     E49449 : 0
23:05:19.281 [I] ServiceList:           [E49200 @ 215072 kHz | 10D] Radio Net FM       E4942B : 0
23:05:19.292 [I] ServiceList:           [E49200 @ 215072 kHz | 10D] Ekspres Slo        E49462 : 0
23:05:19.297 [I] ServiceList:           [E49200 @ 215072 kHz | 10D] Radio Aktual       E4941C : 0
23:05:19.314 [I] RadioControl: Tuning 215.072 -> 216.928 MHz ...
23:05:20.216 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49203, SCIdS 00: status 2
23:05:20.217 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E4910001, SCIdS 00: status 2
23:05:20.224 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49201, SCIdS 00: status 2
23:05:20.228 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49202, SCIdS 00: status 2
23:05:20.233 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E4933A, SCIdS 00: status 2
23:05:20.238 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49414, SCIdS 00: status 2
23:05:20.243 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49516, SCIdS 00: status 2
23:05:20.248 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E4932F, SCIdS 00: status 2
23:05:20.254 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49442, SCIdS 00: status 2
23:05:20.259 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49459, SCIdS 00: status 2
23:05:20.263 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49415, SCIdS 00: status 2
23:05:20.267 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49440, SCIdS 00: status 2
23:05:20.272 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49463, SCIdS 00: status 2
23:05:20.278 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49449, SCIdS 00: status 2
23:05:20.283 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E4942B, SCIdS 00: status 2
23:05:20.294 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49462, SCIdS 00: status 2
23:05:20.299 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E4941C, SCIdS 00: status 2
23:05:20.365 [I] RadioControl: Current frequency 216.928 MHz
23:05:23.492 [I] RadioControl: Tuning 216.928 -> 218.640 MHz ...
23:05:24.365 [I] RadioControl: Current frequency 218.640 MHz
23:05:27.491 [I] RadioControl: Tuning 218.640 -> 220.352 MHz ...
23:05:28.365 [I] RadioControl: Current frequency 220.352 MHz
23:05:31.492 [I] RadioControl: Tuning 220.352 -> 222.064 MHz ...
23:05:32.365 [I] RadioControl: Current frequency 222.064 MHz
23:05:35.492 [I] RadioControl: Tuning 222.064 -> 223.936 MHz ...
23:05:36.364 [I] RadioControl: Current frequency 223.936 MHz
23:05:39.492 [I] RadioControl: Tuning 223.936 -> 225.648 MHz ...
23:05:40.364 [I] RadioControl: Current frequency 225.648 MHz
23:05:41.596 [I] ServiceList:           [E49300 @ 225648 kHz | 12B] Radio Maribor      E49426 : 0
23:05:41.604 [I] ServiceList:           [E49300 @ 225648 kHz | 12B] MMR                E49456 : 0
23:05:41.610 [I] ServiceList:           [E49300 @ 225648 kHz | 12B] Radio Sraka        E4943D : 0
23:05:41.618 [I] ServiceList:           [E49300 @ 225648 kHz | 12B] Radio Murski Val   E4942A : 0
23:05:41.625 [I] ServiceList:           [E49300 @ 225648 kHz | 12B] Koroski Radio      E49452 : 0
23:05:41.633 [I] ServiceList:           [E49300 @ 225648 kHz | 12B] Radio Krka         E49423 : 0
23:05:41.640 [I] ServiceList:           [E49300 @ 225648 kHz | 12B] Radio Ptuj         E49434 : 0
23:05:41.648 [I] ServiceList:           [E49300 @ 225648 kHz | 12B] Toti MS            E49569 : 0
23:05:41.655 [I] ServiceList:           [E49300 @ 225648 kHz | 12B] Radio Aktual Kum   E49443 : 0
23:05:41.664 [I] ServiceList:           [E49300 @ 225648 kHz | 12B] Radio Celje        E49413 : 0
23:05:41.669 [I] ServiceList:           [E49300 @ 225648 kHz | 12B] Radio Velenje      E49448 : 0
23:05:41.676 [I] ServiceList:           [E49300 @ 225648 kHz | 12B] Stajerski Val      E4943F : 0
23:05:41.683 [I] ServiceList:           [E49300 @ 225648 kHz | 12B] Radio Antena       E4940B : 0
23:05:41.691 [I] ServiceList:           [E49300 @ 225648 kHz | 12B] Radio BOB          E4945B : 0
23:05:41.697 [I] ServiceList:           [E49300 @ 225648 kHz | 12B] Fantasi Celje      E4965E : 0
23:05:41.704 [I] ServiceList:           [E49300 @ 225648 kHz | 12B] Radio Rogla        E49437 : 0
23:05:41.710 [I] ServiceList:           [E49300 @ 225648 kHz | 12B] MojRadio           E49454 : 0
23:05:41.727 [I] RadioControl: Tuning 225.648 -> 227.360 MHz ...
23:05:42.596 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E4910001, SCIdS 00: status 2
23:05:42.602 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49426, SCIdS 00: status 2
23:05:42.606 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49456, SCIdS 00: status 2
23:05:42.612 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E4943D, SCIdS 00: status 2
23:05:42.620 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E4942A, SCIdS 00: status 2
23:05:42.628 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49452, SCIdS 00: status 2
23:05:42.635 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49423, SCIdS 00: status 2
23:05:42.642 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49434, SCIdS 00: status 2
23:05:42.650 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49569, SCIdS 00: status 2
23:05:42.658 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49443, SCIdS 00: status 2
23:05:42.666 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49413, SCIdS 00: status 2
23:05:42.670 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49448, SCIdS 00: status 2
23:05:42.679 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E4943F, SCIdS 00: status 2
23:05:42.686 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E4940B, SCIdS 00: status 2
23:05:42.693 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E4945B, SCIdS 00: status 2
23:05:42.699 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E4965E, SCIdS 00: status 2
23:05:42.705 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49437, SCIdS 00: status 2
23:05:42.712 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49454, SCIdS 00: status 2
23:05:42.764 [I] RadioControl: Current frequency 227.360 MHz
23:05:44.796 [I] ServiceList:           [E49400 @ 227360 kHz | 12C] Radio Triglav      E49444 : 0
23:05:44.800 [I] ServiceList:           [E49400 @ 227360 kHz | 12C] Radio Robin        E49436 : 0
23:05:44.806 [I] ServiceList:           [E49400 @ 227360 kHz | 12C] Best FM            E49438 : 0
23:05:44.815 [I] ServiceList:           [E49400 @ 227360 kHz | 12C] Radio Capris       E49412 : 0
23:05:44.824 [I] ServiceList:           [E49400 @ 227360 kHz | 12C] Radio Antena       E4940B : 0
23:05:44.831 [I] ServiceList:           [E49400 @ 227360 kHz | 12C] Radio BOB          E4945B : 0
23:05:44.833 [I] ServiceList:           [E49400 @ 227360 kHz | 12C] Radio Kranj        E49422 : 0
23:05:44.839 [I] ServiceList:           [E49400 @ 227360 kHz | 12C] Toti MS            E49569 : 0
23:05:44.847 [I] ServiceList:           [E49400 @ 227360 kHz | 12C] Radio Gorenc       E4941E : 0
23:05:44.855 [I] ServiceList:           [E49400 @ 227360 kHz | 12C] Radio Hit          E4941F : 0
23:05:44.869 [I] ServiceList:           [E49400 @ 227360 kHz | 12C] Radio Koper        E49421 : 0
23:05:44.874 [I] ServiceList:           [E49400 @ 227360 kHz | 12C] Capodistria        E49411 : 0
23:05:44.886 [I] ServiceList:           [E49400 @ 227360 kHz | 12C] Radio 94           E49409 : 0
23:05:44.892 [I] ServiceList:           [E49400 @ 227360 kHz | 12C] Radio Sora         E4943C : 0
23:05:44.898 [I] ServiceList:           [E49400 @ 227360 kHz | 12C] Alpski Val         E4952E : 0
23:05:44.911 [I] RadioControl: Tuning 227.360 -> 229.072 MHz ...
23:05:45.798 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49444, SCIdS 00: status 2
23:05:45.802 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49436, SCIdS 00: status 2
23:05:45.809 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49438, SCIdS 00: status 2
23:05:45.818 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49412, SCIdS 00: status 2
23:05:45.825 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E4940B, SCIdS 00: status 2
23:05:45.833 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E4945B, SCIdS 00: status 2
23:05:45.834 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49422, SCIdS 00: status 2
23:05:45.841 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49569, SCIdS 00: status 2
23:05:45.850 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E4941E, SCIdS 00: status 2
23:05:45.857 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E4941F, SCIdS 00: status 2
23:05:45.863 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E4910001, SCIdS 00: status 2
23:05:45.871 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49421, SCIdS 00: status 2
23:05:45.881 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49411, SCIdS 00: status 2
23:05:45.888 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E49409, SCIdS 00: status 2
23:05:45.894 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E4943C, SCIdS 00: status 2
23:05:45.900 [W] RadioControl: DABSDR_NID_USER_APP_LIST SId E4952E, SCIdS 00: status 2
23:05:45.964 [I] RadioControl: Current frequency 229.072 MHz
23:05:48.991 [I] RadioControl: Tuning 229.072 -> 230.784 MHz ...
23:05:49.964 [I] RadioControl: Current frequency 230.784 MHz
23:05:52.992 [I] RadioControl: Tuning 230.784 -> 232.496 MHz ...
23:05:53.964 [I] RadioControl: Current frequency 232.496 MHz
23:05:56.990 [I] RadioControl: Tuning 232.496 -> 234.208 MHz ...
23:05:57.964 [I] RadioControl: Current frequency 234.208 MHz
23:06:00.991 [I] RadioControl: Tuning 234.208 -> 235.776 MHz ...
23:06:01.964 [I] RadioControl: Current frequency 235.776 MHz
23:06:04.991 [I] RadioControl: Tuning 235.776 -> 237.488 MHz ...
23:06:05.964 [I] RadioControl: Current frequency 237.488 MHz
23:06:08.991 [I] RadioControl: Tuning 237.488 -> 239.200 MHz ...
23:06:09.964 [I] RadioControl: Current frequency 239.200 MHz
23:06:12.991 [I] RadioControl: Tuning 239.200 -> 181.936 MHz ...
@KejPi
Copy link
Owner

KejPi commented Mar 26, 2024

Thanks for reporting. I use band scan very rarely so I have never had this issue. Is it reproducible with that ensemble? I should have recording of Austrian Mux from Insbruck from February this year so I will check it if there is anything specific that might cause the issue.

@andimik
Copy link
Contributor Author

andimik commented Mar 26, 2024

I have an idea, what about ECC, when it is received only some frames too late? Will the app discover two muxes then??

8A is weak and might cause some issues here.

@KejPi
Copy link
Owner

KejPi commented Mar 26, 2024

You are right, it could be releated to ECC in some way.

@andimik
Copy link
Contributor Author

andimik commented Mar 26, 2024

It's difficult to find out, because the log didn't show it.

@KejPi
Copy link
Owner

KejPi commented Mar 26, 2024

ECC is handled in the library and it does not generate log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants