This dataset contains the processed geospatial and network topology inputs required to reproduce the experiments presented in the paper "Beyond 5G Architectural Constraints: Designing Scalable-by-Design User Planes for Mobile Networks via 6G-RUPA".
Spain Scenario Data
Demographics: Standardized municipality data (boundaries, population) derived from the National Statistics Institute (INE).
Network Topology: Real-world cellular tower (gNB) locations for major operators (MCC 214), filtered and processed from OpenCellID.
USA Scenario Data
Demographics: High-resolution census tract and population data derived from the US Census Bureau databases.
Network Topology: Cellular infrastructure density and locations derived from OpenCellID.
Structure
The data is organized by country directory (/spain, /usa) and formatted for the simulation environment:
municipalities.csv: Contains population counts and centroid coordinates.
regions.geojson: Contains geometric boundaries for spatial indexing and user distribution.
opencellid/*.csv: Contains processed base station coordinates.
Usage
This dataset is intended to be extracted into the data directory of the simulation framework. Full processing scripts used to generate these files from the raw sources are available in the associated code repository.