Research Article

Enhancing Cellular Coverage Quality by Virtual Access Point and Wireless Power Transfer

Algorithm 5

VAP-level game.
Run at any VAP
Input:
Output: (
  If receive and from all the ETRs in then
   ;
   
   Compute according to formula (10)
   Compute according to formula (12)
   Send ( to the MBS
   While (true) do
    If  receive from the MBS   then
     If   then
      
      ;
     Else if    then
      
      ;
     End if
     Send to the MBS
    End if
    If receive “end” from the MBS then return End if
   End while
  End if