|
Algorithm 1 Location based uplink power control algorithm |
Require:
Ensure:
-
1:
if The calculated transmit power after path loss compensation is greater than the maximum transmit power
then
-
2:
TAU selects the maximum transmit power and the corresponding MCS mechanism;
-
3:
else
-
4:
TAU selects the calculated transmit power and the corresponding MCS mechanism;
-
5:
end if
-
6:
return The ultimate transmit power and MCS mechanism
|