Commit Graph

8 Commits

Author SHA1 Message Date
Lefucjusz
181feb4f40 cleanup 2024-08-20 15:40:34 +02:00
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
Adam Dobrowolski
940989833f [EGD-6527] Internationalization API unification
Single api to rule i18n
all calls to localistaion in cpp files unified
cut off ass many dependencies in i18n header as possible
2021-04-20 20:07:44 +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
Kuba Kleczkowski
64b89cc0f0 [EGD-5621] Change call request facory
Commands crated by call request factory had the wrong timeout.
Now timeout is defined by command.
2021-03-01 16:17:26 +01:00
Hubert Chrzaniuk
26c032128a [EGD-4413] New MMI codes support (#1051)
* added support for CLIP, CLIR, COLP and call waiting
 * fixed service groups according to GSM technical data
2020-11-20 13:28:00 +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