Skip to content

Version 2.0.0

Latest
Compare
Choose a tag to compare
@jgaeddert jgaeddert released this 29 Sep 22:07
· 102 commits to master since this release
2e736f7
  1. Support 4G and 5G NSA (with srsRAN-4G codebase)
  2. Support Non-RT RIC
    • E2-like support for srsRAN
    • Lightweight implementation of E2 that does not use ASN.1 encoding and a simplified subscription process
    • SCTP-based connection between RAN and xApp, which is the same as E2
    • Supports control of PHY and MAC layers
  3. E2-like xApps (Python-based)
    • Example machine learning xApp (ric-app-ml-e2like) which receives I/Q data from the RAN and sends control messages
    • Does not include model, but allows one to be easily dropped in
    • Interference classification xApp (ric-app-ic-e2like) which classifies interference through spectrograms and controls the RAN through uplink MCS
    • Includes trained model
    • Documentation provided for developing and deploying custom E2-like xApps
  4. Multiple UE support ZMQ