zephyr/tests
Bjarki Arge Andreasen 1816b6380b modem: modem_cmux: Set C/R bit in UIH frames
This commit sets the C/R (command/response) bit when UIH
CMUX frames are sent from the modem_cmux module. This bit
is ignored by some modems like the Quectel BG95, as there
is no defined response to this specific CMUX frame type.
However, other modems, like the TELIT ME910, require the
bit to be set (command). If the bit is not set, the modem
will simply ignore the frame completely.

Signed-off-by: Bjarki Arge Andreasen <bjarkix123@gmail.com>
2023-10-06 09:18:32 +02:00
..
application_development tests: code_relocation: exclude mr_canhubk3 board 2023-09-18 10:37:22 +01:00
arch tests: arch: arm_irq_vector_table: exclude mr_canhubk3 board 2023-09-18 10:37:22 +01:00
benchmarks modules: cmsis-dsp: add cmsis-dsp module 2023-09-25 09:46:33 +02:00
bluetooth tests: bluetooth: tester: Allow to pass int instead of bool in comp cmd 2023-10-06 09:16:39 +02:00
boards ipm: remove ipm_cavs_idc driver 2023-09-14 06:24:18 -04:00
boot tests: boot: Add MCUboot data sharing test 2023-09-27 20:18:31 -04:00
bsim bluetooth: tests: Improve bondable_per_connection bsim test 2023-10-04 14:53:26 +01:00
cmake
crypto random: Fix kconfig symbol name 2023-09-27 11:55:10 -05:00
drivers tests: drivers: flash: remove platform_allow filter 2023-10-05 09:39:38 +01:00
kernel tests: timer_monotonic: Add mps2_an385 test with icount disabled 2023-10-05 15:30:20 +01:00
lib kernel: Re-factor sys_mem_blocks definition 2023-09-30 08:04:14 +03:00
misc misc: check_init_priorities: drop CONFIG_DEVICE_DEPS=y 2023-10-04 12:19:06 +01:00
modules tests: modules: Add nanopb tests 2023-09-15 12:57:40 +02:00
net net: coap: release non-confirmable messages 2023-10-04 11:25:16 +02:00
posix kconfig: Remove MP_NUM_CPUS usage 2023-10-03 17:45:53 +01:00
robot
subsys modem: modem_cmux: Set C/R bit in UIH frames 2023-10-06 09:18:32 +02:00
unit
ztest tests: error_hook: skip test_catch_fatal_error for Armv8-R 2023-10-02 09:40:25 +02:00
test_config.yaml