summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_CdmaRadio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mts/MTS_IO_CdmaRadio.h')
-rw-r--r--include/mts/MTS_IO_CdmaRadio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_CdmaRadio.h b/include/mts/MTS_IO_CdmaRadio.h
index 7cdba02..3b23937 100644
--- a/include/mts/MTS_IO_CdmaRadio.h
+++ b/include/mts/MTS_IO_CdmaRadio.h
@@ -75,6 +75,9 @@ namespace MTS {
virtual CODE getNetworkStatus(Json::Value& jData);
+ CODE getSimMccMnc(std::string& sMccMnc) override;
+ CODE getSimMccMnc(std::string& sMcc, std::string& sMnc) override;
+
protected:
CdmaRadio(const std::string& sName, const std::string& sRadioPort);