Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-08T20:20:16.000Z (10 months ago)
- Last Synced: 2024-10-11T16:11:15.592Z (about 1 month 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.