All of lore.kernel.org
 help / color / mirror / Atom feed
* multiple APN contexts activation failure
@ 2021-06-24 12:56 Athimoolam Rajkumar (XC-CI1/ECP1)
  2021-07-02  8:03 ` Daniel Wagner
  0 siblings, 1 reply; 4+ messages in thread
From: Athimoolam Rajkumar (XC-CI1/ECP1) @ 2021-06-24 12:56 UTC (permalink / raw)
  To: connman@lists.linux.dev

Hi,

I was trying to activate multiple cellular contexts with Connman ( Due to requirement to connect multiple APNs using the same SIM ).
It was possible directly calling the ofono APIs, but via Connman it was not possible.

The available 3 APN contexts are listed as 3 different cellular context services correctly, but when I try to connect to second cellular service, the previous connected cellular service is disconnected.
On looking at the logs and code, looks like it was due to calling of __connman_device_disconnect(network->device) function inside __connman_network_connect in network.c

I am wondering why the different networks/APN contexts of the same modem device has to be disconnected instead of moving to "ready state" before initiating the connection to the new network/APN context.
Is it then not possible at all to have multiple APN contexts activated via Connman?


Regards,
Raj 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-02 13:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-24 12:56 multiple APN contexts activation failure Athimoolam Rajkumar (XC-CI1/ECP1)
2021-07-02  8:03 ` Daniel Wagner
2021-07-02 10:16   ` Athimoolam Rajkumar (XC-CI1/ECP1)
2021-07-02 13:11     ` Daniel Wagner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.