zephyr/drivers/modem
Bjarki Arge Andreasen a58abd0450 drivers: modem: cellular: correct user DLCI channels
The supported modems don't have the same number or assignment
of DLCI channels. For example, the NRF91_SLM only has DLCI
channel 3 assigned to GNSS tunneling, where the ublox sara r5
has DLCI 3 assigned to an additional AT channel, and DLCI 4
assigned to GNSS tunneling.

This commit updates the creation and assignment of DLCI
channels and pipelinks to match the capabilties of each modem.

Signed-off-by: Bjarki Arge Andreasen <bjarki@arge-andreasen.me>
2024-06-25 12:18:40 -04:00
..
CMakeLists.txt drivers: modem: add at shell 2024-06-10 15:12:34 -05:00
hl7800.c
Kconfig drivers: modem: add at shell 2024-06-10 15:12:34 -05:00
Kconfig.at_shell drivers: modem: add at shell 2024-06-10 15:12:34 -05:00
Kconfig.cellular modem: drivers: add user pipes to cellular modem driver 2024-06-10 15:12:34 -05:00
Kconfig.hl7800
Kconfig.quectel-bg9x
Kconfig.simcom-sim7080
Kconfig.ublox-sara-r4
Kconfig.wncm14a2a
modem_at_shell.c drivers: modem: add at shell 2024-06-10 15:12:34 -05:00
modem_cellular.c drivers: modem: cellular: correct user DLCI channels 2024-06-25 12:18:40 -04:00
modem_cmd_handler.c
modem_cmd_handler.h
modem_context.c
modem_context.h
modem_iface_uart_async.c
modem_iface_uart_interrupt.c
modem_iface_uart.h
modem_receiver.c
modem_receiver.h
modem_shell.c
modem_socket.c net: sockets: use z_finalize_typed_fd() to identify as sockets 2024-06-15 07:47:12 -04:00
modem_socket.h
quectel-bg9x.c
quectel-bg9x.h
simcom-sim7080.c
simcom-sim7080.h
ublox-sara-r4.c
wncm14a2a.c