@mytec: iter6 ready for test

This commit is contained in:
2026-01-30 12:44:39 +02:00
parent b18e297eee
commit ed30d886be
10 changed files with 435 additions and 21 deletions

View File

@@ -34,6 +34,17 @@ export const COMMON_FREQUENCIES: FrequencyBand[] = [
typical: 'North America, some military equipment',
},
},
{
value: 2100,
name: 'Band 1',
range: '1920-2170 MHz',
type: 'LTE',
characteristics: {
range: 'medium',
penetration: 'good',
typical: 'Most deployed LTE band globally (IMT 2100)',
},
},
{
value: 2600,
name: 'Band 7',
@@ -80,7 +91,7 @@ export const COMMON_FREQUENCIES: FrequencyBand[] = [
},
];
export const QUICK_FREQUENCIES = [800, 1800, 1900, 2600];
export const QUICK_FREQUENCIES = [800, 1800, 1900, 2100, 2600];
export function getFrequencyInfo(frequency: number): FrequencyBand | null {
return (