libqmi-qmuxd/gobi-api/Gobi_2012-06-18-1054
Aleksander Morgado 85b380fcb5 core: moved Gobi API sources and utils to their own subdirectories 2012-07-03 15:41:02 +02:00
..
Core core: moved Gobi API sources and utils to their own subdirectories 2012-07-03 15:41:02 +02:00
Gobi3000Translation core: moved Gobi API sources and utils to their own subdirectories 2012-07-03 15:41:02 +02:00
GobiConnectionMgmt core: moved Gobi API sources and utils to their own subdirectories 2012-07-03 15:41:02 +02:00
GobiSampleCM core: moved Gobi API sources and utils to their own subdirectories 2012-07-03 15:41:02 +02:00
Shared core: moved Gobi API sources and utils to their own subdirectories 2012-07-03 15:41:02 +02:00
Readme.txt core: moved Gobi API sources and utils to their own subdirectories 2012-07-03 15:41:02 +02:00

Readme.txt

Gobi Extensible API 2012-06-18-1054

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

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