summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2023-03-13Merge branch 'ym/GP-1597/lte-pdp-auth' into 'master'1.0.34John Klug0
2023-03-13[GP-1597] mPower R.6.3.X: Cellular Provider Profiles - LTE AuthenticationYevhen Mykhno10
2023-03-13Merge branch 'ym/GP-1733/refactoring_sequans' into 'master'John Klug0
2023-03-13Merge branch 'ms/MTX-4769_l6g1_cellular_diagnostics' into 'master'John Klug0
2023-03-13[MTX-4769] mPower R.6.3.X: L6G1 Support - Cellular DiagnosticsMykola Salomatin1
Add cellular diagnostics support for Sequans radio modem.
2023-03-13[MTX-4769] mPower R.6.3.X: L6G1 Support - Cellular DiagnosticsMykola Salomatin3
Add additional command about all carrier profiles that are supported.
2023-03-13[GP-1733] mPower R.6: L6G1 (Sequans CB610L) Radio SupportYevhen Mykhno1
- the function getNetworkStatus(Json::Value& jData) changed to follow common logic (jDebug is empty when the main status command is failed) - removed unnecessary prints from the secondary status commands
2023-03-13Merge branch 'ym/GP-1733/add_sequans_support' into 'master'John Klug0
2023-03-13libmts-io: Enable debug symbols in the build timeYevhen Mykhno1
2023-03-13[GP-1733] mPower R.6.3.X: L6G1 Support - libmts-io, radio-cmd, radio-queryYevhen Mykhno10
Implementing CB610L radio modem support
2023-03-13[GP-1733] mPower R.6.3.X: L6G1 Support - libmts-io, radio-cmd, radio-queryYevhen Mykhno22
- function getRegistrationCommands() implemented as pure virtual and overrided for every base radio model - minor indentation fixes - function getSimStatusSummary(Json::Value& jData) changed to process radio modems that do not have separate commands for the SIM presence check - function getManufacturer(std::string& sManufacturer) changed: AT command changet to 'AT+CGMI' - src/MTS_IO_QuectelRadio.cpp -- comments correction
2023-03-03Merge branch 'ym/GP-1597/lte-pdp-auth' into 'master' Jeff Hatch10
[GP-1597] mPower R.6.3.X: Cellular Provider Profiles - LTE Authentication See merge request !56
2023-02-27[GP-1597] mPower R.6.3.X: Cellular Provider Profiles - LTE AuthenticationYevhen Mykhno10
2023-02-02Merge branch 'ym/GP-1733/refactoring_sequans' into 'master' Jeff Hatch1
[GP-1733] mPower R.6: L6G1 (Sequans CB610L) Radio Support See merge request !54
2023-02-02Merge branch 'ms/MTX-4769_l6g1_cellular_diagnostics' into 'master' Jeff Hatch4
[MTX-4769] mPower R.6.3.X: L6G1 Support - Cellular Diagnostics See merge request !55
2023-02-01[MTX-4769] mPower R.6.3.X: L6G1 Support - Cellular DiagnosticsMykola Salomatin1
Add cellular diagnostics support for Sequans radio modem.
2023-02-01[MTX-4769] mPower R.6.3.X: L6G1 Support - Cellular DiagnosticsMykola Salomatin3
Add additional command about all carrier profiles that are supported.
2023-02-01[GP-1733] mPower R.6: L6G1 (Sequans CB610L) Radio SupportYevhen Mykhno1
- the function getNetworkStatus(Json::Value& jData) changed to follow common logic (jDebug is empty when the main status command is failed) - removed unnecessary prints from the secondary status commands
2023-01-31Merge branch 'ym/GP-1733/add_sequans_support' into 'master' Jeff Hatch32
[GP-1733] mPower R.6.3.X: L6G1 Support See merge request !53
2023-01-31libmts-io: Enable debug symbols in the build timeYevhen Mykhno1
2023-01-31[GP-1733] mPower R.6.3.X: L6G1 Support - libmts-io, radio-cmd, radio-queryYevhen Mykhno10
Implementing CB610L radio modem support
2023-01-31[GP-1733] mPower R.6.3.X: L6G1 Support - libmts-io, radio-cmd, radio-queryYevhen Mykhno22
- function getRegistrationCommands() implemented as pure virtual and overrided for every base radio model - minor indentation fixes - function getSimStatusSummary(Json::Value& jData) changed to process radio modems that do not have separate commands for the SIM presence check - function getManufacturer(std::string& sManufacturer) changed: AT command changet to 'AT+CGMI' - src/MTS_IO_QuectelRadio.cpp -- comments correction
2023-01-11Verizon IMSI detection merge1.0.33John Klug12
2023-01-10Merge branch 'sk/vzw/plmn-table-fix' into 'master' John Klug2
MCC/MNC Table Update for Verizon and AT&T See merge request !52
2023-01-06MCC/MNC Table Update for Verizon and AT&TSerhii Kostiuk2
- 31030 - AT&T - from UBX-13001820 - R13; - 310590 - Verizon - from UBX-13001820 - R13; - 310650 - Cisco Jasper MVNO in AT&T network - from UBX-13001820 - R13; - 310890 - Verizon - from UBX-13001820 - R13; - 311270 - Verizon - from VZ_REQ_LTEB13NAC_12084129, IMS SIM; - 311480 - Verizon - from VZ_REQ_LTEB13NAC_12084129, IMS SIM; - 312770 - Verizon - from the output of AT#FWPLS? on a 5SG1 radio.
2022-12-28Merge branch 'sk/GP-1195/cell-diag' into 'master' Jeff Hatch9
[GP-1195] Cellular debugging - add a query See merge request !51
2022-12-19[GP-1195] Cellular debugging - add a querySerhii Kostiuk9
Define the set of debugging AT commands and a function to execute such commands. The function executes the commands one-by-one end returns raw command outputs. To be used by radio-query --diagnostics.
2022-12-19LE910: Do not exetute #RFSTS if the SIM card is PUK-lockedSerhii Kostiuk1
Executing AT#RFSTS while the SIM card is locked by PIN or PUK causes a deadlock in the legacy LE910 (LAT1, LEU1, LVW2) firmware. Avoid executing AT#RFSTS if the SIM card is locked by PUK.
2022-11-07Merge branch 'ad/MTX-4694/apn-setup-behavior-for-vzw' into 'master' Jeff Hatch4
[MTX-4694][GP-1791] MTCAP3 mPower R.6.1.X: LNA7D support - APN setup behavior wh… See merge request !50
2022-11-07[MTX-4694][GP-1791] MTCAP3 mPower R.6.1.X: LNA7D support - APN setup ↵Andrii Davydenko4
behavior when provider is Verizon Implement getting the CGDCONT from the modem Implement setting the CGDCONT to the modem
2022-06-17[MTX-4503] mPower R.6.0.X: Remove Verizon FOTA feature from the code GP-16101.0.30Yevhen Mykhno2
2022-06-17[MTX-4445] mPower R.6.0.X: MTCAP3: LNA7D - cellular radio support GP-15481.0.29Mykola Salomatin7
setRxDiversity command moved to common class for Quectel radios - QuectelRadio.cpp. Add LNA7D radio support. LNA7D radio supports only 3g and 4g network modes. Add new command for enabling/disabling diversity. Retained backward compatibility with the old diversity command.
2022-06-17[MTX-4445] mPower R.6.0.X: MTCAP3: LNA7D - cellular radio support GP-1548Mykola Salomatin1
Fix LNA7D delta radio firmware upgrade issue (handling double radio reset).
2022-06-17Merge branch 'ym/MTX-4503_remove_verizon_fota_feature' into 'master' Jeff Hatch2
[MTX-4503] mPower R.6.0.X: Remove Verizon FOTA feature from the code GP-1610 See merge request !49
2022-06-08[MTX-4503] mPower R.6.0.X: Remove Verizon FOTA feature from the code GP-1610Yevhen Mykhno2
2022-05-04Merge branch 'ms/MTX-4445_LNA7D_Cellular_radio_support' into 'master' Jeff Hatch7
[MTX-4445] mPower R.6.0.X: MTCAP3: LNA7D - cellular radio support GP-1548 See merge request !48
2022-05-04[MTX-4445] mPower R.6.0.X: MTCAP3: LNA7D - cellular radio support GP-1548Mykola Salomatin7
setRxDiversity command moved to common class for Quectel radios - QuectelRadio.cpp. Add LNA7D radio support. LNA7D radio supports only 3g and 4g network modes. Add new command for enabling/disabling diversity. Retained backward compatibility with the old diversity command.
2022-04-21[MTX-4445] mPower R.6.0.X: MTCAP3: LNA7D - cellular radio support GP-1548Mykola Salomatin1
Fix LNA7D delta radio firmware upgrade issue (handling double radio reset).
2022-04-18Update MODBUS slave feature, Rogers Certification issue1.0.28andrii.davydenko13
2022-04-18[MTX-4206] mPower R.6.0: Making Telit and Quectel radios data-only on AT&T ↵Mykola Salomatin8
network. GP-1364 Add 2 functions for Telit and Quectel modems: - disableVoiceSupport: disable voice support (IMS and CSFB) and enable SMS only registration flag. - getVoiceSupport: get voice support configuration for the current radio.
2022-04-18Update MODBUS slave feature, Rogers Certification issueandrii.davydenko13
2021-09-29[MTX-4206] mPower R.6.0: Making Telit and Quectel radios data-only on AT&T ↵Mykola Salomatin8
network. GP-1364 Add 2 functions for Telit and Quectel modems: - disableVoiceSupport: disable voice support (IMS and CSFB) and enable SMS only registration flag. - getVoiceSupport: get voice support configuration for the current radio.
2021-06-02Merge branch 'sk/GP-1111-carrier-detection' into 'master' 1.0.26Jeff Hatch10
[GP-1111] mPower R. Apr 2021: +CEMODE shall be set to CEMODE=2 See merge request !40
2021-05-31[GP-1111] mPower R. Apr 2021: +CEMODE shall be set to CEMODE=2Serhii Kostiuk2
Switched to the separate fields for SIM MCC and SIM MNC after a code review.
2021-05-29[GP-1111] mPower R. Apr 2021: +CEMODE shall be set to CEMODE=2Serhii Kostiuk1
Fixed the `CellularRadio::getCarrier` implementation to use MCC/MNC combination from the SIM intead of the serving cell. Historically the implementation used MCC/MNC data from the cell that is currently serving the device and provides the registration. This MCC/MNC code is different from those of the home network in case of a roaming - the network/carrier that provided the SIM is different from the one who serves the device at the moment. The more correct way to determine home carrier for GSM/UMTS/LTE devices is to read first 5 or 6 digits of the SIM IMSI than encode the carrier. This commit updates the implementation to use SIM IMSI as a source of truth for the home network/carrier code.
2021-05-29[GP-1111] mPower R. Apr 2021: +CEMODE shall be set to CEMODE=2Serhii Kostiuk2
Extended the implementation of "getSimCarrierCode" to detect the carrier (home network) based on the MCC/MNC combination. Historically mPower used ICCIDs to detect the carrier and apply the carrier-specific settings. ICCIDs are known for Verizon and AT&T, but the list of known ICCIDs is not exhaustive. This change allows the firmware to detect more AT&T SIM cards by using the MCC/MNC combinations (PLMN IDs) when ICCID is not recognized. Limitation: The SIM shall be relatively new and report its MNC length, otherwise MCC/MNC can't be determined and so the carrier code.
2021-05-29[GP-1111] mPower R. Apr 2021: +CEMODE shall be set to CEMODE=2Serhii Kostiuk6
Added an ability to read the PLMN ID (MCC/MNC combination) of the home carrier from the SIM. SIM PLMN ID is a part of the IMSI that contains identifier of the home network. PLMN ID in turn consists of 3-digit MCC (country code) and 2-or-3-digit MNC (network code). The length of the MNC is stored in the SIM Elementary File called "Administrative Data" (EFad for short). The purpose of the new functions is to extract PLMN ID from the SIM if this information is available.
2021-05-27[GP-1111] mPower R. Apr 2021: +CEMODE shall be set to CEMODE=2Serhii Kostiuk2
Added three additional MCC/MNC combinations for the FirstNet networks. Those combinations were discovered on a 5SG1 radio in the output of `AT#FWPLS=0,0`.
2021-05-24[GP-1111] mPower R. Apr 2021: +CEMODE shall be set to CEMODE=2Serhii Kostiuk3
Added the 'Carrier Code' field to the MCC/MNC table. The new field is supposed to be a constant Multitech-specific indentifier that is constant between the firmware versions and does not necessarily depends on a carrier name. In particular the new field is needed to detect when there is an AT&T SIM card inserted and 'UE mode of operation' shall be set to CS/PS mode 2.
2021-05-24[GP-1111] mPower R. Apr 2021: +CEMODE shall be set to CEMODE=2Serhii Kostiuk2
Added one lost MCC/MNC entry for the FirstNet network (PLMN ID 313100) and removed a duplicate MCC/MNC entry for PLMN ID 344930.