/* Start AT SYNC: Send AT every 1s, if receive OK, SYNC success, if no OK return after sending AT 10 times, SYNC fail */
[2017-08-15 16:28:27:812_S:] AT
[2017-08-15 16:28:28:815_S:] AT
/* Use AT+CIMI to query the IMSI */
[2017-08-15 16:28:30:845_S:] AT+CIMI
[2017-08-15 16:28:30:869_R:] OK
/* User "AT+CGATT=1"to activate context profile */
[2017-08-15 16:28:30:878_S:] AT+CGATT=1
[2017-08-15 16:28:30:902_R:] +CME ERROR: 4
/* Query the status of the context profile,You may have to wait for several seconds */
[2017-08-15 16:28:30:927_S:] AT+CGATT?
[2017-08-15 16:28:30:949_R:] +CGATT:0
[2017-08-15 16:28:30:965_R:] OK
/* Query the status of the context profile,You may have to wait for several seconds */
[2017-08-15 16:28:32:974_S:] AT+CGATT?
[2017-08-15 16:28:32:996_R:] +CGATT:0
[2017-08-15 16:28:33:014_R:] OK
/* Query the status of the context profile,You may have to wait for several seconds */
[2017-08-15 16:28:35:025_S:] AT+CGATT?
[2017-08-15 16:28:35:046_R:] +CGATT:0
[2017-08-15 16:28:35:060_R:] OK
/* Query the status of the context profile,You may have to wait for several seconds */
[2017-08-15 16:28:37:071_S:] AT+CGATT?
[2017-08-15 16:28:37:092_R:] +CGATT:0
[2017-08-15 16:28:37:107_R:] OK
/* Query the status of the context profile,You may have to wait for several seconds */
[2017-08-15 16:28:39:121_S:] AT+CGATT?
[2017-08-15 16:28:39:155_R:] +CGATT:0
[2017-08-15 16:28:39:155_R:] OK
/* Query the status of the context profile,You may have to wait for several seconds */
[2017-08-15 16:28:41:168_S:] AT+CGATT?
[2017-08-15 16:28:41:186_R:]
[2017-08-15 16:28:41:202_R:] +CGATT:0
[2017-08-15 16:28:41:202_R:] OK
/* Query the status of the context profile,You may have to wait for several seconds */
[2017-08-15 16:28:43:224_S:] AT+CGATT?
[2017-08-15 16:28:43:249_R:] +CGATT:0
[2017-08-15 16:28:43:265_R:] OK
/* Query the status of the context profile,You may have to wait for several seconds */
[2017-08-15 16:28:45:270_S:] AT+CGATT?
[2017-08-15 16:28:45:296_R:] +CGATT:1
[2017-08-15 16:28:45:312_R:] OK
/* Use AT+CSQ to query current signal quality */
[2017-08-15 16:28:45:320_S:] AT+CSQ
[2017-08-15 16:28:45:344_R:] +CSQ:14,99
[2017-08-15 16:28:45:359_R:] OK
/* Use AT+COPS? to query current Network Operator */
[2017-08-15 16:28:45:364_S:] AT+COPS?
[2017-08-15 16:28:45:392_R:] +COPS:0,2,"46011"
[2017-08-15 16:28:45:407_R:] OK
/*Use AT+CEREG? to query current EPS Network Registration Status*/
[2017-08-15 16:28:45:412_S:] AT+CEREG?
[2017-08-15 16:28:45:439_R:] +CEREG:0,1
[2017-08-15 16:28:45:456_R:] OK
/* Use AT+CEREG =1 to enable network registration unsolicited result code */
[2017-08-15 16:28:45:460_S:] AT+CEREG=1
[2017-08-15 16:28:45:488_R:] OK
/* Fetches the most recent operational statistics */
[2017-08-15 16:28:45:494_S:] AT+NUESTATS