PPP remote address assigning problem SXT LTE

Hi

After last upgrade to 6.42.3 (tried bugfix too, 6.40.:sunglasses: on SXT LTE I got the following problem - ppp interface address getting LAN local ip 192.168.88.1.

PPP Server (6.40.2):

/ppp profile
8 * name="default-encryption" use-mpls=default use-compression=default use-encryption=yes only-one=default
change-tcp-mss=no use-upnp=default address-list="" on-up="" on-down=""

/ppp secret
add local-address=10.10.29.37 name=mastnarva password=**** remote-address=10.10.29.38



But on the client I see
[admin@MikroTik] > /ip address print
Flags: X - disabled, I - invalid, D - dynamic

ADDRESS NETWORK INTERFACE

0 ;;; defconf
192.168.88.1/24 192.168.88.0 ether1
1 D 10.35.43.132/24 10.35.43.0 lte1
2 D 192.168.88.1/32 10.10.29.37 gw01




Why 192.168.88.1 are being assigned to the PPP interface while remote-address=10.10.29.38 is written?

I don’t remember which version was on that SXT LTE before, but downgrading to 6.42.2 and to bugfix did not resolved the problem…