User`s guide
AT&T Global Network Client for Windows Administrator’s Guide
© 2015 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein are trademarks of AT&T Intellectual Property and/or
AT&T affiliated companies. All other marks contained herein are the property of their respective owners. Images are shown for illustrative purposes only; individual
experience may vary. This document is not an offer, commitment, representation or warranty by AT&T and is subject to change.
Windows is a registered trademark of Microsoft Corporation in the United States and other countries.
-76-
Customization Services
Customization services, including advanced customization support, can be supplied by AT&T. Dynamic
and centrally managed customizations are available. Please contact your AT&T Account Representative
for additional information. If they are not familiar with the customization services, have them refer to an
AT&T Intranet site: https://olympus.labs.att.com/
SDK Prioritization
You are able to change the prioritization of the Windows Mobile
Broadband SDK relative to other mobile SDKs.
The file is included under the “\AT&T Global Network Client\CellularPlugInController” directory. It is
basically a list of SDK’s in descending SDK priority:
<?xml version="1.0" encoding="utf-8"?>
<SDKPriorityList>
<SDK name="COMGobiSDKServer.exe"/>
<SDK name="COMSierraGSMSDKServer.exe"/>
<SDK name="COMSierraCDMASDKServer.exe"/>
<SDK name="COMSierraGobiSDKServer.exe"/>
<SDK name="COMWMBServer.exe"/>
<SDK name="COMSmartcomSDKServer.exe"/>
</SDKPriorityList>
Figure 40: SDK Prioritization
The file does allow you to make the WMB SDK a higher or lower priority than any SDK in the list. For
example, if you want to make the WMB SDK a higher priority than all the SDKs except Sierra GSM, you
could change the file as follows:
<?xml version="1.0" encoding="utf-8"?>
<SDKPriorityList>
<SDK name="COMSierraGSMSDKServer.exe"/>
<SDK name="COMWMBServer.exe"/>
<SDK name="COMGobiSDKServer.exe"/>
<SDK name="COMSierraCDMASDKServer.exe"/>
<SDK name="COMSierraGobiSDKServer.exe"/>
<SDK name="COMSmartcomSDKServer.exe"/>
</SDKPriorityList>
Figure 41: SDK Prioritization Change Example
Windows Mobile
Broadband is only available in
Microsoft Windows 7 and
Windows 8.