Kuba Kleczkowski
f94d7f6367
[MOS-636] Added MMI/USSD confirmation
...
USSD/MMI codes are now confirmed after they are sended.
2023-04-03 16:28:27 +02:00
Alek Rudnik
f893ca8fa4
[EGD-6455] Fix modem AT command timeouts
...
Fix modem AT command timeouts and make sure they are at least
bigger than the ones defined in Quectel specs.
2021-03-23 18:17:01 +01:00
Adam Dobrowolski
f08acdcc78
[EGD-6079] Moved at factory from header to cpp file
...
- data moved to std::initializer_list no issue warned with tools
- GCC tools do not warn issues with memory now
2021-03-19 16:06:12 +01:00
Hubert Chrzaniuk
f37cbe21b2
[EGD-5045] Change call flow handling for lock screen
...
Call requests on lock screen have to be handled
separately to allow only emergency and ICE numbers.
2021-02-04 14:33:17 +01:00
Hubert Chrzaniuk
d205264c4d
[EGD-4491] MMI call forwarding full support ( #1069 )
...
* support for Basic Service Group and time
parameter of call forwarding
* fix RequestFactory, previously regex
checking loop may have been left too early
2020-11-26 09:18:45 +01:00
Hubert Chrzaniuk
22b4afef28
[EGD-4414] Add support for call barring MMI ( #1057 )
...
* cover MMI requests with following codes:
33,331,332,35,351,330,333,353
* moved logic of building command string
to base class
2020-11-23 18:07:03 +01:00
Hubert Chrzaniuk
253ff8685c
[EGD-4403][EGD-4412] MMI support ( #1021 )
...
* cleaned up namespace and class naming in MMI framework
* extended MMI framework to support call forwarding and
password change MMIs
* added support for requests that have different
number of regex capture groups
* added MMI framework tests
2020-11-19 17:02:30 +01:00