blob: c2500d2d9b2ba9de30e259d92b53627b35c9e12b [file] [log] [blame]
slowr13fa5b02017-08-08 16:32:31 -07001{
2 "apps": {
3 "org.onosproject.xran": {
4 "xran": {
5 "active_cells": [
6 {
7 "plmn_id": "220841",
8 "eci": "FFFFFFA0",
9 "ip_addr": "10.0.0.2"
10 },
11 {
12 "plmn_id": "220842",
13 "eci": "FFFFFFB0",
14 "ip_addr": "10.0.0.3"
15 },
16 {
17 "plmn_id": "220843",
18 "eci": "FFFFFFC0",
19 "ip_addr": "192.168.56.101"
20 },
21 {
22 "plmn_id": "220844",
23 "eci": "FFFFFFD0",
24 "ip_addr": "127.0.0.1"
25 }
26 ],
27 "l2_meas_report_interval_ms": 30000,
28 "rx_signal_meas_report_interval_seconds": 7,
29 "xranc_cellconfigrequest_interval_seconds": 10,
slowr8ddc2b12017-08-14 14:13:38 -070030 "xranc_port": 7891,
slowrd3d7b412017-08-17 11:15:44 -070031 "admission_success": true,
32 "bearer_success": true
slowr13fa5b02017-08-08 16:32:31 -070033 }
34 }
35 }
36}