I have been testing some new ground-level antennas for my LTE borons. As expected, connectivity isn't great, but I have noticed something interesting while watching the logs during the connection phase.
0000017420 [mux] INFO: Starting GSM07.10 muxer
0000017421 [mux] INFO: Opening mux channel 0
0000017422 [mux] INFO: GSM07.10 muxer thread started
0000017425 [mux] INFO: Opening mux channel 1
0000220844 [mux] INFO: Opening mux channel 2
0000223809 [system.nm] INFO: State changed: IFACE_UP -> IFACE_LINK_UP
0000223811 [system.nm] INFO: State changed: IFACE_LINK_UP -> IP_CONFIGURED
0000223867 [system] INFO: Cloud: connecting
0000223871 [system] INFO: Cloud socket connected
We can see that shortly after "Opening mux channel 2" is logged, the device connects. This pattern has been observed several times. It seems that the OS waits ~200 seconds to open mux channel 2, and shortly thereafter the device connects. I don't have any info as to what opening mux channel 2 does... something like increasing transmit power?
Assuming I'm not out to lunch, I am curious if there is anyway to force mux channel 2 to open earlier, instead of waiting ~200 seconds for the system to take care of it?
Thanks!