From 3a506a5eb256b57569b9b1566876d983931ee51a Mon Sep 17 00:00:00 2001 From: Russel Yasol Date: Wed, 27 Mar 2024 10:55:54 +0800 Subject: [PATCH] added GUI bandlocking --- simpleadmin/scripts/modemstatus_parse.sh | 2 +- simpleadmin/www/atcommander.html | 1 + simpleadmin/www/bandlock.html | 329 +++++++++++++++++++++++ simpleadmin/www/index.html | 2 + simpleadmin/www/sms.html | 2 + simpleadmin/www/speedtest.html | 2 + simpleadmin/www/styles.css | 9 +- simpleadmin/www/ttl.html | 2 + 8 files changed, 347 insertions(+), 2 deletions(-) create mode 100644 simpleadmin/www/bandlock.html diff --git a/simpleadmin/scripts/modemstatus_parse.sh b/simpleadmin/scripts/modemstatus_parse.sh index aaddf90..0354fa2 100644 --- a/simpleadmin/scripts/modemstatus_parse.sh +++ b/simpleadmin/scripts/modemstatus_parse.sh @@ -71,7 +71,7 @@ get_secondary_bands_sa() { if [ -z "$SC_BANDS" ]; then SC_BANDS="-" fi -} +}`` # Get the modem model from /tmp/modemmodel.txt and parse it MODEM_MODEL=$( Connection Info AT Commands + Band Locking SMS TTL Changer Speedtest diff --git a/simpleadmin/www/bandlock.html b/simpleadmin/www/bandlock.html new file mode 100644 index 0000000..7216d31 --- /dev/null +++ b/simpleadmin/www/bandlock.html @@ -0,0 +1,329 @@ + + + + + + + AT Commands + + + + + + + + + + + + +
+
+
+
+
+

Band Locking

+
+
+ +
+ +
+ + +
+ + + +
+
+ +
+
+
+
+
+

Cell Locking

+
+
+
+
+ +
+ +
+ +
+
+ +
+ +
+ + + +
+
+ +
+
+
+ + + + + +
+ + + + diff --git a/simpleadmin/www/index.html b/simpleadmin/www/index.html index d392ef1..032c67f 100644 --- a/simpleadmin/www/index.html +++ b/simpleadmin/www/index.html @@ -10,6 +10,7 @@ + @@ -36,6 +37,7 @@