Research Article

A Practical Perspective on 5G-Ready Highly Dynamic Spectrum Management with LSA

Algorithm 3

for eachfrom list of considered cells do
for eachfrom UEs associated with the celldo
calculate the required power level needed to
connect to the cell;
end
end
while interference is higher than the thresholddo
if list of considered cells is empty then
Reset the list of considered cells;
Reset the list of considered UEs;
Find the closest UE, which is active;
Set this UE as inactive;
end
Find the closest active UE;
Find cell this UE is associated with;
Lower the power in that cell;
if power in cell is reduced below its required power
needed for the UE to connect then
Set power to level ;
Remove cell from the list of considered cells;
Remove UEs associated with the cell from the
list of considered UEs;
end
end