-
Input:
Number of server flows, L; Peak flow rate, ; The upper bounds of , B; Number of PDU sessions, ; The probability distribution of , , . Reliability function .
-
Output:
Reliability vector, ; PDU Session Aggregate Maximum Bit Rate vector ; Delay vector, ; Matrix for constraints, .
-
1:
, , ; ▹ Generate , .
-
2:
for to L do
-
3:
;
-
4:
;
-
5:
end for
-
6:
, ;
-
7:
for, to do
-
8:
;
-
9:
end for
-
10:
▹Generate delay vector, .
-
11:
for to L do
-
12:
;
-
13:
;
-
14:
end for
-
15:
;
-
16:
, , ; ▹ Generate delay vector, .
-
17:
for to L do
-
18:
for to Z do
-
19:
, ;
-
20:
for do
-
21:
;
-
22:
;
-
23:
;
-
24:
end for
-
25:
, ;
-
26:
end for
-
27:
, ;
-
28:
-
29:
end for
-
30:
|