Small query
by Kallumari Nagaraja Rao, RammohanX
Hi,
I am trying to update APN via my C code.
Procedure which I am following,
1. Trying to de activate the context [ "Active" -> 0 ]
2. Set APN property
3. Activate the context ["Active" -> 1 ]
I am able to get the modem, get the context.
I am also able to set the APN via C code if the context is deactivated. Here context deactivation happened via python script under /test folder.
Deactivation via c code is not happening, sometimes even if I am trying to deactivate ofonod daemon is activating it.
Let me know if you can pin point at any mistake. Thanks.
Regards,
<Ram>