Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: NetServices/drv/umtsstick/UMTSStickData.cpp
- Revision:
- 1:f5ac63519541
diff -r 01f77deabc95 -r f5ac63519541 NetServices/drv/umtsstick/UMTSStickData.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/NetServices/drv/umtsstick/UMTSStickData.cpp Wed Mar 05 06:14:02 2014 -0800 @@ -0,0 +1,24 @@ +#include "UMTSStick.h" + +const UMTSSwitchingInfo UMTSwitchingTable[UMTS_SWITCHING_COUNT] = { + +/* +struct UMTSSwitchingInfo +{ + uint16_t cdfsVid; + uint16_t cdfsPid; + uint16_t serialVid; + uint16_t serialPidList[16]; + byte targetClass; + bool huaweiPacket; + byte cdfsPacket[31]; +}; +*/ + +//Huawei E220, E230, E270, E870 +{ 0x12d1, 0x1003, 0, {0}, 0xFF, true, {0} }, + +//Huawei E1550, E270+ +{ 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 } } + +};