Current Setup:
SLQS->04.00.22 SLQS
Firmware->02.32.11
GobiNet Drivers->SierraLinuxQMIdriversS2.38N2.59
Running on Ubuntu 18.04 Server (Modem Manager, Network Manager aren’t running)
We have one profile configured, it only has the APN Name configured in it.
I can turn the host on, let it boot and at some point issue the following command:
sudo dhclient em7455_interface_name
and the interface comes up and I’m good to go.
As I understand it, the information inside the SLQS ecosystem will NOT get populated this way. I believe I have to programmatically issue “the_command” (not sure what this is) for the necessary info to get populated inside of the SLQS.
I’ve tried SLQSWdsSwiPDPRuntimeSettings and SLQSGetRuntimeSettings to no avail. Can someone give me a pointer on which way I need to go? I believe I need to get the DHCPv4ClientLeaseStatusCallback to fire to be able to pickup the IP address the apn issues (am I right)?
Thanks for any help.