CRNTI to be unique per cell, added fields in configuration, rx_signal from seconds to ms, on cell connection we resend meascells
diff --git a/xran-cfg.json b/xran-cfg.json
index c2500d2..b1787a7 100644
--- a/xran-cfg.json
+++ b/xran-cfg.json
@@ -4,32 +4,30 @@
"xran": {
"active_cells": [
{
- "plmn_id": "220841",
- "eci": "FFFFFFA0",
- "ip_addr": "10.0.0.2"
+ "plmn_id": "000001",
+ "eci": "00000010",
+ "ip_addr": "1.1.1.1"
},
{
- "plmn_id": "220842",
- "eci": "FFFFFFB0",
- "ip_addr": "10.0.0.3"
+ "plmn_id": "000002",
+ "eci": "00000020",
+ "ip_addr": "1.1.1.2"
},
{
- "plmn_id": "220843",
- "eci": "FFFFFFC0",
- "ip_addr": "192.168.56.101"
- },
- {
- "plmn_id": "220844",
- "eci": "FFFFFFD0",
- "ip_addr": "127.0.0.1"
+ "plmn_id": "000003",
+ "eci": "00000030",
+ "ip_addr": "1.1.1.3"
}
],
"l2_meas_report_interval_ms": 30000,
- "rx_signal_meas_report_interval_seconds": 7,
+ "rx_signal_meas_report_interval_ms": 7000,
"xranc_cellconfigrequest_interval_seconds": 10,
"xranc_port": 7891,
"admission_success": true,
- "bearer_success": true
+ "bearer_success": true,
+ "no_meas_link_removal_ms": 10000,
+ "idle_ue_removal_ms": 10000,
+ "nb_response_timeout_ms": 10000
}
}
}