@mytec: iter6 ready for test
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user