From 9dd23340c9254c2cd73642f5d3a5d3ec19ff15da Mon Sep 17 00:00:00 2001 From: Mykola Salomatin Date: Wed, 1 Feb 2023 20:14:39 +0200 Subject: [MTX-4769] mPower R.6.3.X: L6G1 Support - Cellular Diagnostics Add additional command about all carrier profiles that are supported. --- src/MTS_IO_TelitRadio.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/MTS_IO_TelitRadio.cpp') diff --git a/src/MTS_IO_TelitRadio.cpp b/src/MTS_IO_TelitRadio.cpp index 704f692..21af65d 100644 --- a/src/MTS_IO_TelitRadio.cpp +++ b/src/MTS_IO_TelitRadio.cpp @@ -1184,6 +1184,9 @@ const std::vector& TelitRadio::getDiagCommands(bool) { // Radio model and firmware: "AT+CGMI", "AT+CGMM", "AT+CGMR", "AT#SWPKGV", "AT#CFVR", + // All carrier profiles that are supported: + "AT#FWSWITCH=?", + // Current operator profile on the radio side: "AT#FWSWITCH?", "AT+CGSN", -- cgit v1.2.3