LtAP mini do not pass data over EOIP

Hello,

I have setup with more than 200 RB450’s connected to RB3011 over EOIP. This setup is running smoothly for years. End points connected over DSL, main - fiber optics.
Now I need to connect more devices, but over LTE and different ISP. So I picked up LtAP mini with R11e-LTE modems. One LtAP mini configured in LTE passthrough mode, connected to RB3011, added route for new EOIP tunnelts to use this LTE gateway. On remote LtAP minis also configured EOIP tunnels. Dude on RB3011 show tunnels up and running.
Problem is that from central location i can ping remote devices connected to LtAP mini, but from other end devices can not reach anything. I dont understand what am I missing here ? The only difference from old RB450’s is connection type - LTE.
Remote LtAP mini config is very simple:

/interface lte
set [ find ] band=40 mac-address=AC:FF:FF:00:00:00 name=lte1 network-mode=lte
/interface bridge
add name=bridge1
/interface eoip
add mac-address=AA:BB:CC:9A:85:03 mtu=1500 name="EOIP-tunnel1" \
    remote-address=<remote ip address> tunnel-id=1
/interface lte apn
set [ find default=yes ] apn=static
/interface bridge port
add bridge=bridge1 interface="EOIP-tunnel1"
add bridge=bridge1 interface=ether1
/ip address
add address=1.1.1.2/24 interface=bridge1 network=1.1.1.0
/ip route
add distance=1 gateway=lte1

Solved problem myself.
Added static route to LAN over bridge.
Also disabled on remote LtAP mini bridge fast path (don’t know why but access to LAN over EOIP was unstable).

using ROS version 6.45.8 , R11e-LTE fw version v015.

Cheers.