blob: 9ccdb98a6aa813f45e087cc55fbb640aab405b9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
|
Gobi Extensible API 2012-09-12-0719
This readme covers important information concerning
the Gobi Extensible API.
Table of Contents
1. What's new in this release
2. Known issues
3. Build steps
-------------------------------------------------------------------------------
1. WHAT'S NEW
This Release (Gobi Extensible API 2012-09-12-0719)
a. Updated API reflect the following QMI ICDs:
AUTH ICD Rev. C (80-VB816-21)
CAT ICD Rev. L (80-VB816-11)
DMS ICD Rev. N (80-VB816-4)
LOC ICD Rev. G (80-VB816-17)
NAS ICD Rev. YC (80-VB816-6)
PBM ICD Rev. K (80-VB816-15)
PDC ICD Rev. A (80-VB816-38)
PDS ICD Rev. N (80-VB816-8)
UIM ICD Rev. Y (80-VB816-12)
Voice ICD Rev. M (80-VB816-10)
WDS ICD Rev. YC (80-VB816-5)
WMS ICD Rev. K (80-VB816-9)
Addendum ICD Rev. C (80-VK268-3)
Prior Release (Gobi Extensible API 2012-08-23-0740)
a. Updated reference platform to Nexus 7 tablet, kernel 3.1.10
b. Updated icons in GobiSampleCM
c. Updated API reflect the following QMI ICDs:
AUTH ICD Rev. C (80-VB816-21)
CAT ICD Rev. L (80-VB816-11)
DMS ICD Rev. N (80-VB816-4)
LOC ICD Rev. F (80-VB816-17)
NAS ICD Rev. YC (80-VB816-6)
PBM ICD Rev. J (80-VB816-15)
PDC ICD Rev. A (80-VB816-38)
PDS ICD Rev. N (80-VB816-8)
UIM ICD Rev. Y (80-VB816-12)
Voice ICD Rev. M (80-VB816-10)
WDS ICD Rev. YB (80-VB816-5)
WMS ICD Rev. K (80-VB816-9)
Addendum ICD Rev. C (80-VK268-3)
Prior Release (Gobi Extensible API 2012-08-08-1042)
a. Updated API reflect the following QMI ICDs:
AUTH ICD Rev. C (80-VB816-21)
CAT ICD Rev. L (80-VB816-11)
DMS ICD Rev. N (80-VB816-4)
LOC ICD Rev. F (80-VB816-17)
NAS ICD Rev. YC (80-VB816-6)
PBM ICD Rev. J (80-VB816-15)
PDS ICD Rev. N (80-VB816-8)
UIM ICD Rev. Y (80-VB816-12)
Voice ICD Rev. M (80-VB816-10)
WDS ICD Rev. YB (80-VB816-5)
WMS ICD Rev. K (80-VB816-9)
Addendum ICD Rev. C (80-VK268-3)
Prior Release (Gobi Extensible API 2012-07-12-1036)
a. Cleanup correctly during Disconnect() to fix possible race condition
which could cause future connections to have read timeouts.
b. Add a device access qualifier for SMD connections, for example:
"QMUXD:0" for the first SMD channel.
c. Updated API reflect the following QMI ICDs:
AUTH ICD Rev. C (80-VB816-21)
CAT ICD Rev. L (80-VB816-11)
DMS ICD Rev. N (80-VB816-4)
LOC ICD Rev. F (80-VB816-17)
NAS ICD Rev. YC (80-VB816-6)
PBM ICD Rev. H (80-VB816-15)
PDS ICD Rev. N (80-VB816-8)
UIM ICD Rev. W (80-VB816-12)
Voice ICD Rev. M (80-VB816-10)
WDS ICD Rev. YB (80-VB816-5)
WMS ICD Rev. H (80-VB816-9)
Addendum ICD Rev. C (80-VK268-3)
Prior Release (Gobi Extensible API 2012-06-18-1054)
a. Added support for SMD devices
b. Updated API reflect the following QMI ICDs:
AUTH ICD Rev. B (80-VB816-21)
CAT ICD Rev. L (80-VB816-11)
DMS ICD Rev. N (80-VB816-4)
LOC ICD Rev. F (80-VB816-17)
NAS ICD Rev. YA (80-VB816-6)
PBM ICD Rev. H (80-VB816-15)
PDS ICD Rev. N (80-VB816-8)
UIM ICD Rev. V (80-VB816-12)
Voice ICD Rev. L (80-VB816-10)
WDS ICD Rev. YA (80-VB816-5)
WMS ICD Rev. H (80-VB816-9)
Addendum ICD Rev. C (80-VK268-3)
Prior Release (Gobi Extensible API 2012-01-12-1106)
a. Addition of Gobi Sample CM (documentation is on QDevNet -
the use of this me be subject to additional license terms)
b. Updated API reflect the following QMI ICDs:
AUTH ICD Rev. B (80-VB816-21)
CAT ICD Rev. J (80-VB816-11)
DMS ICD Rev. K (80-VB816-4)
LOC ICD Rev. D (80-VB816-17)
NAS ICD Rev. W (80-VB816-6)
PBM ICD Rev. F (80-VB816-15)
PDS 1 ICD Rev. J (80-VB816-8)
PDS 2 ICD Rev. D (80-VB816-14)
UIM ICD Rev. T (80-VB816-12)
Voice ICD Rev. J (80-VB816-10)
WDS ICD Rev. U (80-VB816-5)
WMS ICD Rev. F (80-VB816-9)
Prior Release (Gobi Extensible API 2011-12-15-0819)
a. Initial beta code release
-------------------------------------------------------------------------------
2. KNOWN ISSUES
No known issues.
-------------------------------------------------------------------------------
3. BUILD STEPS
a. Start in the 'GobiConnectionMgmt' folder
b. For Android, run:
make Android ANDROID_PATH=<path to android toolchain>
For x86, run:
make
-------------------------------------------------------------------------------
|