Changes between Version 22 and Version 23 of Other/Summer/2023/5G6G


Ignore:
Timestamp:
Sep 13, 2023, 11:59:33 PM (8 months ago)
Author:
stanislavceman
Comment:

spectrum rApp

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2023/5G6G

    v22 v23  
    5858One method of increasing the resilience and efficiency of a RAN system is to have a single UE device connected to two RAN networks. Using the two networks, the data transmission can be optimized for speed, efficiency, and security. Additionally, if one of the networks were to be compromised, connectivity can be maintained through the other network. All nodes are tagged with attributes including cost and security. A drawing of the system is shown below. Upon updating based on changes in topology, the resilience rApp outputs a different distribution of data among the existing paths to a UE.
    5959=== Spectrum Management rApp
     60The spectrum is a limited resource, thus it is essential to manage the topology across the available frequency channels.
     61Using Spectrum Sensing allows for monitoring the frequency channel occupancy. Multiple methods are available for such action, one of them being energy detection. This method includes measuring the energy of the whole spectrum , and comparing every value of the spectrum with a threshold value. If the value is above threshold, we can estimate the channel as occupied.The algorithm was developed through GNURadio, while the measurements were completed by Universal Software Radio Peripheral ( USRP).
    6062
     63Through the rApp, the RUs are distributed according to the available channels. This is done by continuously rearranging the .json topology file, and sending the updated version (delta) through a message queueing protocol (AMQP). These data can further be read and utilized for other rApps.
     64