Commit da1980e1 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

CT-69: Added json configuration files for tests.

parent a6fd94b7
Loading
Loading
Loading
Loading
Loading
+63 −0
Original line number Diff line number Diff line
{
    "configID": 1,
    "frequencyBand": "1",
    "delayModelSubscriptionPoint": "ska_mid/tm_leaf_node/csp_subarray_01/delayModel",

    "fsp": [
        {
            "fspID": 1,
            "functionMode": "CORR",
            "frequencySliceID": 1,
            "corrBandwidth": 0,
            "integrationTime": 140,
            "fspChannelOffset": 0,
            "channelAveragingMap": [
                [0, 1],
                [744, 1],
                [1488, 1],
                [2232, 1],
                [2976, 1],
                [3720, 1],
                [4464, 1],
		[5208, 1],
                [5952, 1],
                [6696, 1],
                [7440, 1],
                [8184, 1],
                [8928, 1],
                [9672, 1],
                [10416, 1],
                [11160, 1],
                [11904, 1],
                [12648, 1],
                [13392, 1],
                [14136, 1]
            ],
            "outputLinkMap": [
                [0, 4],
                [744, 8],
                [1480, 12],
                [2234, 16],
                [2978, 20],
                [3722, 24],
                [4466, 28],
                [5208, 32],
		[5952, 36],
                [6696, 40],
                [7440, 44],
                [8184, 48],
                [8928, 52],
                [9672, 56],
                [10416, 60],
                [11160, 64],
                [11904, 68],
                [12648, 72],
                [13392, 76],
                [14136, 80]
      ],
      "outputHost": [[0, "192.168.0.1"], [8184, "192.168.0.2"]],
      "outputMac": [[0, "06-00-00-00-00-01"]],
      "outputPort": [[0, 9000, 1], [8184, 9000, 1]]
      }
    ]
}
+62 −0
Original line number Diff line number Diff line
{
    "frequencyBand": "1",
    "delayModelSubscriptionPoint": "ska_mid/tm_leaf_node/csp_subarray_01/delayModel",

    "fsp": [
        {
            "fspID": 1,
            "functionMode": "CORR",
            "frequencySliceID": 1,
            "corrBandwidth": 0,
            "integrationTime": 140,
            "fspChannelOffset": 0,
            "channelAveragingMap": [
                [0, 1],
                [744, 1],
                [1488, 1],
                [2232, 1],
                [2976, 1],
                [3720, 1],
                [4464, 1],
		[5208, 1],
                [5952, 1],
                [6696, 1],
                [7440, 1],
                [8184, 1],
                [8928, 1],
                [9672, 1],
                [10416, 1],
                [11160, 1],
                [11904, 1],
                [12648, 1],
                [13392, 1],
                [14136, 1]
            ],
            "outputLinkMap": [
                [0, 4],
                [744, 8],
                [1480, 12],
                [2234, 16],
                [2978, 20],
                [3722, 24],
                [4466, 28],
                [5208, 32],
		[5952, 36],
                [6696, 40],
                [7440, 44],
                [8184, 48],
                [8928, 52],
                [9672, 56],
                [10416, 60],
                [11160, 64],
                [11904, 68],
                [12648, 72],
                [13392, 76],
                [14136, 80]
      ],
      "outputHost": [[0, "192.168.0.1"], [8184, "192.168.0.2"]],
      "outputMac": [[0, "06-00-00-00-00-01"]],
      "outputPort": [[0, 9000, 1], [8184, 9000, 1]]
      }
    ]
}