Skip to content

Commit

Permalink
feat(GB): new Three EARFCNs
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jan 8, 2024
1 parent 1552591 commit da11171
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/GB/EARFCNs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ import type { ArfcnDataItem, SimpleArfcnDataItem } from "../@types";
import { mapArfcnListToBand } from "../utils/mapArfcnListToBand";

const B1: SimpleArfcnDataItem[] = [
{
arfcn: 76,
bandwidth: 15,
operator: "Three",
description:
"New trial B1 15 MHz carrier. Seemingly growing in use on small cell and DAS solutions, and some urban macros. No 3G on sites with this carrier.",
},
{
arfcn: 76,
bandwidth: 10,
operator: "Three",
description: "Old B1 10 MHz carrier. Almost entirely unused.",
},
{
arfcn: 98,
bandwidth: 10,
Expand Down

0 comments on commit da11171

Please sign in to comment.