"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"
},
"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":{}
},
"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
},
"websocket_password":{
"title":"Websocket password",
"description":"Activates websocket for remote control and sets password",
"type":"string"
},
"inactivity_timer":{
"title":"Inactivity Timer",
"description":"Send RRC connection release after this time (in ms) of network inactivity.",
"type":"number",
"default":{{default_lte_inactivity_timer}}
},
"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",