instance-fdd-lopcomm-enb-input-schema.json 12 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
{
  "type": "object",
  "$schema": "http://json-schema.org/draft-04/schema",
  "title": "Input Parameters",
  "properties": {
    "bandwidth": {
      "title": "Bandwidth",
      "description": "Downlink Bandwidth",
      "type": "string",
      "enum": [
        "1.4 MHz",
        "3 MHz",
        "5 MHz",
        "10 MHz",
        "15 MHz",
        "20 MHz"
      ],
      "default": "20 MHz"
    },
    "n_antenna_dl": {
      "title": "Number of DL antennas",
      "description": "1, 2, 4 or 8. Number of DL antennas.",
      "type": "number",
      "default": 2
    },
    "n_antenna_ul": {
      "title": "Number of UL antennas",
      "description": "1, 2, 4 or 8. Number of UL antennas.",
      "type": "number",
      "default": 2
    },
    "sdr_number": {
      "title": "SDR Number",
      "description": "SDR Number",
      "type": "number",
      "default": 0
    },
38 39 40 41 42 43
    "cpri_port": {
      "title": "CPRI Port Number",
      "description": "CPRI Port Number",
      "type": "number",
      "default": 0
    },
44
    "cpri_mult": {
45
      "title": "CPRI Mult",
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
      "description": "Select the CPRI line bit rate in terms of multiple of option 1 (614.4 Mbps). E.g set 4 for option 3, 8 for option 5 and 16 for option 7.",
      "type": "number",
      "default": 16,
      "enum": [
        4,
        5,
        8,
        16
      ]
    },
    "cell_list": {
      "title": "Cell List",
      "description": "Cell List",
      "patternProperties": {
        ".*": {
          "properties": {
            "cpri_rx_delay": {
              "title": "CPRI RX Delay",
              "description": "Delays between TX and RX position in CPRI frame. This should be set to the value of (T2a + T3a - Toffset) provided by the RRH specification.",
              "type": "number",
66
              "default": 25.11
67 68 69 70 71
            },
            "cpri_tx_delay": {
              "title": "CPRI TX Delay",
              "description": "Advances Start of Frame relative to PPS to compensate for delays in transmit line and RRH. This should be set to T12 + T2a.",
              "type": "number",
72
              "default": 14.71
73 74 75 76 77
            },
            "cpri_tx_dbm": {
              "title": "CPRI TX dBm",
              "description": "Optional floating points value in dBm (default 0). Needed by ENB/GNB to have a notion of actual output power. Computed from maximum power output of the RRH for a 0dBFS input signal (full scale). ",
              "type": "number",
78
              "default": 63
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
            },
            "cpri_port_number": {
              "title": "CPRI Port Number",
              "description": "CPRI Port Number",
              "type": "number",
              "default": 0
            },
            "dl_earfcn": {
              "title": "DL EARFCN",
              "description": "Downlink E-UTRA Absolute Radio Frequency Channel Number of the cell",
              "type": "number"
            },
            "pci": {
              "title": "Physical Cell ID",
              "description": "Physical Cell IDs",
              "type": "number"
            },
            "cell_id": {
              "title": "Cell ID",
              "description": "Cell IDs",
              "type": "string"
100
            }
101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
          },
          "type": "object"
        }
      },
      "type": "object",
      "default": {}
    },
    "dnsmasq": {
      "default": false,
      "title": "dnsmasq",
      "description": "dnsmasq",
      "type": "boolean"
    },
    "rrh_mac_addr": {
      "default": "00:0a:00:00:10:20",
      "title": "RRH MAC address",
      "description": "RRH MAC address used for DNSMASQ",
      "type": "string"
    },
    "txa0cc00_active": {
      "title": "Lopcomm ORAN TX array carriers (TXA0CC00)",
      "description": "Activate or inactivate Lopcomm ORAN TX array carriers (TXA0CC00)",
      "type": "string",
      "default": "INACTIVE",
      "enum": [
        "ACTIVE",
        "INACTIVE"
      ]
    },
    "rxa0cc00_active": {
      "title": "Lopcomm ORAN RX array carriers (RXA0CC00)",
      "description": "Activate or inactivate Lopcomm ORAN RX array carriers (RXA0CC00)",
      "type": "string",
      "default": "INACTIVE",
      "enum": [
        "ACTIVE",
        "INACTIVE"
      ]
    },
    "txa0cc00_center_frequency": {
141 142
      "title": "Lopcomm ORAN DL Center Frequency in MHz (TXA0CC00)",
      "description": "Lopcomm ORAN Center Frequency in MHz (TXA0CC00)",
143
      "type": "number",
144
      "default": 2140
145 146
    },
    "rxa0cc00_center_frequency_earfcn": {
147
      "title": "Lopcomm ORAN UL Center Frequency EARFCN (RXA0CC00)",
148 149 150 151 152
      "description": "Lopcomm ORAN Center Frequency EARFCN (RXA0CC00)",
      "type": "number",
      "default": 18300
    },
    "rxa0cc00_center_frequency": {
153 154
      "title": "Lopcomm ORAN UL Center Frequency in MHz (RXA0CC00)",
      "description": "Lopcomm ORAN Center Frequency in MHz (RXA0CC00)",
155
      "type": "number",
156
      "default": 1950
157
    },
158 159 160
    "txa0cc00_gain": {
      "title": "ORAN Gain",
      "description": "Lopcomm ORAN Gain (TXA0CC00)",
161
      "type": "number",
162 163 164 165 166 167 168
      "default": -20
    },
    "user-authorized-key": {
      "title": "User Authorized Key",
      "description": "SSH public key in order to connect to the SSH server of this instance.",
      "textarea": true,
      "type": "string"
169
    },
170 171 172 173 174
    "cron_schedule": {
      "title": "Cron schedule for RRH reset",
      "description": "Refer https://crontab.guru/ to make a reset schedule for RRH, for example, '0 1 * * *' means the RRH will reset every day at 1 am",
      "type": "string"
    },
175 176 177 178 179 180
    "enb_id": {
      "title": "eNB ID",
      "description": "eNB ID",
      "type": "string",
      "default": "0x1A2D0"
    },
181 182 183 184 185 186
    "gtp_addr": {
      "title": "GTP Address",
      "description": "String. Set the IP address (and optional port) on which the GTP-U packets are received. The default port is 2152. It is normally the IP address of the network interface connected to the core network.",
      "type": "string",
      "default": "127.0.1.1"
    },
187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235
    "mme_list": {
      "title": "MME list",
      "description": "Optionnal. List of MME to which the gNodeB is connected",
      "patternProperties": {
        ".*": {
          "properties": {
            "mme_addr": {
              "title": "MME Address",
              "description": "IP address (and optional port) of S1AP SCTP connection to the MME. The default port is 36412.",
              "type": "string"
            }
          },
          "type": "object"
        }
      },
      "type": "object",
      "default": {}
    },
    "plmn_list": {
      "title": "PLMN list",
      "description": "List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)",
      "patternProperties": {
        ".*": {
          "properties": {
            "plmn": {
              "default": "00101",
              "title": "Public Land Mobile Network",
              "description": "Public Land Mobile Network",
              "type": "string"
            },
            "attach_without_pdn": {
              "default": false,
              "title": "Attach Without PDN",
              "description": "Optional boolean. Indicates if PLMN supports attach without PDN connectivity.",
              "type": "boolean"
            },
            "reserved": {
              "default": false,
              "title": "Reserved",
              "description": "True if the cell is reserved for operator use.",
              "type": "boolean"
            }
          },
          "type": "object"
        }
      },
      "type": "object",
      "default": {}
    },
236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298
    "lte_handover_a3_offset": {
      "title": "A3 offset for LTE handover",
      "description": "RSRP gain offset between gNBs which will trigger handover",
      "type": "number",
      "default": 6
    },
    "lte_handover_time_to_trigger": {
      "title": "Time to Trigger for LTE handover",
      "description": "Time to triger after which LTE handover will be triggered if A3 offset is reached",
      "type": "number",
      "enum": [
        0,
        40,
        64,
        80,
        100,
        128,
        160,
        256,
        320,
        480,
        512,
        640,
        1024,
        1280,
        2560,
        5120
      ],
      "default": 480
    },
    "ncell_list": {
      "title": "Neighbour Cell Info",
      "description": "Neighbour Cell Info",
      "patternProperties": {
        ".*": {
          "properties": {
            "dl_earfcn": {
              "title": "DL EARFCN",
              "description": "Downlink E-UTRA Absolute Radio Frequency Channel Number of the neighbour cell",
              "type": "number"
            },
            "pci": {
              "title": "Physical Cell ID",
              "description": "Physical Cell ID of the neighbour cell",
              "type": "number"
            },
            "cell_id": {
              "title": "Cell ID",
              "description": "Concatenation of enb_id and cell_id of the neighbour cell",
              "type": "string"
            },
            "tac": {
              "title": "Tracking Area Code",
              "description": "Integer (range 0 to 16777215)",
              "type": "number"
            }
          },
          "type": "object"
        }
      },
      "type": "object",
      "default": {}
    },
299 300 301 302 303
    "websocket_password": {
      "title": "Websocket password",
      "description": "Activates websocket for remote control and sets password",
      "type": "string"
    },
304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380
    "inactivity_timer": {
      "title": "Inactivity Timer",
      "description": "Send RRC connection release after this time (in ms) of network inactivity.",
      "type": "number",
      "default": 10000
    },
    "log_phy_debug": {
      "title": "Physical layer log debug",
      "description": "Enable debug mode for physical layer logs",
      "type": "boolean",
      "default": false
    },
    "gps_sync": {
      "default": false,
      "title": "GPS synchronisation",
      "description": "True if GPS should be used for synchronisation",
      "type": "boolean"
    },
    "disable_sdr": {
      "default": false,
      "title": "Disable SDR",
      "description": "Disables radio",
      "type": "boolean"
    },
    "use_ipv4": {
      "default": false,
      "title": "Use IPv4",
      "description": "Set to true to use IPv4 for AMF / MME addresses",
      "type": "boolean"
    },
    "enb_stats_fetch_period": {
      "title": "eNB statistics fetch period (seconds)",
      "description": "Describes how often a call to Amarisoft remote API is made to get eNB statistics",
      "type": "number",
      "default": 60
    },
    "enb_drb_stats_enabled": {
      "title": "Enable eNB drb statistics",
      "description": "Enable eNB drb statistics through 100Hz polling, needed for E-UTRAN IP Throughput KPI",
      "type": "boolean",
      "default": true
    },
    "max_rx_sample_db": {
      "title": "Maximum RX sample value (dB)",
      "description": "Maximum RX sample threshold above which RX saturated promise will fail",
      "type": "number",
      "default": 0
    },
    "min_txrx_delay": {
      "title": "Minimum available time for radio front end processing (ms)",
      "description": "Baseband latency promise will fail if minimum TX/RX diff reaches threshold (higher than this value)",
      "type": "number",
      "default": 5
    },
    "avg_txrx_delay": {
      "title": "Average available time for radio front end processing (ms)",
      "description": "Baseband latency promise will fail if average TX/RX diff reaches threshold (higher than this value)",
      "type": "number",
      "default": 7
    },
    "xlog_fluentbit_forward_host": {
      "title": "Address to Forward Xlog by Fluenbit",
      "description": "Address of Remote Fluentd or Fluentbit Server to Forward Xlog",
      "type": "string"
    },
    "xlog_fluentbit_forward_port": {
      "title": "Port to Forward Xlog by Fluentbit",
      "description": "Optional Port of Remote Fluentd or Fluentbit Server to Forward Xlog",
      "type": "string"
    },
    "xlog_fluentbit_forward_shared_key": {
      "title": "Shared Key to Forward Xlog by Fluentbit",
      "description": "Secret Key Shared with Remote Fluentd or Fluentbit Server for Authentication when Forwarding Xlog",
      "type": "string"
    }
  }
}