diff options
author | mykola.salomatin <mykola.salomatin@globallogic.com> | 2021-01-19 17:01:46 +0200 |
---|---|---|
committer | mykola.salomatin <mykola.salomatin@globallogic.com> | 2021-01-19 17:01:46 +0200 |
commit | 9c6f78b046962c13584f1c35ba253749f1cb9585 (patch) | |
tree | b9490a31f172c18a421200889e4d18673056307f /include/mts | |
parent | 7ba216743f5a413ff3093cfe169718894836cb62 (diff) | |
download | libmts-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/mts')
-rw-r--r-- | include/mts/MTS_Text.h | 2 |
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); }; } |