Skip to content

Commit

Permalink
Adding support for band 39 to orc8r (#612)
Browse files Browse the repository at this point in the history
Summary:
Band39 is already supported by issue #481 and PR #482 .
However, this patch (#481 , #482 ) was only support A-GW and Orc8r was not supported.
This PR adds band39 support to orc8r by adding the network cellular config on orc8r.
Pull Request resolved: #612

Reviewed By: themarwhal

Differential Revision: D17230570

Pulled By: xjtian

fbshipit-source-id: 170884b2af9af1ddc03d902e63e1a9712bce0786
  • Loading branch information
m0ch1m0ch1 authored and facebook-github-bot committed Sep 6, 2019
1 parent 922cf3b commit fe0f297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lte/cloud/go/services/cellular/utils/lte_bands.go
Expand Up @@ -37,6 +37,7 @@ var bands = [...]LTEBand{
{ID: 4, Mode: FDDMode, StartEarfcnDl: 1950, StartEarfcnUl: 19950, CountEarfcn: 450},
{ID: 28, Mode: FDDMode, StartEarfcnDl: 9210, StartEarfcnUl: 27210, CountEarfcn: 450},
// TDDMode
{ID: 39, Mode: TDDMode, StartEarfcnDl: 38250, CountEarfcn: 400},
{ID: 40, Mode: TDDMode, StartEarfcnDl: 38650, CountEarfcn: 1000},
{ID: 41, Mode: TDDMode, StartEarfcnDl: 39650, CountEarfcn: 1940},
{ID: 42, Mode: TDDMode, StartEarfcnDl: 41590, CountEarfcn: 2000},
Expand Down

0 comments on commit fe0f297

Please sign in to comment.