Datasets:
File size: 6,407 Bytes
f12122e 79faf64 65a430a 4684e2c 209d7ae 4684e2c f17b973 9ceb405 209d7ae fdf8030 f7017a0 fdf8030 9ceb405 fdf8030 4684e2c 79faf64 f12122e 79faf64 fd999ec 79faf64 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 | ---
license: apache-2.0
language:
- en
tags:
- mobileNetwork
- 5G
task_ids:
- univariate-time-series-forecasting
- multivariate-time-series-forecasting
configs:
- config_name: measurements_by_cell
data_files:
- split: train
path: dataset/train_data.csv
- split: test
path: dataset/test_data.csv
- config_name: topology
data_files:
- split: main
path: metadata/topology.csv
- config_name: performance_indicators_meanings
data_files:
- split: main
path: metadata/performance_indicators_meanings.csv
---
# 📡 COOPER
### Cellular Operational Observations for Performance and Evaluation Research
**An Open Benchmark of Synthetic Mobile Network Performance Indicators for Reproducible Research**
---
## 🧭 Overview
**COOPER** is an open-source **synthetic dataset of mobile network performance measurement (PM) time series**, designed to support **reproducible AI/ML research** in wireless networks. The dataset is named in honor of **Martin Cooper**, a pioneer of cellular communications.
COOPER emulates the **statistical distributions, temporal dynamics, and structural patterns** of real 5G network PM data while containing **no sensitive or operator-identifiable information**.
The dataset is released together with a **reproducible benchmarking framework** used to evaluate synthetic data generation methods.
---
## 🎯 Motivation
Access to real telecom PM/KPI data is often restricted due to:
- Confidentiality agreements
- Privacy regulations
- Commercial sensitivity
This lack of open data limits **reproducibility** in AI-driven research for wireless networks. COOPER addresses this gap by providing a **realistic yet privacy-preserving synthetic alternative** suitable for:
- Network monitoring research
- KPI forecasting
- Anomaly detection
- AI-native network automation
- 5G/6G performance evaluation
---
## 🏗 Dataset Creation Methodology
To generate COOPER, three complementary synthetic data generation paradigms were evaluated:
1. **Adversarial approaches**
2. **Probabilistic models**
3. **Model-based time-series methods**
These were benchmarked using a **unified quantitative and qualitative evaluation framework** considering:
- Distributional similarity
- Temporal fidelity
- Shape alignment
- Discriminative performance
- Downstream forecasting capability
The generator demonstrating the most **balanced and consistent performance** across these criteria was selected to produce COOPER.
---
## 📊 Source Data Characteristics (Before Anonymization)
The real dataset used to model the synthetic data was:
- Fully **anonymized** to remove operator-sensitive information
- Cleaned and standardized for consistency
| Property | Value |
|---------|------|
| Radio Access Technology | 5G |
| Number of PM Indicators | 45 |
| Total Number of Cells | 84 |
| Base Stations | 12 |
| Geographic Area | ~1.35 km² |
| Collection Period | 31 days |
| Sampling Interval | 1 hour |
| Data Representation | Multi-cell time series |
A **cell** is defined as a radiating unit within a specific RAT and frequency band. Each base station may host multiple cells.
---
## 📡 Network Deployment Characteristics
The modeled network includes two frequency bands and two 5G architectures:
| Band | Architecture | Number of Cells |
|------|-------------|----------------|
| N28 (700 MHz) | Option 2 (Standalone) | 6 |
| N28 (700 MHz) | Option 3 (Non-Standalone) | 48 |
| N78 (3500 MHz) | Option 2 (Standalone) | 6 |
| N78 (3500 MHz) | Option 3 (Non-Standalone) | 24 |
Most cells operate in **Option 3 (NSA)** mode, reflecting a typical **EN-DC deployment** where LTE provides the control-plane anchor.
---
## 📈 PM Indicator Categories
Indicators follow **3GPP TS 28.552** performance measurement definitions and are grouped into:
### 1️⃣ Radio Resource Control (RRC) Connection
Procedures for establishing UE radio connections and tracking active users.
- `RRC.ConnEstabSucc`
- `RRC.ConnEstabAtt`
- `RRC.ConnMax`
### 2️⃣ Mobility Management
Handover and redirection performance across frequencies.
- `MM.HoExeIntraFreqSucc`
- `MM.HoExeInterFreqSuccOut`
### 3️⃣ Channel Quality Indicator (CQI)
Distribution of downlink channel quality reports (CQI 0–15).
- `CARR.WBCQIDist.Bin0`
- `CARR.WBCQIDist.Bin15`
### 4️⃣ Throughput and Data Volume
Traffic volume and transmission duration.
- `ThpVolDl`
- `ThpTimeDl`
### 5️⃣ Availability
Cell downtime due to failures or energy-saving mechanisms.
- `CellUnavail.System`
- `CellUnavail.EnergySaving`
### 6️⃣ UE Context
User session establishment attempts and successes.
- `UECNTX.Est.Att`
- `UECNTX.Est.Succ`
---
## 🧪 Benchmarking Framework
COOPER is distributed with a **reproducible evaluation pipeline** that allows researchers to compare synthetic data generators using:
- Statistical similarity metrics
- Temporal alignment measures
- Shape-based similarity
- Classification distinguishability
- Forecasting task performance
This framework enables standardized evaluation of synthetic telecom datasets.
---
## 🔬 Intended Use Cases
COOPER is suitable for:
- Time-series forecasting research
- Network anomaly detection
- Root cause analysis modeling
- RAN performance optimization studies
- Reproducible academic research in 5G/6G systems
---
## ⚠️ Data Notice for Dataset Users
**Due to the real network nature of the source data, some inconsistent values were intentionally maintained in this dataset.**
We recommend **preprocessing the data before use** (e.g., handling outliers, missing values, or domain-specific inconsistencies) according to your application and methodology.
---
## 🤝 Contribution & Reproducibility
This project promotes **open and reproducible telecom AI research**.
Researchers are encouraged to:
- Benchmark new generation models using the provided framework
- Share improvements and derived datasets
- Compare methods under the same evaluation protocol
---
## 📜 License
This dataset is released for **research and educational purposes**.
(Include specific license here, e.g., CC BY 4.0 / MIT / Apache 2.0)
---
## 📖 Citation
If you use COOPER in your research, please cite:
> *COOPER: An Open Benchmark of Synthetic Mobile Network Performance Indicators for Reproducible Research*
(Full citation to be added)
|