mirror of
https://github.com/brmlab/kalibrate-rtl.git
synced 2025-08-03 14:43:44 +02:00
fix scanning of E-GSM-900
Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
parent
912f946144
commit
ed733cc952
2 changed files with 4 additions and 4 deletions
|
@ -95,7 +95,7 @@ double arfcn_to_freq(int n, int *bi) {
|
|||
}
|
||||
|
||||
if((1 <= n) && (n <= 124)) {
|
||||
if(bi)
|
||||
if(bi && (*bi != GSM_E_900))
|
||||
*bi = GSM_900;
|
||||
return 890.0e6 + 0.2e6 * n + 45.0e6;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue