Problems with CIPSEND cmd in GPRS shield

You may need to check your NewSoftSerial library, modify the buffer size of NewSoftSerial library.
#define _NewSS_MAX_RX_BUFF 64 // RX buffer size
change it to 256 or 512…