Hi Folks, anyone having a python script to get the bands for any arfcn/earfcn? I need to get the bands like UMTS band, LTE Bands, 5G bands by providing list of arfcn
Hi, you don’t need a python script, the info is available online. You can check on the following website what you are looking for:
https://www.spectrummonitoring.com/systems.php
The idea is that I want to make it automatic, I’ll give as input a list of arfcn which might change over the time and I want to get the bands list
You can try this Python module I made: GitHub - blevic/nrarfcn: 5G NR-ARFCN calculator, as a Python package
Use nr.get_bands_by_nrarfcn(), but it only works for 5G bands.
1 Like