Commit 8879c049 authored by hejselbaekj1's avatar hejselbaekj1
Browse files

CR3151_R4-2602240

parent c4da274e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@
        },
        {
          "bcId": "CA_n40A-n79A"
        },
        {
          "bcId": "CA_n7A-n79A"
        }
      ],
      "bandList": [
+31 −4
Original line number Diff line number Diff line
@@ -9,25 +9,52 @@
        },
        {
          "bcId": "CA_n1A-n79A"
        },
        {
          "bcId": "CA_n7A-n79A"
        }
      ],
      "bandList": [
        {
          "bandNumber": "n1",
          "nonContiguousCarriers": [
            [5, 10, 15, 20, 25, 30, 40, 50]
            [
              5,
              10,
              15,
              20,
              25,
              30,
              40,
              50
            ]
          ]
        },
        {
          "bandNumber": "n7",
          "nonContiguousCarriers": [
            [5, 10, 15, 20, 25, 30, 40, 50]
            [
              5,
              10,
              15,
              20,
              25,
              30,
              40,
              50
            ]
          ]
        },
        {
          "bandNumber": "n79",
          "nonContiguousCarriers": [
            [40, 50, 60, 80, 100]
            [
              40,
              50,
              60,
              80,
              100
            ]
          ]
        }
      ]
+94 −0
Original line number Diff line number Diff line
{
  "bcId": "CA_n40A-n41B",
  "bcsList": [
    {
      "bcsId": 0,
      "ulConfigList": [
        {
          "bcId": "CA_n40B",
          "notes": {
            "pc2_2tx": true,
            "pc1p5_2tx": true
          }
        },
        {
          "bcId": "CA_n40A-n41A",
          "notes": {
            "pc2_2tx": true
          }
        }
      ],
      "bandList": [
        {
          "bandNumber": "n40",
          "nonContiguousCarriers": [
            [
              5,
              10,
              15,
              20,
              25,
              30,
              40,
              50,
              60,
              80
            ]
          ]
        },
        {
          "bandNumber": "n41",
          "nonContiguousCarriers": [
            [
              10,
              15,
              20,
              40,
              50,
              60,
              80,
              90,
              100
            ]
          ]
        }
      ]
    },
    {
      "bcsId": 4,
      "ulConfigList": [
        {
          "bcId": "CA_n40B",
          "notes": {
            "pc2_2tx": true,
            "pc1p5_2tx": true
          }
        },
        {
          "bcId": "CA_n40A-n41A",
          "notes": {
            "pc2_2tx": true
          }
        }
      ],
      "bandList": [
        {
          "bandNumber": "n40",
          "referencedComponents": [
            {
              "bandNumber": "n40"
            }
          ]
        },
        {
          "bandNumber": "n41",
          "referencedComponents": [
            {
              "bandNumber": "n41"
            }
          ]
        }
      ]
    }
  ]
}
 No newline at end of file
+48 −4
Original line number Diff line number Diff line
@@ -7,21 +7,54 @@
        {
          "bandNumber": "n7",
          "nonContiguousCarriers": [
            [5, 10, 15, 20, 25, 30, 40, 50]
            [
              5,
              10,
              15,
              20,
              25,
              30,
              40,
              50
            ]
          ]
        },
        {
          "bandNumber": "n25",
          "nonContiguousCarriers": [
            [5, 10, 15, 20, 25, 30, 40]
            [
              5,
              10,
              15,
              20,
              25,
              30,
              40
            ]
          ]
        },
        {
          "bandNumber": "n71",
          "nonContiguousCarriers": [
            [5, 10, 15, 20]
            [
              5,
              10,
              15,
              20
            ]
          ]
        }
      ],
      "ulConfigList": [
        {
          "bcId": "CA_n7A-n25A"
        },
        {
          "bcId": "CA_n7A-n71A"
        },
        {
          "bcId": "CA_n25A-n71A"
        }
      ]
    },
    {
@@ -51,6 +84,17 @@
            }
          ]
        }
      ],
      "ulConfigList": [
        {
          "bcId": "CA_n7A-n25A"
        },
        {
          "bcId": "CA_n7A-n71A"
        },
        {
          "bcId": "CA_n25A-n71A"
        }
      ]
    }
  ]
+4 −1
Original line number Diff line number Diff line
@@ -9,6 +9,9 @@
        },
        {
          "bcId": "CA_n40A-n79A"
        },
        {
          "bcId": "CA_n7A-n79A"
        }
      ],
      "bandList": [
Loading