zephyr/tests/subsys
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
..
bindesc boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
canbus/isotp
debug tests: debug: cpu_load: Extend filtering with riscv 2025-03-20 17:14:52 +01:00
dfu tests: use simulators in integration platforms 2025-03-11 11:35:15 +01:00
display/cfb/basic tests: display: cfb: fix filtering 2024-11-18 07:24:12 -05:00
dsp dsp: utils: Implemented float/fixed type conversions 2024-12-17 20:55:27 +01:00
edac drivers: edac: Place API into iterable section 2024-12-03 10:16:29 +01:00
emul
fs tests: use simulators in integration platforms 2025-03-11 11:35:15 +01:00
input
ipc tests: tests should not enable mmu directly 2025-02-19 04:59:19 +01:00
jwt tests: use simulators in integration platforms 2025-03-11 11:35:15 +01:00
llext llext: add test for section and symbol alignment 2025-03-17 19:58:15 +01:00
logging tests: subsys: logging: Test with CONFIG_LOG disabled 2025-02-11 15:41:21 +01:00
lorawan tests/subsys/lorawan/frag_decoder: Change random seed 2025-01-20 20:55:48 +01:00
mem_mgmt
mgmt drivers: serial: Place API into iterable section 2024-12-02 22:08:56 +00:00
modbus boards: opta: RS485 support 2024-11-20 15:59:53 -05:00
modem modem: modem_cellular: Configurable MTU for CMUX 2025-03-24 19:33:07 +01:00
nrfs tests: susbys: Implement performance test for the NRFS 2025-02-10 11:30:36 +01:00
openthread boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
pm tests: pm: Enable standby power mode support on NXP RW612 Boards 2025-03-21 09:51:38 +01:00
portability portability: cmsis: Clarify Kconfig set max limit on dynamic objects 2025-03-17 02:21:15 +01:00
random/rng
rtio rtio: Correctly handle completion count wraps 2025-02-12 12:23:06 +01:00
sd samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
secure_storage/psa tests: secure_storage: enable entropy driver if available 2025-03-14 14:51:58 +01:00
sensing
settings tests: settings: where possible, use simulators for integration platforms 2025-03-11 11:34:54 +01:00
settings_commit_prio
shell tests: shell_backend_uart: do not filter 2025-02-20 21:06:00 +01:00
sip_svc samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
storage tests: flash_map: Increase the maximum number of supported sectors 2025-02-08 00:32:09 +01:00
testsuite/fff_fake_contexts
tracing/tracing_api tests/subsys/tracing: Async tracing API test fix 2025-01-23 00:13:46 +01:00
usb usb: host: allow dynamic allocation of USB devices 2025-02-10 09:02:45 +01:00
zbus tests: zbus/hlp_priority_boost: use 1cpu setup 2025-03-14 17:55:41 +01:00