Commit 45efd13d authored by Raymond Knopp's avatar Raymond Knopp

EUTRA equivalent frequency band description corresponding to USA ISM 900 MHz...

EUTRA equivalent frequency band description corresponding to USA ISM 900 MHz band added to UE and eNB
parent 0bb524f0
......@@ -77,6 +77,9 @@ static const eutra_band_t eutra_bands[] = {
{42, 3400 * MHz, 3600 * MHz, 3400 * MHz, 3600 * MHz, TDD},
{43, 3600 * MHz, 3800 * MHz, 3600 * MHz, 3800 * MHz, TDD},
{44, 703 * MHz, 803 * MHz, 703 * MHz, 803 * MHz, TDD},
// this area is reserved for non-3GPP bands
{99, 900 * MHz, 910 * MHz, 920 * MHz, 930 * MHz, FDD}
};
......
......@@ -171,6 +171,7 @@ static const eutra_band_t eutra_bands[] = {
{42, 3400 * MHz, 3600 * MHz, 3400 * MHz, 3600 * MHz, TDD},
{43, 3600 * MHz, 3800 * MHz, 3600 * MHz, 3800 * MHz, TDD},
{44, 703 * MHz, 803 * MHz, 703 * MHz, 803 * MHz, TDD},
{99, 900 * MHz, 910 * MHz, 920 * MHz, 930 * MHz, FDD}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment