Cellular: Move cellular event queue thread ownership to CellularDevice
Earlier CellularDevice has owned event queue used by cellular (state machine and ATHandler for example),
but the thread used to dispatch the queue has been owned by state machine.

This commit moves the event queue thread to CellularDevice so now the ownership of cellular event queue
is in one place.
ls
1 parent 7fd637b commit 6c647104c74a10546e45b037e3b17e5b397cba65
@Kimmo Vaisanen Kimmo Vaisanen authored on 18 Dec 2019
Showing 6 changed files
View
UNITTESTS/features/cellular/framework/device/cellulardevice/unittest.cmake
View
UNITTESTS/features/cellular/framework/device/cellularstatemachine/cellularstatemachinetest.cpp
View
features/cellular/framework/API/CellularDevice.h
View
features/cellular/framework/device/CellularDevice.cpp
View
features/cellular/framework/device/CellularStateMachine.cpp
View
features/cellular/framework/device/CellularStateMachine.h