diff options
author | Jeff Hatch <jhatch@multitech.com> | 2023-01-31 13:54:52 -0600 |
---|---|---|
committer | Jeff Hatch <jhatch@multitech.com> | 2023-01-31 13:54:52 -0600 |
commit | b504ed673fa55ae1a429fd468079ee8c16c4a04a (patch) | |
tree | 620e1d7509ddfe0e9b7102485ce01a0ff4549964 /include/mts/MTS_IO_LE910Radio.h | |
parent | 430506fb7757d6736988d75c8ea53c85f6c97da9 (diff) | |
parent | 23d702dfaaa6ef20a02e410a09ae6f67e967464f (diff) | |
download | libmts-io-b504ed673fa55ae1a429fd468079ee8c16c4a04a.tar.gz libmts-io-b504ed673fa55ae1a429fd468079ee8c16c4a04a.tar.bz2 libmts-io-b504ed673fa55ae1a429fd468079ee8c16c4a04a.zip |
Merge branch 'ym/GP-1733/add_sequans_support' into 'master'
[GP-1733] mPower R.6.3.X: L6G1 Support
See merge request !53
Diffstat (limited to 'include/mts/MTS_IO_LE910Radio.h')
-rw-r--r-- | include/mts/MTS_IO_LE910Radio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_LE910Radio.h b/include/mts/MTS_IO_LE910Radio.h index 6700ee3..e509c95 100644 --- a/include/mts/MTS_IO_LE910Radio.h +++ b/include/mts/MTS_IO_LE910Radio.h @@ -48,6 +48,8 @@ namespace MTS { CODE setUeModeOfOperation(ICellularRadio::UE_MODES_OF_OPERATION mode) override; CODE getUeModeOfOperation(ICellularRadio::UE_MODES_OF_OPERATION& mode) override; + const std::vector<std::string> getRegistrationCommands() override; + protected: const std::vector<std::string>& getDiagCommands(bool bIsSimReady = true) override; |