Research Article

A Multistage Control Mechanism for Group-Based Machine-Type Communications in an LTE System

Algorithm 1

Multistage control mechanism.
Input: ,
Output:
for     to     do
    for     to     do            //allocate resource
    {
         ;
        Find  ( and );    // use (8) and (9) with given
        Switch  ( )
        {
             case ( ): ; break;
             case( ): MME sends attach reject message; break;
             default: ; break;
        }
    }
    end for;
end for;