diff --git a/files/lib/blue-merle/functions.sh b/files/lib/blue-merle/functions.sh index f1ed421..1514478 100644 --- a/files/lib/blue-merle/functions.sh +++ b/files/lib/blue-merle/functions.sh @@ -28,6 +28,11 @@ RANDOMIZE_MACADDR () { # You need to restart the network, i.e. /etc/init.d/network restart } +READ_ICCID() { + gl_modem AT AT+CCID +} + + READ_IMEI () { local answer=1 while [[ "$answer" -eq 1 ]]; do