https://github.com/nenadjakic/cell-id-calculators
Cell ID calculators (LTE and NR calculators). Calculate ECI and NCI, and extract node and cell id from ECI/NCI.
https://github.com/nenadjakic/cell-id-calculators
eci-calculator kotlin nci-calculator spring spring-shell
Last synced: about 1 month ago
JSON representation
Cell ID calculators (LTE and NR calculators). Calculate ECI and NCI, and extract node and cell id from ECI/NCI.
- Host: GitHub
- URL: https://github.com/nenadjakic/cell-id-calculators
- Owner: nenadjakic
- License: mit
- Created: 2024-01-04T17:30:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T20:20:16.000Z (over 2 years ago)
- Last Synced: 2025-03-02T11:15:38.011Z (over 1 year ago)
- Topics: eci-calculator, kotlin, nci-calculator, spring, spring-shell
- Language: Kotlin
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cell-id-calculators
Cell ID calculators (LTE and NR calculators).
## Overview
CLI app with some LTE and NR calculators.
### LTE calculators
1. For given eNodeBId and cellId calculate ECI.
2. For given ECI, calculate eNodeBId and cellId.
### NR calculators
1. For given gNodeBId, gNodeBLength and cellId calculate NCI.
2. For given gNodeBLength and NCI calculate gNodeBId and cellId.