Hi,
As Sierra Wireless suggest to use MBPL package and lite-qmi APIs for EM9191. However, there is no built-in SDK image with MBPL package as it was with SLQS-SDK package(slqssdk) which we used to execute separately and start it using:
SetSDKImagePath()
SLQSStart()
The slqssdk image was providing all the SLQS APIs on full SDK.
Questions:
- Is it possible to get the same SLQS APIs working with MBPL packages as well?
Example:
SLQS SDK API: SLQSModifyProfile()
MBPL APIs does the same job:
pack_wds_SLQSModifyProfile()
unpack_wds_SLQSModifyProfile()
Now, using MBPL package,is it possible to call SLQSModifyProfile().
-
Is it possible to build the MBPL package using some ways(with minimal efforts) so that it remains backward compatible with SLQSSDK APIs i.e using the MBPL package, I should be able to call SLQSModifyProfile() and all other relevant SLQS APIs.?
-
Is i possible to build the MBPL image similar to SLQS SDK image(slqssdk). The MBPL SDK image to contains all the SLQSSDK APIs?