Не могу настроить прием и отправку смс
Оборудование Teleofis GTX400:
RouterBOARD 411U firmware 3.18, RouterOS 6.20,
MC7710 firmware SWI9200X_03.05.24.00ap r5792 carmd-en-10527 2013/05/02 13:35:47
В мануале МС7710:
Short Message Service (SMS) features
•Mobile-terminated SMS for UMTS
•Mobile-originated SMS for UMTS
•SMS over SGs (LTE)
Из чего я сделал вывод, что функции смс присутствуют
Что предпринималось:
При выключенном РРР интерфесе, канал 0: «couldn't perform action — timeout (6)», «couldn't change sms — timeout (6)»
Пробовал менять канал для отправки и приема смс: «couldn't perform action — no such cannel (6)», «couldn't change sms — no such channel (6)». Канал не дает менять, но попробовал)
Курил ФАК, мануал, форумы, яндекс...
Пожалуйста помогите настроить оборудование для приема и отправки смс

[admin@TELEOFIS_GTX400] > export compact
# oct/14/2014 23:15:44 by RouterOS 6.20
# software id = 95G1-F2BR
#
/interface lte
set [ find ] apn=internet authentication=chap mac-address= \
name=lte1 network-mode=auto
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=3des
/ip pool
add name=dhcp_pool1 ranges=192.168.88.2-192.168.88.254
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=ether1 lease-time=3d name=\
dhcp1
/port
set 1 name=usb2
/interface ppp-client
add add-default-route=yes allow=pap,chap,mschap1,mschap2 apn=internet \
data-channel=0 default-route-distance=1 dial-command=ATDT dial-on-demand=\
yes disabled=no info-channel=0 keepalive-timeout=30 max-mru=1500 max-mtu=\
1500 modem-init="" mrru=disabled name=ppp-out1 null-modem=no password="" \
phone="" pin="" port=usb2 profile=default use-peer-dns=yes user=""
/system logging action
set 1 disk-file-name=log
set 2 remember=yes
set 3 src-address=0.0.0.0
/ip address
add address=192.168.88.1/24 comment="default configuration" interface=ether1 \
network=192.168.88.0
/ip dhcp-client
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no \
interface=lte1
/ip dhcp-server network
add address=192.168.88.0/24 dns-server=192.168.88.1 gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8
/ip dns static
add address=192.168.88.1 name=router
/ip firewall nat
add action=masquerade chain=srcnat out-interface=lte1 to-addresses=0.0.0.0
/ip ipsec policy
set (unknown) dst-address=0.0.0.0/0 src-address=0.0.0.0/0
/ip upnp
set allow-disable-external-interface=no
/snmp
set trap-community=public
/system identity
set name=TELEOFIS_GTX400
/system ntp client
set enabled=yes primary-ntp=193.124.4.177 secondary-ntp=193.125.143.172
/system scheduler
add interval=5m name=ping_watchdog on-event=" :global iteration 0;:global IP1 \
0.0.0.0; :global IP2 0.0.0.0; :global IP3 0.0.0.0; while (true) do={:lo\
cal q 0; :while (\$q<10 and (\$IP1<=0.0.0.0 and \$IP2<=0.0.0.0 and \$IP\
3<=0.0.0.0)) do={:set q (\$q+1);:execute resolve_IP;:delay 5s}; :if (\
\$IP1>0.0.0.0) do={global ping1 [/ping \$IP1 count=10]; if (\$ping1>0) \
do={:quit}};:if (\$IP2>0.0.0.0) do={ :global ping2 [/ping \$IP2 count=1\
0]; if (\$ping2>0) do={:quit}}; :if (\$IP3>0.0.0.0) do={:global ping3 \
[/ping \$IP3 count=10]; :if (\$ping3>0) do={:quit}}; :if (\$iteration=\
0) do={ :log info \"Could not ping: reconnect\"; /interface lte enable 0\
; :set iteration 1; :delay 60} else={:log info \"Could not ping: REBOOT\
\"; /system reboot; delay 10s}}" policy=\
ftp,reboot,read,write,policy,test,password,sniff,sensitive start-date=\
jan/02/1970 start-time=00:01:29
/system script
add name=resolve_IP policy=\
ftp,reboot,read,write,policy,test,password,sniff,sensitive source=":global\
\_IP1 [:resolve http://www.google.com]; :global IP2 [:resolve http://www.yandex.ru];:glo\
bal IP3 [:resolve http://www.yahoo.com]"
/tool sms
set keep-max-sms=10 port=usb2 secret=
[admin@TELEOFIS_GTX400] >