The samsung android modem device driver -mss ver.3- consists of several kernel modules and userspace helpers:
The driver interacts with:
When you check dmesg | grep -i mss, a typical output might be: samsung android modem device driver -mss ver.3-
[ 3.451234] samsung android modem device driver -mss ver.3- (c) 2018 Samsung Electronics
[ 3.451567] mss: modem boot mode = NORMAL
[ 3.452001] mss: link type = SHMEM, ipc ver = SIPC5
The driver instructs the computer to treat the mobile device as a complex modem capable of multiple functions. It allows the device to switch states dynamically: The samsung android modem device driver -mss ver