summaryrefslogtreecommitdiff
path: root/gobi-api/GobiAPI_2012-07-12-1036/Readme.txt
blob: 1b0c7da8f2d94846c7ae06d2b663790870ef81d4 (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
Gobi Extensible API 2012-07-12-1036

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-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

-------------------------------------------------------------------------------