diff options
| author | Jeff Hatch <jhatch@multitech.com> | 2023-02-02 09:33:08 -0600 | 
|---|---|---|
| committer | Jeff Hatch <jhatch@multitech.com> | 2023-02-02 09:33:08 -0600 | 
| commit | 2d2125802eab522905d55c03aa96f1b0065efb29 (patch) | |
| tree | f062126be0e129689889f48cf3d93abf330e19c5 /src/MTS_IO_TelitRadio.cpp | |
| parent | b504ed673fa55ae1a429fd468079ee8c16c4a04a (diff) | |
| parent | f682d77822b585b6a814456dc22c254a3bf72a5e (diff) | |
| download | libmts-io-2d2125802eab522905d55c03aa96f1b0065efb29.tar.gz libmts-io-2d2125802eab522905d55c03aa96f1b0065efb29.tar.bz2 libmts-io-2d2125802eab522905d55c03aa96f1b0065efb29.zip | |
Merge branch 'ms/MTX-4769_l6g1_cellular_diagnostics' into 'master'
[MTX-4769] mPower R.6.3.X: L6G1 Support - Cellular Diagnostics
See merge request !55
Diffstat (limited to 'src/MTS_IO_TelitRadio.cpp')
| -rw-r--r-- | src/MTS_IO_TelitRadio.cpp | 3 | 
1 files changed, 3 insertions, 0 deletions
| 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<std::string>& 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", | 
