summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormykola.salomatin <mykola.salomatin@globallogic.com>2021-01-19 17:01:46 +0200
committermykola.salomatin <mykola.salomatin@globallogic.com>2021-01-19 17:01:46 +0200
commit9c6f78b046962c13584f1c35ba253749f1cb9585 (patch)
treeb9490a31f172c18a421200889e4d18673056307f /include
parent7ba216743f5a413ff3093cfe169718894836cb62 (diff)
downloadlibmts-9c6f78b046962c13584f1c35ba253749f1cb9585.tar.gz
libmts-9c6f78b046962c13584f1c35ba253749f1cb9585.tar.bz2
libmts-9c6f78b046962c13584f1c35ba253749f1cb9585.zip
[MTX-3785] mPower R.5.4: GP-971 - Device shall implement file type restrictions for all “upload” sections on the UI
LoRaWAN components: LoraLicense (.lic), LoraFotaFile (.bin), LoraMulticast (.bin for Binary, .txt for Hexadecimal and Base64), LoraGroup (.json) validated by file extension.
Diffstat (limited to 'include')
-rw-r--r--include/mts/MTS_Text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mts/MTS_Text.h b/include/mts/MTS_Text.h
index 2380add..4ded3fc 100644
--- a/include/mts/MTS_Text.h
+++ b/include/mts/MTS_Text.h
@@ -137,6 +137,8 @@ namespace MTS {
}
return true;
}
+
+ static std::string getFileExtension(const std::string& filename);
};
}