{ "type": "object", "$schema": "http://json-schema.org/draft-04/schema", "title": "Input Parameters", "properties": { "tx_gain": { "title": "Tx gain", "description": "Tx gain (in dB)", "type": "number", "default": 70 }, "rx_gain": { "title": "Rx gain", "description": "Rx gain (in dB)", "type": "number", "default": 50 }, "dl_nr_arfcn": { "title": "DL NR ARFCN", "description": "Downlink NR Absolute Radio Frequency Channel Number of the cell", "type": "number", "default": 632628 }, "nr_band": { "title": "NR band", "description": "NR band number", "type": "number", "default": 78 }, "nr_bandwidth": { "title": "Bandwidth", "description": "Downlink Bandwidth (in MHz)", "type": "number", "default": 40 }, "amf_addr": { "title": "AMF Address", "description": "IPv4 of the core network", "type": "string", "default": "127.0.0.100" }, "gnb_id": { "title": "gNB ID", "description": "gNB ID", "type": "string", "default": "0x12345" } } }