Hi No1Alien
I have seen this as well and I´m using FW 29.23.06.
I don´t know why the modem send this error message. I will try to ask Fibocom.
I did a similar modification as you did.
'+CME ERROR' )
[ "$atc_debug" -gt 1 ] && echo $URCline
[ "$URCvalue" = '5847' ] && {
COMMAND='AT+CGACT=1,1' gcom -d "$device" -s /etc/gcom/at.gcom
}
[ "$URCvalue" = 'Requested service option not subscribed (#33)' ] && {
echo 'Activate session failed, check your APN settings'
proto_notify_error "$interface" SESSION_FAILED
proto_block_restart "$interface"
return 1
}
;;
I thought it was something wrong with my modem. Good to know that you had the same problem. I will update the script on my github page as well.