OpenWrt and Huawei E5785lh

Hi all,
I've installed the latest OpenWrt version on my Xiaomi Mi 3G router and it works perfect. I would like to add my 4G Huawei E5785lh to the USB port and found several guides on how to do this via the Huawei-cdc-wdm mode.

I got the wwan0 additional interface and configured this for as DHCP client to get the IP from the Huawei, however the errors are shown in the logs:

Sun May  5 19:03:22 2019 daemon.notice netifd: Interface 'lte' is now down
Sun May  5 19:03:22 2019 daemon.notice netifd: Interface 'lte' is disabled
Sun May  5 19:03:22 2019 daemon.notice netifd: Interface 'lte' is enabled
Sun May  5 19:03:22 2019 daemon.notice netifd: Interface 'lte' is setting up now
Sun May  5 19:03:22 2019 daemon.notice netifd: lte (10044): udhcpc: started, v1.28.4
Sun May  5 19:03:23 2019 daemon.notice netifd: lte (10044): udhcpc: sending discover
Sun May  5 19:03:26 2019 daemon.notice netifd: lte (10044): udhcpc: sending discover
Sun May  5 19:03:29 2019 daemon.notice netifd: lte (10044): udhcpc: sending discover

my /etc/config/network looks like this for the lte interface:

config interface 'lte'
        option proto 'dhcp'
        option ifname 'wwan0'
        option metric '100'

dmesg log shows the following:

[ 1297.094707] usb 1-1: new high-speed USB device number 7 using xhci-mtk
[ 1297.277712] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 1297.284872] scsi host0: usb-storage 1-1:1.0
[ 1297.671821] usb 1-1: USB disconnect, device number 7
[ 1298.354844] usb 1-1: new high-speed USB device number 8 using xhci-mtk
[ 1298.538485] option 1-1:1.0: GSM modem (1-port) converter detected
[ 1298.545338] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB0
[ 1298.577600] huawei_cdc_ncm 1-1:1.1: MAC-Address: 00:1e:10:1f:00:00
[ 1298.583777] huawei_cdc_ncm 1-1:1.1: setting rx_max = 16384
[ 1298.590426] huawei_cdc_ncm 1-1:1.1: NDP will be placed at end of frame for this device.
[ 1298.599320] huawei_cdc_ncm 1-1:1.1: cdc-wdm0: USB WDM device
[ 1298.607326] huawei_cdc_ncm 1-1:1.1 wwan0: register 'huawei_cdc_ncm' at usb-1e1c0000.xhci-1, Huawei CDC NCM device, 00:1e:10:1f:00:00
[ 1298.621699] usb-storage 1-1:1.2: USB Mass Storage device detected
[ 1298.630147] scsi host0: usb-storage 1-1:1.2
[ 1299.645791] scsi 0:0:0:0: CD-ROM            HUAWEI   Mass Storage     2.31 PQ: 0 ANSI: 2
[ 1392.094004] mtk_soc_eth 1e100000.ethernet eth0: port 2 link down
[ 1394.706046] mtk_soc_eth 1e100000.ethernet eth0: port 2 link up
**[ 1826.507874] huawei_cdc_ncm 1-1:1.1: Error in flush path: -32**

Could one of you help me with this? I think I came quite far, but in the end I got stuck.

Many thanks in advance.