Used in Live Traffic Update Nokia LCD Display Project

Fork of NetServices by Segundo Equipo

Committer:
rrajan8
Date:
Wed Mar 06 19:07:23 2013 +0000
Revision:
8:92b57208ab99
Parent:
0:ac1725ba162c
This project utilizes mbed's networking features to display live traffic updates on the Nokia LCD using the MapQuest API's Traffic Web Service.

Who changed what in which revision?

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