Skip to content

Commit

Permalink
Merge pull request #3 from GermanAizek/master
Browse files Browse the repository at this point in the history
Added downlink only 38 and 40 TDD bands
  • Loading branch information
FlUxIuS authored Mar 24, 2023
2 parents 49bf29c + 5a45fb1 commit b5c53cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions utils/eu_arfcn_calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,14 @@
'NUL_Offset' : 27760,
'UP_range' : (27760,27809),
},
38 : { 'FDL_Low' : 2570,
'NDL_Offset' : 37750,
'DL_range' : (37750,38249),
},
40 : { 'FDL_Low' : 2300,
'NDL_Offset' : 38650,
'DL_range' : (38650,39649),
},
65 : { 'FDL_Low' : 2110,
'NDL_Offset' : 65536,
'DL_range' : (65536,66435),
Expand Down

0 comments on commit b5c53cd

Please sign in to comment.