|
Input:B, P, N, , , , , , , , , , E, , , , , , , maximum number of replications
Output: Optimal optical fronthaul deployment, optimal TCO
-
1:
Calculate the number of required splitters by dividing by
-
2:
while the constraints of Equations (3)–(6), and Equations (13)–(15) not satisfied do
-
3:
Choose random power splitters locations
-
4:
for maximum number of replications do
-
5:
for all do
-
6:
for all do
-
7:
-
8:
Based on the shortest distance, find the optimal fiber deployment between each RRH and the nearest splitter (distribution fiber)
-
9:
end for
-
10:
end for
-
11:
end for
-
12:
end while
-
13:
Find the optimal locations required splitters ()
-
14:
Calculate the total cost ()
-
15:
Choose random BBU pool location
-
16:
for all do
-
17:
for all do
-
18:
-
19:
-
20:
if the constraints of Equations (7)–(10), and (13)–(16) are satisfied then
-
21:
Based on the shortest distance, find the optimal fiber deployment between each p and the nearest BBU pool (feeder fiber)
-
22:
end if
-
23:
end for
-
24:
end for
-
25:
Find the optimal locations of the required BBU pools ().
-
26:
According to the constraints given by Equations (11) and (12), calculate the cost of the required number of BBUs, AWGs and OLTs
-
27:
Calculate the optimized total cost ()
-
28:
Calculate the final optimized total cost ( = + )
|