Research Article

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

Algorithm 4

ETR-level game.
Run at any ETR
Input:
Output:
  If receive (i.e., ), and from the MBS   then
   Save   and   for use
   ;
   
   
   Compute according to formula (5)
   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
     Send and to the VAP and return
    End if
   End while
  End if