DavMelchi commited on
Commit
7274c07
·
1 Parent(s): 824d7bb

Handle ADJL L700 EARFCN 9285

Browse files
Files changed (2) hide show
  1. tests/test_utils_vars.py +5 -0
  2. utils/utils_vars.py +1 -0
tests/test_utils_vars.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from utils.utils_vars import UtilsVars
2
+
3
+
4
+ def test_lte_band_maps_9285_to_l700():
5
+ assert UtilsVars.lte_band[9285] == "L700"
utils/utils_vars.py CHANGED
@@ -94,6 +94,7 @@ class UtilsVars:
94
  38750: "L2300",
95
  1761: "L1800",
96
  9260: "L700",
 
97
  }
98
  wcdma_band = {
99
  3004: "U900",
 
94
  38750: "L2300",
95
  1761: "L1800",
96
  9260: "L700",
97
+ 9285: "L700",
98
  }
99
  wcdma_band = {
100
  3004: "U900",