This library is stripped down version of NetServices library. HTTP server and client function is NOT supported.

Dependents:   imu-daq-eth

Committer:
idinor
Date:
Wed Jul 20 11:45:39 2011 +0000
Revision:
0:dcf3c92487ca

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
idinor 0:dcf3c92487ca 1 #include "UMTSStick.h"
idinor 0:dcf3c92487ca 2
idinor 0:dcf3c92487ca 3 const UMTSSwitchingInfo UMTSwitchingTable[UMTS_SWITCHING_COUNT] = {
idinor 0:dcf3c92487ca 4
idinor 0:dcf3c92487ca 5 /*
idinor 0:dcf3c92487ca 6 struct UMTSSwitchingInfo
idinor 0:dcf3c92487ca 7 {
idinor 0:dcf3c92487ca 8 uint16_t cdfsVid;
idinor 0:dcf3c92487ca 9 uint16_t cdfsPid;
idinor 0:dcf3c92487ca 10 uint16_t serialVid;
idinor 0:dcf3c92487ca 11 uint16_t serialPidList[16];
idinor 0:dcf3c92487ca 12 byte targetClass;
idinor 0:dcf3c92487ca 13 bool huaweiPacket;
idinor 0:dcf3c92487ca 14 byte cdfsPacket[31];
idinor 0:dcf3c92487ca 15 };
idinor 0:dcf3c92487ca 16 */
idinor 0:dcf3c92487ca 17
idinor 0:dcf3c92487ca 18 //Huawei E220, E230, E270, E870
idinor 0:dcf3c92487ca 19 { 0x12d1, 0x1003, 0, {0}, 0xFF, true, {0} },
idinor 0:dcf3c92487ca 20
idinor 0:dcf3c92487ca 21 //Huawei E1550, E270+
idinor 0:dcf3c92487ca 22 { 0x12d1, 0x1446, 0x12d1, {0x1001, 0x1406, 0x140c, 0x14ac/*, 0x1003*/}, 0, false, { 0x55, 0x53, 0x42, 0x43, 0x12, 0x34, 0x56, 0x78, 0, 0, 0, 0, 0, 0, 0, 0x11, 0x06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }
idinor 0:dcf3c92487ca 23
idinor 0:dcf3c92487ca 24 };