NetTribute library with debug turned on in FShandler Donatien Garner -> Segundo Equipo -> this version

Committer:
hexley
Date:
Fri Nov 19 01:54:45 2010 +0000
Revision:
0:281d6ff68967

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hexley 0:281d6ff68967 1 #include "UMTSStick.h"
hexley 0:281d6ff68967 2
hexley 0:281d6ff68967 3 const UMTSSwitchingInfo UMTSwitchingTable[UMTS_SWITCHING_COUNT] = {
hexley 0:281d6ff68967 4
hexley 0:281d6ff68967 5 /*
hexley 0:281d6ff68967 6 struct UMTSSwitchingInfo
hexley 0:281d6ff68967 7 {
hexley 0:281d6ff68967 8 uint16_t cdfsVid;
hexley 0:281d6ff68967 9 uint16_t cdfsPid;
hexley 0:281d6ff68967 10 uint16_t serialVid;
hexley 0:281d6ff68967 11 uint16_t serialPidList[16];
hexley 0:281d6ff68967 12 byte targetClass;
hexley 0:281d6ff68967 13 bool huaweiPacket;
hexley 0:281d6ff68967 14 byte cdfsPacket[31];
hexley 0:281d6ff68967 15 };
hexley 0:281d6ff68967 16 */
hexley 0:281d6ff68967 17
hexley 0:281d6ff68967 18 //Huawei E220, E230, E270, E870
hexley 0:281d6ff68967 19 { 0x12d1, 0x1003, 0, {0}, 0xFF, true, {0} },
hexley 0:281d6ff68967 20
hexley 0:281d6ff68967 21 //Huawei E1550, E270+
hexley 0:281d6ff68967 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 } }
hexley 0:281d6ff68967 23
hexley 0:281d6ff68967 24 };