zephyr/samples/net
Seppo Takalo c78081e5cf modem: modem_cellular: Configurable MTU for CMUX
Allow configuring MTU for CMUX.
Some AT manual and specification define this as a
frame size. Linux ldattach default to 127 bytes,
3GPP TS 27.010 defaults to 31.

We should limit our CMUX frames to a size that
remote end is capable of handling.
Linux silently drops oversized frames.

Also, remove MODEM_CELLULAR_CMUX_MAX_FRAME_SIZE as
this was only limiting a buffer sizes, and resulted
CMUX frames to be capped to same value.
Use MODEM_CMUX_WORK_BUFFER_SIZE and MODEM_CMUX_MTU instead.

Also rename CONFIG_MODEM_CELLULAR_CHAT_BUFFER_SIZES to
CONFIG_MODEM_CELLULAR_CHAT_BUFFER_SIZE as it is now
only used as a Chat module. DLCI pipes use
CONFIG_MODEM_CMUX_WORK_BUFFER_SIZE.

Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
2025-03-24 19:33:07 +01:00
..
capture
cellular_modem modem: modem_cellular: Configurable MTU for CMUX 2025-03-24 19:33:07 +01:00
cloud samples: net: aws_iot_mqtt: Add support for hl7800 based boards 2025-01-20 11:15:57 +01:00
common samples: net: echo-server: Refactor VLAN support 2025-03-20 17:16:10 +01:00
dhcpv4_client boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
dns_resolve boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
dsa net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
gptp samples/net: Misc native_posix naming cleanup 2025-03-07 20:10:38 +01:00
ipv4_autoconf drivers: wifi: make WIFI_BUILD_ONLY_MODE global symbol 2024-12-18 18:17:16 +01:00
lldp samples/net: Don't test on native_posix 2024-09-25 04:04:36 -04:00
lwm2m_client net: lwm2m: Test compilation with data cache enabled 2025-03-12 02:27:59 +01:00
mdns_responder samples: net: mdns_responder: Refactor VLAN support 2025-03-20 17:16:10 +01:00
mqtt_publisher drivers: wifi: make WIFI_BUILD_ONLY_MODE global symbol 2024-12-18 18:17:16 +01:00
mqtt_sn_publisher samples/net: Remove native_posix overlays 2025-03-07 19:16:14 +01:00
openthread drivers: ethernet: Remove deprecated eth_mcux 2025-02-26 22:04:26 +00:00
prometheus net: lib: tls_credentials: Rename TLS_CREDENTIAL_SERVER_CERTIFICATE 2025-03-21 14:18:52 +01:00
promiscuous_mode
ptp samples/net: Misc native_posix naming cleanup 2025-03-07 20:10:38 +01:00
secure_mqtt_sensor_actuator yaml: use EXTRA_CONF_FILE in .yaml files 2024-10-17 09:45:25 +02:00
sockets net: lib: tls_credentials: Rename TLS_CREDENTIAL_SERVER_CERTIFICATE 2025-03-21 14:18:52 +01:00
stats net: stats: ipv4: pmtu: Add Path MTU Discovery statistics 2024-11-18 07:26:07 -05:00
syslog_net samples: net: syslog_net: add missing dep of net log backend 2025-01-04 10:56:12 +01:00
telnet boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
tftp_client
virtual
vlan samples: net: vlan: Refactor VLAN support 2025-03-20 17:16:10 +01:00
wifi boards: espressif: esp32c6: Add LP Core board support 2025-03-21 17:05:20 +01:00
wpan_serial tests/samples: use integration platforms where possible 2025-03-11 11:35:15 +01:00
zperf samples: net: zperf: Remove fixed size config for nRF70 2025-03-20 21:58:36 +01:00
net.rst