mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 06:42:43 +00:00
Standardised sorting of bands array for band plans
* Standardised organisation of the bands array in the band allocation JSON files. They are now organised by the starting frequency. * Added 'Polar Orbiting Satellites' to the general JSON file, as that affects all general users.
This commit is contained in:
@@ -6,16 +6,22 @@
|
||||
"author_url": "none",
|
||||
"bands": [
|
||||
{
|
||||
"name": "LTE band 1 (IMT) FDD uplink",
|
||||
"name": "LTE band 28 (APT) FDD uplink",
|
||||
"type": "LTE.FDD.uplink",
|
||||
"start": 1920000000,
|
||||
"end": 1980000000
|
||||
"start": 703000000,
|
||||
"end": 748000000
|
||||
},
|
||||
{
|
||||
"name": "LTE band 1 (IMT) FDD downlink",
|
||||
"type": "LTE.FDD.downlink",
|
||||
"start": 2110000000,
|
||||
"end": 2170000000
|
||||
"name": "LTE band 20 (Digital Dividend) FDD uplink",
|
||||
"type": "LTE.FDD.uplink",
|
||||
"start": 832000000,
|
||||
"end": 862000000
|
||||
},
|
||||
{
|
||||
"name": "LTE band 8 (Extended GSM) FDD uplink",
|
||||
"type": "LTE.FDD.uplink",
|
||||
"start": 880000000,
|
||||
"end": 915000000
|
||||
},
|
||||
{
|
||||
"name": "LTE band 3 (DCS) FDD uplink",
|
||||
@@ -29,6 +35,18 @@
|
||||
"start": 1805000000,
|
||||
"end": 1880000000
|
||||
},
|
||||
{
|
||||
"name": "LTE band 1 (IMT) FDD uplink",
|
||||
"type": "LTE.FDD.uplink",
|
||||
"start": 1920000000,
|
||||
"end": 1980000000
|
||||
},
|
||||
{
|
||||
"name": "LTE band 1 (IMT) FDD downlink",
|
||||
"type": "LTE.FDD.downlink",
|
||||
"start": 2110000000,
|
||||
"end": 2170000000
|
||||
},
|
||||
{
|
||||
"name": "LTE band 7 (IMT-E) FDD uplink",
|
||||
"type": "LTE.FDD.uplink",
|
||||
@@ -42,22 +60,10 @@
|
||||
"end": 2690000000
|
||||
},
|
||||
{
|
||||
"name": "LTE band 8 (Extended GSM) FDD uplink",
|
||||
"type": "LTE.FDD.uplink",
|
||||
"start": 880000000,
|
||||
"end": 915000000
|
||||
},
|
||||
{
|
||||
"name": "LTE band 8 (Extended GSM) FDD downlink",
|
||||
"name": "LTE band 28 (APT) FDD downlink",
|
||||
"type": "LTE.FDD.downlink",
|
||||
"start": 9250000000,
|
||||
"end": 9600000000
|
||||
},
|
||||
{
|
||||
"name": "LTE band 20 (Digital Dividend) FDD uplink",
|
||||
"type": "LTE.FDD.uplink",
|
||||
"start": 832000000,
|
||||
"end": 862000000
|
||||
"start": 7580000000,
|
||||
"end": 8030000000
|
||||
},
|
||||
{
|
||||
"name": "LTE band 20 (Digital Dividend) FDD downlink",
|
||||
@@ -66,16 +72,10 @@
|
||||
"end": 8210000000
|
||||
},
|
||||
{
|
||||
"name": "LTE band 28 (APT) FDD uplink",
|
||||
"type": "LTE.FDD.uplink",
|
||||
"start": 703000000,
|
||||
"end": 748000000
|
||||
},
|
||||
{
|
||||
"name": "LTE band 28 (APT) FDD downlink",
|
||||
"name": "LTE band 8 (Extended GSM) FDD downlink",
|
||||
"type": "LTE.FDD.downlink",
|
||||
"start": 7580000000,
|
||||
"end": 8030000000
|
||||
"start": 9250000000,
|
||||
"end": 9600000000
|
||||
},
|
||||
{
|
||||
"name": "LTE band 32 (L-Band (EU)) SDL downlink",
|
||||
@@ -84,4 +84,4 @@
|
||||
"end": 14960000000
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user