"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
},
"cpri_rx_delay": {
"title": "cpri_rx_delay",
"description": "Delay 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",
"default": 0
},
"cpri_tx_delay": {
"title": "cpri_tx_delay",
"description": "Advance Start of Frame relative to PPS to compensate for delays in transmit line and RRH. This should be set to T12 + T2a.",
"type": "number",
"default": 0
},
"cpri_tx_dbm": {
"title": "cpri_tx_dbm",
"description": "Optional floating point 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",
"default": 0
},
"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": "ACTIVE",
"default": "INACTIVE",
"enum": [
"ACTIVE",
"INACTIVE"
...
...
@@ -28,12 +64,48 @@
"title": "Lopcomm ORAN RX array carriers (RXA0CC00)",
"description": "Activate or inactivate Lopcomm ORAN RX array carriers (RXA0CC00)",
"type": "string",
"default": "ACTIVE",
"default": "INACTIVE",
"enum": [
"ACTIVE",
"INACTIVE"
]
},
"txa0cc00_center_frequency_earfcn": {
"title": "Lopcomm ORAN Center Frequency EARFCN (TXA0CC00)",
"description": "Lopcomm ORAN Center Frequency EARFCN (TXA0CC00)",
"type": "number",
"default": 300
},
"txa0cc00_center_frequency": {
"title": "Lopcomm ORAN Center Frequency in Hz (TXA0CC00)",
"description": "Lopcomm ORAN Center Frequency in Hz (TXA0CC00)",
"type": "number",
"default": 2140000000
},
"txa0cc00_bandwidth": {
"title": "Lopcomm ORAN bandwidth in Hz (TXA0CC00)",
"description": "Lopcomm ORAN bandwidth in Hz (TXA0CC00)",
"type": "number",
"default": 20000000
},
"rxa0cc00_center_frequency_earfcn": {
"title": "Lopcomm ORAN Center Frequency EARFCN (RXA0CC00)",
"description": "Lopcomm ORAN Center Frequency EARFCN (RXA0CC00)",
"type": "number",
"default": 18300
},
"rxa0cc00_center_frequency": {
"title": "Lopcomm ORAN Center Frequency in Hz (RXA0CC00)",
"description": "Lopcomm ORAN Center Frequency in Hz (RXA0CC00)",
"type": "number",
"default": 1950000000
},
"rxa0cc00_bandwidth": {
"title": "Lopcomm ORAN bandwidth in Hz (RXA0CC00)",
"description": "Lopcomm ORAN bandwidth in Hz (RXA0CC00)",
"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
},
"cpri_rx_delay":{
"title":"cpri_rx_delay",
"description":"Delay 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",
"default":0
},
"cpri_tx_delay":{
"title":"cpri_tx_delay",
"description":"Advance Start of Frame relative to PPS to compensate for delays in transmit line and RRH. This should be set to T12 + T2a.",
"type":"number",
"default":0
},
"cpri_tx_dbm":{
"title":"cpri_tx_dbm",
"description":"Optional floating point 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",
"default":0
},
"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_earfcn":{
"title":"Lopcomm ORAN Center Frequency EARFCN (TXA0CC00)",
"description":"Lopcomm ORAN Center Frequency EARFCN (TXA0CC00)",
"type":"number",
"default":300
},
"txa0cc00_center_frequency":{
"title":"Lopcomm ORAN Center Frequency in Hz (TXA0CC00)",
"description":"Lopcomm ORAN Center Frequency in Hz (TXA0CC00)",
"type":"number",
"default":2140000000
},
"txa0cc00_bandwidth":{
"title":"Lopcomm ORAN bandwidth in Hz (TXA0CC00)",
"description":"Lopcomm ORAN bandwidth in Hz (TXA0CC00)",
"type":"number",
"default":20000000
},
"rxa0cc00_center_frequency_earfcn":{
"title":"Lopcomm ORAN Center Frequency EARFCN (RXA0CC00)",
"description":"Lopcomm ORAN Center Frequency EARFCN (RXA0CC00)",
"type":"number",
"default":18300
},
"rxa0cc00_center_frequency":{
"title":"Lopcomm ORAN Center Frequency in Hz (RXA0CC00)",
"description":"Lopcomm ORAN Center Frequency in Hz (RXA0CC00)",
"type":"number",
"default":1950000000
},
"rxa0cc00_bandwidth":{
"title":"Lopcomm ORAN bandwidth in Hz (RXA0CC00)",
"description":"Lopcomm ORAN bandwidth in Hz (RXA0CC00)",
"type":"number",
"default":20000000
},
"log_phy_debug":{
"title":"Physical layer log debug",
"description":"Enable debug mode for physical layer logs",
"type":"boolean",
"default":false
},
"tx_gain":{
"title":"Tx gain",
"description":"Tx gain (in dB)",
"type":"number",
"default":60
},
"rx_gain":{
"title":"Rx gain",
"description":"Rx gain (in dB)",
"type":"number",
"default":45
},
"gps_sync":{
"default":false,
"title":"GPS synchronisation",
"description":"True if GPS should be used for synchronisation",
"type":"boolean"
},
"n_antenna_dl":{
"title":"Number of DL antennas",
"description":"Enumeration: 1, 2, 4 or 8. Number of DL antennas. It must be the same for all NB-IoT and LTE cells sharing the same RF port.",
"type":"number",
"default":2
},
"n_antenna_ul":{
"title":"Number of UL antennas",
"description":"Enumeration: 1, 2, 4 or 8. Number of UL antennas. It must be the same for all NB-IoT and LTE cells sharing the same RF port.",
"type":"number",
"default":2
},
"dl_earfcn":{
"title":"DL EARFCN",
"description":"Downlink E-UTRA Absolute Radio Frequency Channel Number of the cell",
"type":"number",
"default":0
},
"n_rb_dl":{
"title":"DL RB",
"description":"number of DL resource blocks",
"type":"number",
"default":100
},
"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":{}
},
"enb_id":{
"title":"eNB ID",
"description":"eNB ID",
"type":"string",
"default":"0x1A2D0"
},
"pci":{
"title":"Physical Cell ID",
"description":"Physical Cell ID",
"type":"number",
"default":1
},
"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":{}
},
"inactivity_timer":{
"title":"Inactivity Timer",
"description":"Send RRC connection release after this time (in ms) of network inactivity.",
"type":"number",
"default":10000
},
"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)",
"description":"[Required] Address of remote UE server. Default port is 2152.",
"type":"string",
"default":""
},
"tx_gain":{
"title":"Tx gain",
"description":"Tx gain (in dB)",
"type":"number",
"default":60
},
"rx_gain":{
"title":"Rx gain",
"description":"Rx gain (in dB)",
"type":"number",
"default":45
},
"dl_earfcn":{
"title":"DL EARFCN",
"description":"Downlink E-UTRA Absolute Radio Frequency Channel Number of the cell",
"type":"number",
"default":0
},
"n_rb_dl":{
"title":"DL RB",
"description":"number of DL resource blocks",
"type":"number",
"default":100
},
"n_antenna_dl":{
"title":"Number of DL antennas",
"description":"Enumeration: 1, 2, 4 or 8. Number of DL antennas. It must be the same for all NB-IoT and LTE cells sharing the same RF port.",
"type":"number",
"default":2
},
"n_antenna_ul":{
"title":"Number of UL antennas",
"description":"Enumeration: 1, 2, 4 or 8. Number of UL antennas. It must be the same for all NB-IoT and LTE cells sharing the same RF port.",
"type":"number",
"default":2
},
"imsi":{
"title":"IMSI",
"description":"IMSI",
"type":"string",
"default":"001010123456789"
},
"k":{
"title":"K",
"description":"Set the user secret key (as a 16 bytes hexadecimal string, or eventually 32 bytes hexadecimal string for TUAK).",
"type":"string",
"default":"00112233445566778899aabbccddeeff"
},
"sim_algo":{
"title":"sim_algo",
"description":"Optional enumeration. xor, milenage or tuak (default = milenage). Set the USIM authentication algorithm. Note: test USIM cards use the XOR algorithm.",
"type":"string",
"default":"milenage"
},
"opc":{
"title":"opc",
"description":"Optional string. Operator key preprocessed with the user secret key (as a 16 byte hexadecimal string). When the Milenage authentication algorithm is used, either op or opc must be set.",
"type":"string",
"default":"milenage"
},
"amf":{
"title":"amf",
"description":"Range: 0 to 65535. Set the Authentication Management Field.",
"type":"string",
"default":"0x9001"
},
"sqn":{
"title":"sqn",
"description":"Optional String (6 byte hexadecimal string). Default = '000000000000'. Set the initial sequence number. For the XOR algorithm, the actual value does not matter. For the Milenage or TUAK algorithm, a sequence number resynchronization is initiated if the sequence number does not match the one stored in the USIM.",
"type":"string",
"default":"000000000000"
},
"impu":{
"title":"impu",
"description":"Array of string or object. Each string represent an IMPU and can be a sip URI or a telephone number.",
"type":"string",
"default":""
},
"impi":{
"title":"impi",
"description":"String. Defines user IMPI. Must be fully filled with hostname if necessary.",
"description":"[Required] Address of remote UE server. Default port is 2152.",
"type":"string",
"default":""
},
"tx_gain":{
"title":"Tx gain",
"description":"Tx gain (in dB)",
"type":"number",
"default":60
},
"rx_gain":{
"title":"Rx gain",
"description":"Rx gain (in dB)",
"type":"number",
"default":45
},
"dl_nr_arfcn":{
"title":"DL NR ARFCN",
"description":"Downlink NR Absolute Radio Frequency Channel Number of the cell",
"type":"number",
"default":0
},
"nr_band":{
"title":"NR band",
"description":"NR band number",
"type":"number",
"default":0
},
"nr_bandwidth":{
"title":"Bandwidth",
"description":"Downlink Bandwidth (in MHz)",
"type":"number",
"default":40
},
"ssb_nr_arfcn":{
"title":"SSB NR ARFCN",
"description":"SSB NR ARFCN, you can retrieve from ENB/GNB side",
"type":"number",
"default":0
},
"n_antenna_dl":{
"title":"Number of DL antennas",
"description":"Enumeration: 1, 2, 4 or 8. Number of DL antennas. It must be the same for all NB-IoT and LTE cells sharing the same RF port.",
"type":"number",
"default":2
},
"n_antenna_ul":{
"title":"Number of UL antennas",
"description":"Enumeration: 1, 2, 4 or 8. Number of UL antennas. It must be the same for all NB-IoT and LTE cells sharing the same RF port.",
"type":"number",
"default":2
},
"imsi":{
"title":"IMSI",
"description":"IMSI",
"type":"string",
"default":"001010123456789"
},
"k":{
"title":"K",
"description":"Set the user secret key (as a 16 bytes hexadecimal string, or eventually 32 bytes hexadecimal string for TUAK).",
"type":"string",
"default":"00112233445566778899aabbccddeeff"
},
"sim_algo":{
"title":"sim_algo",
"description":"Optional enumeration. xor, milenage or tuak (default = milenage). Set the USIM authentication algorithm. Note: test USIM cards use the XOR algorithm.",
"type":"string",
"default":"milenage"
},
"opc":{
"title":"opc",
"description":"Optional string. Operator key preprocessed with the user secret key (as a 16 byte hexadecimal string). When the Milenage authentication algorithm is used, either op or opc must be set.",
"type":"string",
"default":"milenage"
},
"amf":{
"title":"amf",
"description":"Range: 0 to 65535. Set the Authentication Management Field.",
"type":"string",
"default":"0x9001"
},
"sqn":{
"title":"sqn",
"description":"Optional String (6 byte hexadecimal string). Default = '000000000000'. Set the initial sequence number. For the XOR algorithm, the actual value does not matter. For the Milenage or TUAK algorithm, a sequence number resynchronization is initiated if the sequence number does not match the one stored in the USIM.",
"type":"string",
"default":"000000000000"
},
"impu":{
"title":"impu",
"description":"Array of string or object. Each string represent an IMPU and can be a sip URI or a telephone number.",
"type":"string",
"default":""
},
"impi":{
"title":"impi",
"description":"String. Defines user IMPI. Must be fully filled with hostname if necessary.",