Version of http://mbed.org/cookbook/NetServicesTribute with setting set the same for LPC2368

Dependents:   UDPSocketExample 24LCxx_I2CApp WeatherPlatform_pachube HvZServerLib ... more

Committer:
simon
Date:
Tue Nov 23 14:15:36 2010 +0000
Revision:
0:350011bf8be7
Experimental version for testing UDP

Who changed what in which revision?

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