Unverified Commit befa3217 authored by Henning Wiemann's avatar Henning Wiemann
Browse files

Corrected RefComponents in CA_n40A-n41B

... to correct these problems reported by the validator:

- RAN4DataHandler -> BandCombinationList -> BC(**CA_n40A-n41B**) -> BCS(**0**) -> BandEntry(n41) -> RefComponent(CA_n40B_BCS0): The RefCompont is in a BandEntry for band n41 but refers to band n40

- RAN4DataHandler -> BandCombinationList -> BC(CA_n40A-n41B) -> BCS(**4**) -> BandEntry(n41) -> RefComponent(CA_n40B_BCS4): The RefCompont is in a BandEntry for band n41 but refers to band n40
parent 92bcb2a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
          "bandNumber": "n41",
          "referencedComponents": [
            {
              "bcId": "CA_n40B",
              "bcId": "CA_n41B",
              "bcsId": 0
            }
          ]
@@ -74,7 +74,7 @@
          "bandNumber": "n41",
          "referencedComponents": [
            {
              "bcId": "CA_n40B",
              "bcId": "CA_n41B",
              "bcsId": 4
            }
          ]