Error with GSM.h library when trying to compile

'mygrps' was not declared in this scope

The compiler tells you exactly what's wrong. You didn't declare 'mygrps'. (You did declare 'mygprs' though ...)

Pieter