SNMP agent attached to SPI slave

Dependencies:   mbed

Committer:
lorcansmith
Date:
Mon Aug 13 15:07:40 2012 +0000
Revision:
0:2a53a4c3238c
v1.1 release includes ioAlarm traps

Who changed what in which revision?

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