Roaming Connection Problem, Quectel EC 25E, Telekom Sim

Hello,

after reading a lot of things in this forum and trying very many variations I still cant get my Quectel EC 35E LTE modem zu make a connection while beeing abroad (Roaming).

So I decided to collect as much information as possible and make a topic about it here in hopes of getting some help and maybe the one hint that I am probably still missing...

My OpenWRT is running as a VM inside of Proxmox in my campervan. I have a roof mounted LTE Antenna and it has been running without problems for a few month now inside of Germany.
It also has a Wireless card attached via USB to create a WIFI Network for my devices and its running a Wireguard Site to Site tunnel to my Home.
The Sim Card used is a multi Sim Card from my main mobile phone and I am using "Telekom" (a german provider).

The problem:
While beeing abroad on vacation I dont get any connection via LTE.
Sometimes (depending on the settings I am playing around with) I get "Error: Unkown Error (NETWORK_REGISTRATION_FAILED)" showing on the LTE interface.

Some Facts:

  • Firmware Version: OpenWrt 22.03.3 r20028-43d71ad93e / LuCI openwrt-22.03 branch git-22.361.69894-438c598
  • Kernel Version 5.10.161
  • LTE modem: Quectel EC 25E (EC25EFA-512-STD) with two external LTE antennas
  • The mobile connection is working just fine when inside of Germany
  • The Sim Card has no PIN set
  • The Sim Card works fine, I took it out and put it in my mobile and it made a connection without problems

What I tried so far:

  • uqmi -d /dev/cdc-wdm0 --set-network-roaming any
  • Deleted any Interfaces that had to do with the LTE and remade them following this guide: https://teklager.se/en/knowledge-base/openwrt-4g-wwan-configuration/
  • Tried to set the interface up following this guide, but that did not result in anything working: https://openwrt.org/docs/guide-user/network/wan/wwan/ltedongle
  • Tried to use no APN in the Settings Field
  • Tried: internet.telekom as APN
  • Tried: internet.v6.telekom as APN
  • Switched the PDP Type from "IPv4/IPv6" to "IPv4"
    -> When I made that switch I got an additional interface showing up "LTE_4" (Protocol: Virtual dynamic interface (DHCP client)) which gets an IP adress in the 10.x.x.x range. See attached pictures.

I am really lost at this point and any help is greatly appreciated!
If any more info or command output is needed pls let me know.

Please also see attached pictures and these logs and command outputs:

I dont know how to get a list of all installed software packages to also show that here, because I cant install new ones right now without a working connection...

The IP Adress starting with 10.x.x.x from the LTE interface can change within these logs and screenshots because watchcat is restarting the interface every few minutes...

root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --get-data-status --get-current-settings --get-capabilities --get-signal-info --get-serving-system
"connected"
{
        "pdp-type": "ipv4",
        "ip-family": "ipv4",
        "mtu": 1500,
        "ipv4": {
                "ip": "10.32.250.195",
                "gateway": "10.32.250.196",
                "subnet": "255.255.255.248"
        },
        "ipv6": {

        },
        "domain-names": {

        }
}
{
        "max_tx_channel_rate": 50000000,
        "max_rx_channel_rate": 100000000,
        "data_service": "non_simultaneous_cs_ps",
        "sim": "supported",
        "networks": [
                "gsm",
                "umts",
                "lte"
        ]
}
{
        "type": "lte",
        "rssi": -60,
        "rsrq": -18,
        "rsrp": -94,
        "snr": -3.000000
}
{
        "registration": "registered",
        "plmn_mcc": 293,
        "plmn_mnc": 70,
        "plmn_description": "",
        "roaming": true
}
root@OpenWrt:/# ls -al /dev/ttyUSB*
crw-rw----    1 root     dialout   188,   0 Jul 24 13:58 /dev/ttyUSB0
crw-rw----    1 root     dialout   188,   1 Jul 24 13:58 /dev/ttyUSB1
crw-rw----    1 root     dialout   188,   2 Jul 24 13:58 /dev/ttyUSB2
crw-rw----    1 root     dialout   188,   3 Jul 24 13:58 /dev/ttyUSB3
root@OpenWrt:/# uqmi -d /dev/cdc-wdm0 --get-pin-status
"Not supported"
root@OpenWrt:/# uqmi -d /dev/cdc-wdm0 --get-iccid
"Not supported"
root@OpenWrt:/# uqmi -d /dev/cdc-wdm0 --get-imsi
"Not supported"
root@OpenWrt:/# uqmi -d /dev/cdc-wdm0 --get-imei
"****************" !Correct IMEI was given here, redacted for privacy reasons!
root@OpenWrt:/# uqmi -d /dev/cdc-wdm0 --get-device-operating-mode
"online"
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --get-system-info
{
        "gsm": {
                "service_status": "none",
                "true_service_status": "none",
                "preferred_data_path": false
        },
        "wcdma": {
                "service_status": "none",
                "true_service_status": "none",
                "preferred_data_path": false
        },
        "lte": {
                "service_status": "available",
                "true_service_status": "available",
                "preferred_data_path": false,
                "domain": "cs-ps",
                "service": "cs-ps",
                "roaming_status": "on",
                "forbidden": false,
                "mcc": "293",
                "mnc": "70",
                "tracking_area_code": 80,
                "enodeb_id": 40432,
                "cell_id": 12,
                "voice_support": true,
                "ims_voice_support": false,
                "cell_access_status": "all calls",
                "registration_restriction": 0,
                "registration_domain": 0
        }
}

root@OpenWrt:~# ifconfig -a
br-lan    Link encap:Ethernet  HWaddr 42:75:C4:AB:CB:B0  
          inet addr:192.168.111.1  Bcast:192.168.111.255  Mask:255.255.255.0
          inet6 addr: fda4:4ebb:b811::1/60 Scope:Global
          inet6 addr: fe80::4075:c4ff:feab:cbb0/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1279479 errors:0 dropped:4 overruns:0 frame:0
          TX packets:88712 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:86128620 (82.1 MiB)  TX bytes:22342984 (21.3 MiB)

eth0      Link encap:Ethernet  HWaddr 42:75:C4:AB:CB:B0  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1702163 errors:0 dropped:0 overruns:0 frame:0
          TX packets:579665 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:152798412 (145.7 MiB)  TX bytes:46017220 (43.8 MiB)

eth1      Link encap:Ethernet  HWaddr AA:02:B6:C3:17:76  
          inet6 addr: fe80::a802:b6ff:fec3:1776/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:24 errors:0 dropped:0 overruns:0 frame:0
          TX packets:846 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1680 (1.6 KiB)  TX bytes:162866 (159.0 KiB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:162129 errors:0 dropped:0 overruns:0 frame:0
          TX packets:162129 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:12751629 (12.1 MiB)  TX bytes:12751629 (12.1 MiB)

wg_ffb    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          POINTOPOINT NOARP  MTU:1420  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

wlan0     Link encap:Ethernet  HWaddr 34:98:B5:A3:96:14  
          inet6 addr: fe80::3698:b5ff:fea3:9614/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:606422 errors:0 dropped:0 overruns:0 frame:0
          TX packets:590461 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:49775558 (47.4 MiB)  TX bytes:95138010 (90.7 MiB)

wwan0     Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:10.50.251.25  P-t-P:10.50.251.25  Mask:255.255.255.252
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:176 errors:0 dropped:0 overruns:0 frame:0
          TX packets:100014 errors:2 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:53680 (52.4 KiB)  TX bytes:13404922 (12.7 MiB)

A full System log from when watchcat restarted the LTE interface because of no connection:

Wed Jul 26 18:29:53 2023 daemon.info watchcat[3464]: Could not reach 8.8.8.8 via "wwan0" for "120" seconds. Restarting "wwan0" after reaching "120" seconds
Wed Jul 26 18:29:53 2023 daemon.info watchcat[3464]: Reconnecting modem: "LTE" now.
Wed Jul 26 18:29:53 2023 daemon.notice netifd: LTE (1572): Stopping network LTE
Wed Jul 26 18:29:53 2023 daemon.info watchcat[3464]: Restarting network interface: "wwan0".
Wed Jul 26 18:29:53 2023 daemon.notice netifd: Network device 'wwan0' link is down
Wed Jul 26 18:29:53 2023 daemon.notice netifd: Network alias 'wwan0' link is down
Wed Jul 26 18:29:53 2023 daemon.notice netifd: Interface 'LTE_4' has link connectivity loss
Wed Jul 26 18:29:53 2023 daemon.notice netifd: Interface 'wan' has link connectivity loss
Wed Jul 26 18:29:53 2023 daemon.notice netifd: LTE_4 (1081): udhcpc: received SIGTERM
Wed Jul 26 18:29:53 2023 daemon.notice netifd: LTE_4 (1081): udhcpc: unicasting a release of 10.32.191.71 to 10.32.191.72
Wed Jul 26 18:29:53 2023 daemon.notice netifd: LTE_4 (1081): udhcpc: sending release
Wed Jul 26 18:29:53 2023 daemon.notice netifd: LTE_4 (1081): udhcpc: connect: Network unreachable
Wed Jul 26 18:29:53 2023 daemon.notice netifd: LTE_4 (1081): udhcpc: entering released state
Wed Jul 26 18:29:53 2023 daemon.notice netifd: Network device 'wwan0' link is up
Wed Jul 26 18:29:53 2023 daemon.notice netifd: Network alias 'wwan0' link is up
Wed Jul 26 18:29:53 2023 daemon.notice netifd: Interface 'LTE_4' has link connectivity
Wed Jul 26 18:29:53 2023 daemon.notice netifd: Interface 'wan' has link connectivity
Wed Jul 26 18:29:53 2023 daemon.notice netifd: wan (570): udhcpc: received SIGTERM
Wed Jul 26 18:29:53 2023 daemon.notice netifd: wan (570): udhcpc: unicasting a release of 10.32.191.71 to 10.32.191.72
Wed Jul 26 18:29:53 2023 daemon.notice netifd: wan (570): udhcpc: sending release
Wed Jul 26 18:29:53 2023 daemon.notice netifd: wan (570): udhcpc: entering released state
Wed Jul 26 18:29:53 2023 daemon.notice netifd: LTE_4 (1081): Command failed: ubus call network.interface notify_proto { "action": 0, "link-up": false, "keep": false, "interface": "LTE_4" } (Permission denied)
Wed Jul 26 18:29:53 2023 daemon.notice netifd: Interface 'LTE_4' is now down
Wed Jul 26 18:29:53 2023 daemon.notice netifd: Network alias '' link is down
Wed Jul 26 18:29:53 2023 daemon.notice netifd: Interface 'LTE_4' has link connectivity loss
Wed Jul 26 18:29:53 2023 daemon.notice netifd: Interface 'LTE_4' is disabled
Wed Jul 26 18:29:53 2023 daemon.notice netifd: wan (570): Command failed: ubus call network.interface notify_proto { "action": 0, "link-up": false, "keep": false, "interface": "wan" } (Permission denied)
Wed Jul 26 18:29:53 2023 daemon.notice netifd: Interface 'wan' is now down
Wed Jul 26 18:29:53 2023 daemon.notice netifd: Interface 'wan' is setting up now
Wed Jul 26 18:29:53 2023 user.warn watchcat: cfg02e014: pingperiod cannot be greater than 120. Defaulted to 24 seconds (1/5 of period)
Wed Jul 26 18:29:53 2023 daemon.notice netifd: wan (1658): udhcpc: started, v1.35.0
Wed Jul 26 18:29:53 2023 daemon.notice netifd: wan (1658): udhcpc: broadcasting discover
Wed Jul 26 18:29:53 2023 daemon.notice netifd: LTE (1572): Command failed: ubus call network.interface notify_proto { "action": 0, "link-up": false, "keep": false, "interface": "LTE" } (Permission denied)
Wed Jul 26 18:29:53 2023 daemon.notice netifd: Interface 'LTE' is now down
Wed Jul 26 18:29:53 2023 daemon.notice netifd: Interface 'LTE' is setting up now
Wed Jul 26 18:29:53 2023 daemon.notice netifd: LTE (1696): Waiting for SIM initialization
Wed Jul 26 18:29:53 2023 daemon.notice netifd: wg_ffb (912): Try again: `sebastian-********:*****'. Trying again in 5.16 seconds...
Wed Jul 26 18:29:53 2023 daemon.notice netifd: LTE (1696): Failed to parse message data
Wed Jul 26 18:29:54 2023 daemon.notice netifd: LTE (1696): PIN verification is disabled
Wed Jul 26 18:29:54 2023 daemon.notice netifd: LTE (1696): Device does not support 802.3 mode. Informing driver of raw-ip only for wwan0 ..
Wed Jul 26 18:29:54 2023 daemon.notice netifd: LTE (1696): Waiting for network registration
Wed Jul 26 18:29:55 2023 daemon.notice netifd: LTE (1696): Starting network LTE
Wed Jul 26 18:29:55 2023 daemon.notice netifd: LTE (1696): Setting up wwan0
Wed Jul 26 18:29:55 2023 daemon.notice netifd: Network alias 'wwan0' link is up
Wed Jul 26 18:29:55 2023 daemon.notice netifd: Interface 'LTE' is now up
Wed Jul 26 18:29:55 2023 daemon.notice netifd: Interface 'LTE_4' is enabled
Wed Jul 26 18:29:55 2023 daemon.notice netifd: Interface 'LTE_4' has link connectivity
Wed Jul 26 18:29:55 2023 daemon.notice netifd: Interface 'LTE_4' is setting up now
Wed Jul 26 18:29:55 2023 daemon.notice netifd: LTE_4 (1854): udhcpc: started, v1.35.0
Wed Jul 26 18:29:55 2023 user.notice firewall: Reloading firewall due to ifup of LTE (wwan0)
Wed Jul 26 18:29:55 2023 daemon.notice netifd: LTE_4 (1854): udhcpc: broadcasting discover
Wed Jul 26 18:29:55 2023 daemon.notice netifd: wan (1658): udhcpc: broadcasting discover
Wed Jul 26 18:29:55 2023 daemon.notice netifd: LTE_4 (1854): udhcpc: broadcasting select for 10.32.191.71, server 10.32.191.72
Wed Jul 26 18:29:56 2023 daemon.notice netifd: wan (1658): udhcpc: broadcasting select for 10.32.191.71, server 10.32.191.72
Wed Jul 26 18:29:56 2023 daemon.notice netifd: LTE_4 (1854): udhcpc: lease of 10.32.191.71 obtained from 10.32.191.72, lease time 7200
Wed Jul 26 18:29:56 2023 daemon.notice netifd: Interface 'LTE_4' is now up
Wed Jul 26 18:29:56 2023 user.notice firewall: Reloading firewall due to ifup of LTE_4 (wwan0)
Wed Jul 26 18:29:56 2023 daemon.notice netifd: wan (1658): udhcpc: lease of 10.32.191.71 obtained from 10.32.191.72, lease time 7200
Wed Jul 26 18:29:56 2023 daemon.notice netifd: Interface 'wan' is now up
Wed Jul 26 18:29:56 2023 user.notice firewall: Reloading firewall due to ifup of wan (wwan0)


Once you get an IP address you're good.
I suggest using only IPv4 while in roaming, keep using your home APN.
You may need to register on a specific provider's network, see LTE 4G - Roaming or Login issue - #3 by AndrewZ

Disable watchcat. Once connected use incognito/private window in your browser to open any web site with http, not https and see if you get any redirect.
You can also try from the console: curl -I http://openwrt.org

Hi, AndrewZ

thanks for your answer.
I am not sure if that IP actually means anything, cause its not a real external IP, i think its some internal IP between the modem and OpenWRT...

I got IPv4 and my normal APN set and I disabled watchcat for now.
Did not get any response or redirect from a private Browser.

curl: (6) Could not resolve host: openwrt.org

Apparently I am connected with the network that has mcc: 293 and mnc: 70. Those thing would indicate the country of Slovenia (where I am right now, so thats correct) and the Network from " Telemach" according to: https://mcc-mnc.com/

root@OpenWrt:~# uqmi -d /dev/cdc-wdm0  --get-serving-system
{
        "registration": "registered",
        "plmn_mcc": 293,
        "plmn_mnc": 70,
        "plmn_description": "�\"��\u000c\u000e�",
        "roaming": true
}

It seems like I have a similar or same problem as the topic you linked.

I will do another full network scan tomorrow and try to force another network using uqmi -d /dev/cdc-wdm0 --set-plmn

I tried a bunch of pings which all came back negative:

root@OpenWrt:~# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
^C
--- 8.8.8.8 ping statistics ---
7 packets transmitted, 0 packets received, 100% packet loss
root@OpenWrt:~# ping 1.1.1.1
PING 1.1.1.1 (1.1.1.1): 56 data bytes
^C
--- 1.1.1.1 ping statistics ---
4 packets transmitted, 0 packets received, 100% packet loss
root@OpenWrt:~# ping -w 10 openwrt.org
^C
root@OpenWrt:~# ping -I wwan0 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
^C
--- 8.8.8.8 ping statistics ---
6 packets transmitted, 0 packets received, 100% packet loss
root@OpenWrt:~# nslookup www.google.com
Server:         127.0.0.1
Address:        127.0.0.1:53

** server can't find www.google.com: REFUSED

** server can't find www.google.com: REFUSED

Something else I found in another topic:

root@OpenWrt:~# cat /sys/class/net/wwan0/qmi/raw_ip
Y

I will report back tomorrow after the scan and trying to force another network.
Any other ideas so far or any other info you would need??

EDIT:
one more note:
I seem to only get very few RX packets on the LTE interface. Seems like it was about 2 packets per Restart/Reconnect and then no further packages.
I read a few topics about no incomming packets but didnt find anything useful there...

The 10.x is the proper address your modem received from the carrier [and passed to OpenWrt].
Please show the output of ifstatus LTE_4 (assuming you have such interface now).

1 Like

LTE_4 needs to be added to the wan firewall zone so that the router will forward and NAT to it. Also check the (v4) routing table to confirm that LTE_4 is the default route.

It's typical for the LTE interface to hold a private IP since most LTE networks will CGNAT customers on IPv4.

1 Like

LTE_4 is virtual, not user created, the zone will be inherited from the parent.

Yes, default route and DNS needs to be ticked on the main interface (LTE / Advanced settings). Thank you for reminder!

Hi,

so I did a network scan in an area with good mobile coverage and got all the mcc and mnc for the different networks here in slowenia.
I decided to try out these three, cause they were also working on my mobile phone when I tried them there:

uqmi -d /dev/cdc-wdm0 --set-plmn --mcc 293 --mnc 41
-> Mobitel

uqmi -d /dev/cdc-wdm0 --set-plmn --mcc 293 --mnc 70
-> TELEMACH

uqmi -d /dev/cdc-wdm0 --set-plmn --mcc 293 --mnc 40
-> A1 SI

So I used the commands above to set the network and then used uqmi -d /dev/cdc-wdm0 --network-register after. Then did a reboot of OpenWRT and checked the status.
On all three I did not see the 10.x.x.x IP adress anymore on the LTE_4 interface. It just showed *not present* all the time.
I was not able to get the 10.x.x.x IPv4 anymore.
But in console I was seeing IPv4 adresses as before, but not in the UI.

It also seemed to always accept the mnc change at first but went back to mnc 70 after the reboot.
mnc 70 beeing TELEMACH

Attached is a pictue of the interface UI screen with the LTE_4 having the not preset info and not showing the 10.x.x.x IP as before.

And here are my general and advanced Settings from the LTE interface, since you were talking about some settings there, but I am not sure exactly which ones:

General:

Advanced:

Sorry for all the text, but I am hoping that more info is more helpful in understanding the situation and maybe finding the missing hint...

Thanks for your help!

Here is the full ssh log from all three network changes and the following reboots and status infos:

root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --set-plmn --mcc 293 --mnc 41
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --network-register
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --get-data-status --get-current-settings --get-capabilities --get-signal-info --get-serving-system
"connected"
{
        "pdp-type": "ipv4",
        "ip-family": "ipv4",
        "mtu": 1500,
        "ipv4": {
                "ip": "10.50.110.208",
                "gateway": "10.50.110.209",
                "subnet": "255.255.255.224"
        },
        "ipv6": {

        },
        "domain-names": {

        }
}
{
        "max_tx_channel_rate": 50000000,
        "max_rx_channel_rate": 100000000,
        "data_service": "non_simultaneous_cs_ps",
        "sim": "supported",
        "networks": [
                "gsm",
                "umts",
                "lte"
        ]
}
{
        "type": "lte",
        "rssi": -51,
        "rsrq": -13,
        "rsrp": -84,
        "snr": 2.000000
}
{
        "registration": "registered",
        "plmn_mcc": 293,
        "plmn_mnc": 41,
        "plmn_description": "MOBITEL",
        "roaming": true
}
root@OpenWrt:~# reboot
root@OpenWrt:~# 
Session was closed


BusyBox v1.35.0 (2023-01-03 00:24:21 UTC) built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 22.03.3, r20028-43d71ad93e
 -----------------------------------------------------
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --get-data-status --get-current-settings --get-capabilities --get-signal-info --get-serving-system
"connected"
{
        "pdp-type": "ipv4",
        "ip-family": "ipv4",
        "mtu": 1500,
        "ipv4": {
                "ip": "10.31.230.88",
                "gateway": "10.31.230.89",
                "subnet": "255.255.255.240"
        },
        "ipv6": {

        },
        "domain-names": {

        }
}
{
        "max_tx_channel_rate": 50000000,
        "max_rx_channel_rate": 100000000,
        "data_service": "non_simultaneous_cs_ps",
        "sim": "supported",
        "networks": [
                "gsm",
                "umts",
                "lte"
        ]
}
{
        "type": "lte",
        "rssi": -59,
        "rsrq": -12,
        "rsrp": -91,
        "snr": 5.000000
}
{
        "registration": "registered",
        "plmn_mcc": 293,
        "plmn_mnc": 70,
        "plmn_description": "�\"��\u000c\u000e�",
        "roaming": true
}
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --set-plmn --mcc 293 --mnc 70
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --network-register
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --get-data-status --get-current-settings --get-capabilities --get-signal-info --get-serving-system
"connected"
{
        "pdp-type": "ipv4",
        "ip-family": "ipv4",
        "mtu": 1500,
        "ipv4": {
                "ip": "10.31.230.88",
                "gateway": "10.31.230.89",
                "subnet": "255.255.255.240"
        },
        "ipv6": {

        },
        "domain-names": {

        }
}
{
        "max_tx_channel_rate": 50000000,
        "max_rx_channel_rate": 100000000,
        "data_service": "non_simultaneous_cs_ps",
        "sim": "supported",
        "networks": [
                "gsm",
                "umts",
                "lte"
        ]
}
{
        "type": "lte",
        "rssi": -59,
        "rsrq": -12,
        "rsrp": -91,
        "snr": 4.600000
}
{
        "registration": "registered",
        "plmn_mcc": 293,
        "plmn_mnc": 70,
        "plmn_description": "�\"��\u000c\u000e�",
        "roaming": true
}
root@OpenWrt:~# reboot
root@OpenWrt:~# 
Session was closed


BusyBox v1.35.0 (2023-01-03 00:24:21 UTC) built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 22.03.3, r20028-43d71ad93e
 -----------------------------------------------------
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --get-data-status --get-current-settings --get-capabilities --get-signal-info --get-serving-system
"connected"
{
        "pdp-type": "ipv4",
        "ip-family": "ipv4",
        "mtu": 1500,
        "ipv4": {
                "ip": "10.31.230.88",
                "gateway": "10.31.230.89",
                "subnet": "255.255.255.240"
        },
        "ipv6": {

        },
        "domain-names": {

        }
}
{
        "max_tx_channel_rate": 50000000,
        "max_rx_channel_rate": 100000000,
        "data_service": "non_simultaneous_cs_ps",
        "sim": "supported",
        "networks": [
                "gsm",
                "umts",
                "lte"
        ]
}
{
        "type": "lte",
        "rssi": -61,
        "rsrq": -16,
        "rsrp": -92,
        "snr": 1.200000
}
{
        "registration": "registered",
        "plmn_mcc": 293,
        "plmn_mnc": 70,
        "plmn_description": "�\"��\u000c\u000e�",
        "roaming": true
}
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --set-plmn --mcc 293 --mnc 40
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --network-register
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --get-data-status --get-current-settings --get-capabilities --get-signal-info --get-serving-system
"connected"
{
        "pdp-type": "ipv4",
        "ip-family": "ipv4",
        "mtu": 1500,
        "ipv4": {
                "ip": "10.50.16.6",
                "gateway": "10.50.16.5",
                "subnet": "255.255.255.252"
        },
        "ipv6": {

        },
        "domain-names": {

        }
}
{
        "max_tx_channel_rate": 50000000,
        "max_rx_channel_rate": 100000000,
        "data_service": "non_simultaneous_cs_ps",
        "sim": "supported",
        "networks": [
                "gsm",
                "umts",
                "lte"
        ]
}
{
        "type": "lte",
        "rssi": -46,
        "rsrq": -10,
        "rsrp": -73,
        "snr": 9.000000
}
{
        "registration": "registered",
        "plmn_mcc": 293,
        "plmn_mnc": 40,
        "plmn_description": "�\u0018h�\u0004",
        "roaming": true
}
root@OpenWrt:~# reboot
root@OpenWrt:~# 
Session was closed


BusyBox v1.35.0 (2023-01-03 00:24:21 UTC) built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 22.03.3, r20028-43d71ad93e
 -----------------------------------------------------
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --get-data-status --get-current-settings --get-capabilities --get-signal-info --get-serving-system
"disconnected"
"Out of call"
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --get-data-status --get-current-settings --get-capabilities --get-signal-info --get-serving-system
"connected"
{
        "pdp-type": "ipv4",
        "ip-family": "ipv4",
        "mtu": 1500,
        "ipv4": {
                "ip": "10.50.129.142",
                "gateway": "10.50.129.141",
                "subnet": "255.255.255.252"
        },
        "ipv6": {

        },
        "domain-names": {

        }
}
{
        "max_tx_channel_rate": 50000000,
        "max_rx_channel_rate": 100000000,
        "data_service": "non_simultaneous_cs_ps",
        "sim": "supported",
        "networks": [
                "gsm",
                "umts",
                "lte"
        ]
}
"Information unavailable"
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --set-plmn --mcc 293 --mnc 41
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --get-data-status --get-current-settings --get-capabilities --get-signal-info --get-serving-system
"connected"
{
        "pdp-type": "ipv4",
        "ip-family": "ipv4",
        "mtu": 1500,
        "ipv4": {
                "ip": "10.29.238.13",
                "gateway": "10.29.238.14",
                "subnet": "255.255.255.252"
        },
        "ipv6": {

        },
        "domain-names": {

        }
}
{
        "max_tx_channel_rate": 50000000,
        "max_rx_channel_rate": 100000000,
        "data_service": "non_simultaneous_cs_ps",
        "sim": "supported",
        "networks": [
                "gsm",
                "umts",
                "lte"
        ]
}
{
        "type": "lte",
        "rssi": 0,
        "rsrq": 0,
        "rsrp": -140,
        "snr": -18.400000
}
{
        "registration": "registered",
        "plmn_mcc": 293,
        "plmn_mnc": 41,
        "plmn_description": "MOBITEL",
        "roaming": true
}
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --get-data-status --get-current-settings --get-capabilities --get-signal-info --get-serving-system
"connected"
{
        "pdp-type": "ipv4",
        "ip-family": "ipv4",
        "mtu": 1500,
        "ipv4": {
                "ip": "10.29.238.13",
                "gateway": "10.29.238.14",
                "subnet": "255.255.255.252"
        },
        "ipv6": {

        },
        "domain-names": {

        }
}
{
        "max_tx_channel_rate": 50000000,
        "max_rx_channel_rate": 100000000,
        "data_service": "non_simultaneous_cs_ps",
        "sim": "supported",
        "networks": [
                "gsm",
                "umts",
                "lte"
        ]
}
{
        "type": "lte",
        "rssi": 0,
        "rsrq": -3,
        "rsrp": -140,
        "snr": -5.600000
}
{
        "registration": "registered",
        "plmn_mcc": 293,
        "plmn_mnc": 41,
        "plmn_description": "MOBITEL",
        "roaming": true
}
root@OpenWrt:~# reboot
root@OpenWrt:~# 
Session was closed


BusyBox v1.35.0 (2023-01-03 00:24:21 UTC) built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt 22.03.3, r20028-43d71ad93e
 -----------------------------------------------------
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --get-data-status --get-current-settings --get-capabilities --get-signal-info --get-serving-system
"disconnected"
"Out of call"
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --set-plmn --mcc 293 --mnc 41
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --network-register
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --get-data-status --get-current-settings --get-capabilities --get-signal-info --get-serving-system
"disconnected"
"Out of call"
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --get-data-status --get-current-settings --get-capabilities --get-signal-info --get-serving-system
"connected"
{
        "pdp-type": "ipv4",
        "ip-family": "ipv4",
        "mtu": 1500,
        "ipv4": {
                "ip": "10.29.82.134",
                "gateway": "10.29.82.133",
                "subnet": "255.255.255.252"
        },
        "ipv6": {

        },
        "domain-names": {

        }
}
{
        "max_tx_channel_rate": 50000000,
        "max_rx_channel_rate": 100000000,
        "data_service": "non_simultaneous_cs_ps",
        "sim": "supported",
        "networks": [
                "gsm",
                "umts",
                "lte"
        ]
}
{
        "type": "lte",
        "rssi": -53,
        "rsrq": -11,
        "rsrp": -84,
        "snr": 1.000000
}
{
        "registration": "registered",
        "plmn_mcc": 293,
        "plmn_mnc": 41,
        "plmn_description": "MOBITEL",
        "roaming": true
}

Full list of network scan:

root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --network-scan
{
        "network_info": [
                {
                        "mcc": 293,
                        "mnc": 70,
                        "description": "TELEMACH",
                        "status": [
                                "current_serving",
                                "roaming",
                                "not_forbidden",
                                "preferred"
                        ]
                },
                {
                        "mcc": 293,
                        "mnc": 70,
                        "description": "TELEMACH",
                        "status": [
                                "available",
                                "roaming",
                                "not_forbidden",
                                "preferred"
                        ]
                },
                {
                        "mcc": 293,
                        "mnc": 70,
                        "description": "TELEMACH",
                        "status": [
                                "available",
                                "roaming",
                                "not_forbidden",
                                "preferred"
                        ]
                },
                {
                        "mcc": 293,
                        "mnc": 41,
                        "description": "MOBITEL",
                        "status": [
                                "available",
                                "roaming",
                                "not_forbidden",
                                "preferred"
                        ]
                },
                {
                        "mcc": 293,
                        "mnc": 41,
                        "description": "MOBITEL",
                        "status": [
                                "available",
                                "roaming",
                                "not_forbidden",
                                "preferred"
                        ]
                },
                {
                        "mcc": 219,
                        "mnc": 1,
                        "description": "HT HR",
                        "status": [
                                "available",
                                "roaming",
                                "not_forbidden",
                                "preferred"
                        ]
                },
                {
                        "mcc": 222,
                        "mnc": 1,
                        "description": "TIM",
                        "status": [
                                "available",
                                "roaming",
                                "not_forbidden",
                                "preferred"
                        ]
                },
                {
                        "mcc": 222,
                        "mnc": 10,
                        "description": "voda IT",
                        "status": [
                                "available",
                                "roaming",
                                "not_forbidden",
                                "preferred"
                        ]
                },
                {
                        "mcc": 222,
                        "mnc": 10,
                        "description": "voda IT",
                        "status": [
                                "available",
                                "roaming",
                                "not_forbidden",
                                "preferred"
                        ]
                },
                {
                        "mcc": 293,
                        "mnc": 40,
                        "description": "A1 SI",
                        "status": [
                                "available",
                                "roaming",
                                "not_forbidden",
                                "not_preferred"
                        ]
                },
                {
                        "mcc": 293,
                        "mnc": 40,
                        "description": "A1 SI",
                        "status": [
                                "available",
                                "roaming",
                                "not_forbidden",
                                "not_preferred"
                        ]
                },
                {
                        "mcc": 293,
                        "mnc": 40,
                        "description": "A1 SI",
                        "status": [
                                "available",
                                "roaming",
                                "not_forbidden",
                                "not_preferred"
                        ]
                }
        ],
        "radio_access_technology": [
                {
                        "mcc": 293,
                        "mnc": 70,
                        "radio": "lte"
                },
                {
                        "mcc": 293,
                        "mnc": 70,
                        "radio": "umts"
                },
                {
                        "mcc": 293,
                        "mnc": 70,
                        "radio": "gsm"
                },
                {
                        "mcc": 293,
                        "mnc": 41,
                        "radio": "lte"
                },
                {
                        "mcc": 293,
                        "mnc": 41,
                        "radio": "gsm"
                },
                {
                        "mcc": 219,
                        "mnc": 1,
                        "radio": "gsm"
                },
                {
                        "mcc": 222,
                        "mnc": 1,
                        "radio": "gsm"
                },
                {
                        "mcc": 222,
                        "mnc": 10,
                        "radio": "lte"
                },
                {
                        "mcc": 222,
                        "mnc": 10,
                        "radio": "gsm"
                },
                {
                        "mcc": 293,
                        "mnc": 40,
                        "radio": "umts"
                },
                {
                        "mcc": 293,
                        "mnc": 40,
                        "radio": "gsm"
                },
                {
                        "mcc": 293,
                        "mnc": 40,
                        "radio": "lte"
                }
        ]
}

Don't run any uqmi command manually. If you want to test different local operators - set plmn in the configuration file. You can restart QMI interface to initiate another connection attempt, there is no need to reboot.
Once IP address is obtained (10.x.x.x, 100.x.x.x), run ifstatus LTE_4

Which configuration file are you referring to for the -set plmn info?

And are my other general settings and advanced settings ok as they are?

I think you were talking about /etc/config/network.
This is what my config for LTE looked like before:

config interface 'LTE'
        option proto 'qmi'
        option device '/dev/cdc-wdm0'
        option auth 'none'
        option apn 'internet.t-mobile'
        option pdptype 'ipv4'
        option autoconnect '1'

And this is the "new" config with plmn info:

config interface 'LTE'
        option proto 'qmi'
        option device '/dev/cdc-wdm0'
        option pdptype 'ipv4'
        option plmn '293041'
        option autoconnect '1'
        option modes 'lte'
        option apn 'internet.telekom'
        option auth 'none'

Then I did a Restart of the LTE interface via UI.
First it looked like this:


and had the following in the System Log: (looks to me like multiple connection attempts)

Fri Jul 28 01:24:12 2023 daemon.notice netifd: LTE (28954): Waiting for network registration
Fri Jul 28 01:24:13 2023 daemon.notice netifd: LTE (28954): Starting network LTE
Fri Jul 28 01:24:14 2023 daemon.notice netifd: LTE (28954): Unable to connect IPv4
Fri Jul 28 01:24:14 2023 daemon.notice netifd: LTE (29061): Stopping network LTE
Fri Jul 28 01:24:14 2023 daemon.notice netifd: LTE (29061): Command failed: ubus call network.interface notify_proto { "action": 0, "link-up": false, "keep": false, "interface": "LTE" } (Permission denied)
Fri Jul 28 01:24:14 2023 daemon.notice netifd: Interface 'LTE' is now down
Fri Jul 28 01:24:14 2023 daemon.notice netifd: Interface 'LTE' is setting up now
Fri Jul 28 01:24:14 2023 daemon.notice netifd: LTE (29069): Waiting for SIM initialization
Fri Jul 28 01:24:14 2023 daemon.notice netifd: LTE (29069): Failed to parse message data
Fri Jul 28 01:24:14 2023 daemon.notice netifd: LTE (29069): PIN verification is disabled
Fri Jul 28 01:24:14 2023 daemon.notice netifd: LTE (29069): Setting PLMN to 293041
Fri Jul 28 01:24:15 2023 daemon.notice netifd: LTE (29069): Device does not support 802.3 mode. Informing driver of raw-ip only for wwan0 ..
Fri Jul 28 01:24:15 2023 daemon.notice netifd: LTE (29069): sh: write error: Resource busy
Fri Jul 28 01:24:15 2023 kern.err kernel: [33439.368680] qmi_wwan 2-2:1.4 wwan0: Cannot change a running device
Fri Jul 28 01:24:15 2023 daemon.notice netifd: LTE (29069): Waiting for network registration
Fri Jul 28 01:24:16 2023 daemon.notice netifd: LTE (29069): Starting network LTE
Fri Jul 28 01:24:16 2023 daemon.notice netifd: LTE (29069): Unable to connect IPv4
Fri Jul 28 01:24:16 2023 daemon.notice netifd: LTE (29188): Stopping network LTE
Fri Jul 28 01:24:16 2023 daemon.notice netifd: LTE (29188): Command failed: ubus call network.interface notify_proto { "action": 0, "link-up": false, "keep": false, "interface": "LTE" } (Permission denied)
Fri Jul 28 01:24:16 2023 daemon.notice netifd: Interface 'LTE' is now down
Fri Jul 28 01:24:16 2023 daemon.notice netifd: Interface 'LTE' is setting up now
Fri Jul 28 01:24:16 2023 daemon.notice netifd: LTE (29196): Waiting for SIM initialization
Fri Jul 28 01:24:16 2023 daemon.notice netifd: LTE (29196): Failed to parse message data
Fri Jul 28 01:24:17 2023 daemon.notice netifd: LTE (29196): PIN verification is disabled
Fri Jul 28 01:24:17 2023 daemon.notice netifd: LTE (29196): Setting PLMN to 293041
Fri Jul 28 01:24:17 2023 daemon.notice netifd: LTE (29196): Device does not support 802.3 mode. Informing driver of raw-ip only for wwan0 ..
Fri Jul 28 01:24:17 2023 daemon.notice netifd: LTE (29196): sh: write error: Resource busy
Fri Jul 28 01:24:17 2023 kern.err kernel: [33441.992456] qmi_wwan 2-2:1.4 wwan0: Cannot change a running device
Fri Jul 28 01:24:17 2023 daemon.notice netifd: LTE (29196): Waiting for network registration

But then it changed to this:

with this in System Log:

Fri Jul 28 01:26:49 2023 daemon.notice netifd: LTE (3587): Waiting for network registration
Fri Jul 28 01:26:50 2023 daemon.notice netifd: LTE (3587): Starting network LTE
Fri Jul 28 01:26:50 2023 daemon.notice netifd: LTE (3587): Unable to connect IPv4
Fri Jul 28 01:26:50 2023 daemon.notice netifd: LTE (3706): Stopping network LTE
Fri Jul 28 01:26:50 2023 daemon.notice netifd: LTE (3706): Command failed: ubus call network.interface notify_proto { "action": 0, "link-up": false, "keep": false, "interface": "LTE" } (Permission denied)
Fri Jul 28 01:26:50 2023 daemon.notice netifd: Interface 'LTE' is now down
Fri Jul 28 01:26:50 2023 daemon.notice netifd: Interface 'LTE' is setting up now
Fri Jul 28 01:26:50 2023 daemon.notice netifd: LTE (3714): Waiting for SIM initialization
Fri Jul 28 01:26:50 2023 daemon.notice netifd: LTE (3714): Failed to parse message data
Fri Jul 28 01:26:50 2023 daemon.notice netifd: LTE (3714): PIN verification is disabled
Fri Jul 28 01:26:50 2023 daemon.notice netifd: LTE (3714): Setting PLMN to 293041
Fri Jul 28 01:26:51 2023 daemon.notice netifd: LTE (3714): Device does not support 802.3 mode. Informing driver of raw-ip only for wwan0 ..
Fri Jul 28 01:26:51 2023 kern.err kernel: [33595.688973] qmi_wwan 2-2:1.4 wwan0: Cannot change a running device
Fri Jul 28 01:26:51 2023 daemon.notice netifd: LTE (3714): sh: write error: Resource busy
Fri Jul 28 01:26:51 2023 daemon.notice netifd: LTE (3714): Waiting for network registration
Fri Jul 28 01:26:52 2023 daemon.notice netifd: LTE (3714): Starting network LTE
Fri Jul 28 01:26:52 2023 daemon.notice netifd: LTE (3714): Setting up wwan0
Fri Jul 28 01:26:52 2023 daemon.notice netifd: Network alias 'wwan0' link is up
Fri Jul 28 01:26:52 2023 daemon.notice netifd: Interface 'LTE' is now up
Fri Jul 28 01:26:52 2023 daemon.notice netifd: Interface 'LTE_4' is enabled
Fri Jul 28 01:26:52 2023 daemon.notice netifd: Interface 'LTE_4' has link connectivity
Fri Jul 28 01:26:52 2023 daemon.notice netifd: Interface 'LTE_4' is setting up now
Fri Jul 28 01:26:52 2023 daemon.notice netifd: LTE_4 (3861): udhcpc: started, v1.35.0
Fri Jul 28 01:26:52 2023 user.notice firewall: Reloading firewall due to ifup of LTE (wwan0)
Fri Jul 28 01:26:52 2023 daemon.notice netifd: LTE_4 (3861): udhcpc: broadcasting discover
Fri Jul 28 01:26:55 2023 daemon.notice hostapd: wlan0: STA-OPMODE-SMPS-MODE-CHANGED 5c:e4:2a:50:89:3f dynamic
Fri Jul 28 01:26:55 2023 daemon.notice netifd: wg_ffb (32642): Try again: `s************:****1'. Trying again in 6.19 seconds...
Fri Jul 28 01:26:56 2023 daemon.notice netifd: LTE_4 (3861): udhcpc: broadcasting discover
Fri Jul 28 01:26:59 2023 daemon.notice netifd: LTE_4 (3861): udhcpc: broadcasting discover
Fri Jul 28 01:27:06 2023 daemon.notice hostapd: wlan0: STA-OPMODE-SMPS-MODE-CHANGED 5c:e4:2a:50:89:3f off
Fri Jul 28 01:27:07 2023 daemon.notice netifd: wg_ffb (32642): Try again: `s************:****1'. Trying again in 7.43 seconds...
Fri Jul 28 01:27:19 2023 daemon.notice netifd: wg_ffb (32642): Try again: `s************:****1'. Trying again in 8.92 seconds...

ifstatus LTE_4:

root@OpenWrt:/etc/config# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
ping: sendto: Network unreachable
root@OpenWrt:/etc/config# ifstatus LTE_4
{
        "up": false,
        "pending": true,
        "available": true,
        "autostart": true,
        "dynamic": true,
        "proto": "dhcp",
        "device": "wwan0",
        "data": {
                "zone": "wan"
        }
}

And uqmiinfo still shows mnc: 70:

root@OpenWrt:/etc/config# uqmi -d /dev/cdc-wdm0 --get-data-status --get-current-settings --get-capabilities --get-signal-info --get-serving-system
"connected"
{
        "pdp-type": "ipv4",
        "ip-family": "ipv4",
        "mtu": 1500,
        "ipv4": {
                "ip": "10.30.179.222",
                "gateway": "10.30.179.221",
                "subnet": "255.255.255.252"
        },
        "ipv6": {

        },
        "domain-names": {

        }
}
{
        "max_tx_channel_rate": 50000000,
        "max_rx_channel_rate": 100000000,
        "data_service": "non_simultaneous_cs_ps",
        "sim": "supported",
        "networks": [
                "gsm",
                "umts",
                "lte"
        ]
}
{
        "type": "lte",
        "rssi": -66,
        "rsrq": -9,
        "rsrp": -94,
        "snr": 16.200000
}
{
        "registration": "registered",
        "plmn_mcc": 293,
        "plmn_mnc": 70,
        "plmn_description": "�\"��\u000c\u000e�",
        "roaming": true
}

And this is my full /etc/config/network file:

config interface 'loopback'
        option device 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config globals 'globals'
        option ula_prefix 'fda4:4ebb:b811::/48'

config device
        option name 'br-lan'
        option type 'bridge'
        list ports 'eth0'

config interface 'lan'
        option device 'br-lan'
        option proto 'static'
        option netmask '255.255.255.0'
        option ip6assign '60'
        option ipaddr '192.168.111.1'

config interface 'wan'
        option proto 'dhcp'
        option device 'wwan0'

config interface 'wan6'
        option device 'eth1'
        option proto 'dhcpv6'

config interface 'LTE'
        option proto 'qmi'
        option device '/dev/cdc-wdm0'
        option pdptype 'ipv4'
        option plmn '293041'
        option autoconnect '1'
        option modes 'lte'
        option apn 'internet.telekom'
        option auth 'none'

config device
        option name 'wwan0'
        option ipv6 '0'

config interface 'wg_ffb'
        option proto 'wireguard'
        option private_key '*************************************'
        list addresses '172.17.17.2/32'

config wireguard_wg_ffb
        option description 'FFB'
        option public_key '**************************************'
        list allowed_ips '172.17.17.1/32'
        list allowed_ips '10.11.0.0/16'
        option route_allowed_ips '1'
        option endpoint_host '**********************'
        option endpoint_port '*****'
        option persistent_keepalive '25'
        option preshared_key '************************************'

I see no problems with network registration, but there is an issue with DHCP - modem has the address from the carrier but router cannot obtain this information from the modem. One of the reasons could be an old modem firmware. Try adding to the config file option dhcp '0' and see if it helps.

I added the option dhcp '0' in the config file and restarted the interface via GUI.

Now it shows the IP Adress in the GUI but the LTE_4 interface does not show up anymore now.
And there is still 0 RX packages on the LTE interface which seems strange to me.

root@OpenWrt:/etc/config# ifstatus LTE_4
Interface LTE_4 not found

In the config file I have option plmn '293041'
But in get-serving-system still shows mnc 70 and a strange "plmn_description": "�\"��\u000c\u000e�",

root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --get-data-status --get-current-settings --get-capabilities --get-signal-info --get-serving-system
"connected"
{
        "pdp-type": "ipv4",
        "ip-family": "ipv4",
        "mtu": 1500,
        "ipv4": {
                "ip": "10.50.29.176",
                "gateway": "10.50.29.177",
                "subnet": "255.255.255.224"
        },
        "ipv6": {

        },
        "domain-names": {

        }
}
{
        "max_tx_channel_rate": 50000000,
        "max_rx_channel_rate": 100000000,
        "data_service": "non_simultaneous_cs_ps",
        "sim": "supported",
        "networks": [
                "gsm",
                "umts",
                "lte"
        ]
}
{
        "type": "lte",
        "rssi": -63,
        "rsrq": -6,
        "rsrp": -93,
        "snr": 10.800000
}
{
        "registration": "registered",
        "plmn_mcc": 293,
        "plmn_mnc": 70,
        "plmn_description": "�\"��\u000c\u000e�",
        "roaming": true
}

Please run

ifstatus LTE
ip r
ip l

and also

opkg update
opkg install picocom kmod-usb-serial-option

Then connect to the modem with picocom /dev/ttyUSB2 and send ATI command, it will show you the current firmware version.

root@OpenWrt:~# ifstatus LTE
{
        "up": true,
        "pending": false,
        "available": true,
        "autostart": true,
        "dynamic": false,
        "uptime": 468,
        "l3_device": "wwan0",
        "proto": "qmi",
        "updated": [
                "addresses",
                "routes",
                "data"
        ],
        "metric": 0,
        "dns_metric": 0,
        "delegation": true,
        "ipv4-address": [
                {
                        "address": "10.50.31.214",
                        "mask": 30
                }
        ],
        "ipv6-address": [

        ],
        "ipv6-prefix": [

        ],
        "ipv6-prefix-assignment": [

        ],
        "route": [
                {
                        "target": "0.0.0.0",
                        "mask": 0,
                        "nexthop": "10.50.31.213",
                        "source": "0.0.0.0/0"
                }
        ],
        "dns-server": [

        ],
        "dns-search": [

        ],
        "neighbors": [

        ],
        "inactive": {
                "ipv4-address": [

                ],
                "ipv6-address": [

                ],
                "route": [

                ],
                "dns-server": [

                ],
                "dns-search": [

                ],
                "neighbors": [

                ]
        },
        "data": {
                "cid_4": "3",
                "pdh_4": "-2027730336",
                "zone": "wan"
        }
}
root@OpenWrt:~# ip r
default via 10.50.31.213 dev wwan0 
10.50.31.212/30 dev wwan0 scope link  src 10.50.31.214 
192.168.111.0/24 dev br-lan scope link  src 192.168.111.1 
root@OpenWrt:~# ip l
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master br-lan state UP qlen 1000
    link/ether 42:75:c4:ab:cb:b0 brd ff:ff:ff:ff:ff:ff
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP qlen 1000
    link/ether aa:02:b6:c3:17:76 brd ff:ff:ff:ff:ff:ff
5: wwan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN qlen 1000
    link/ether be:95:f9:f2:59:75 brd ff:ff:ff:ff:ff:ff
6: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
    link/ether 42:75:c4:ab:cb:b0 brd ff:ff:ff:ff:ff:ff
8: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP qlen 1000
    link/ether 34:98:b5:a3:96:14 brd ff:ff:ff:ff:ff:ff
11: wg_ffb: <POINTOPOINT,NOARP> mtu 1420 qdisc noop state DOWN qlen 1000
    link/[65534] 

EDIT:
I cant install anything, since the router (OpenWRT) does not have any internet access right now.
Since I am not at home I cant take it in my house and plug a WAN connection from my home network...

I only have my mobile phone (android) with me that can make a mobile hotspot...

This is what people use in such cases, just configure your router as a WiFi client.

Back to the subject - I probably see the issue but don't understand yet why we may have it here.
Try ip link set dev wwan0 arp off
but I'm not sure it will work on the interface that is up. You can probably stop LTE interface first, run the command then restart LTE.

I will try the mobile hotspot connection later.

For now I used the command ip link set dev wwan0 arp off.
At first it didnt seem to make any difference, but then I noticed that my windows laptop now thinks that the network provides internet access now... but it cant ping 8.8.8.8 neither from my windows laptop nor from root@openwrt.

And also the mnc and description are now correct:

root@OpenWrt:~# ip link set dev wwan0 arp off
root@OpenWrt:~# uqmi -d /dev/cdc-wdm0 --get-data-status --get-current-settings --get-capabilities --get-signal-info --get-serving-system
"connected"
{
        "pdp-type": "ipv4",
        "ip-family": "ipv4",
        "mtu": 1500,
        "ipv4": {
                "ip": "10.50.226.34",
                "gateway": "10.50.226.33",
                "subnet": "255.255.255.252"
        },
        "ipv6": {

        },
        "domain-names": {

        }
}
{
        "max_tx_channel_rate": 50000000,
        "max_rx_channel_rate": 100000000,
        "data_service": "non_simultaneous_cs_ps",
        "sim": "supported",
        "networks": [
                "gsm",
                "umts",
                "lte"
        ]
}
{
        "type": "lte",
        "rssi": -52,
        "rsrq": -13,
        "rsrp": -79,
        "snr": 12.200000
}
{
        "registration": "registered",
        "plmn_mcc": 293,
        "plmn_mnc": 41,
        "plmn_description": "MOBITEL",
        "roaming": true
}
root@OpenWrt:~# ifstatus LTE
{
        "up": true,
        "pending": false,
        "available": true,
        "autostart": true,
        "dynamic": false,
        "uptime": 410,
        "l3_device": "wwan0",
        "proto": "qmi",
        "updated": [
                "addresses",
                "routes",
                "data"
        ],
        "metric": 0,
        "dns_metric": 0,
        "delegation": true,
        "ipv4-address": [
                {
                        "address": "10.50.226.34",
                        "mask": 30
                }
        ],
        "ipv6-address": [

        ],
        "ipv6-prefix": [

        ],
        "ipv6-prefix-assignment": [

        ],
        "route": [
                {
                        "target": "0.0.0.0",
                        "mask": 0,
                        "nexthop": "10.50.226.33",
                        "source": "0.0.0.0/0"
                }
        ],
        "dns-server": [

        ],
        "dns-search": [

        ],
        "neighbors": [

        ],
        "inactive": {
                "ipv4-address": [

                ],
                "ipv6-address": [

                ],
                "route": [

                ],
                "dns-server": [

                ],
                "dns-search": [

                ],
                "neighbors": [

                ]
        },
        "data": {
                "cid_4": "3",
                "pdh_4": "-2027741280",
                "zone": "wan"
        }
}
root@OpenWrt:~# ifstatus LTE_4
Interface LTE_4 not found
root@OpenWrt:~# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
^C
--- 8.8.8.8 ping statistics ---
9 packets transmitted, 0 packets received, 100% packet loss

EDIT:
Still no LTE_4 interface and still no RX packages on the LTE interface: RX: 0 B (0 Pkts.)

If you run ip l show dev wwan0 you should now see NOARP flag set.
You have "dns-server" list empty in ifstatus output, that's bad.
I see that you cannot ping 8.8.8.8 but check if you can query it as a DNS server: nslookup openwrt.org 8.8.8.8

Please try to get the terminal access to the modem as described above and also query the modem with AT+CGCONTRDP=1 command (assuming context 1 is in use, AT+CGPADDR should show where the IP address is assigned). +CGCONTRDP output should show the DNS server(s) assigned (if any).

Any reason that you have configured your wan interface with wwan0?
Or, is it an old print out?

yes I can see that:

root@OpenWrt:~# ip l show dev wwan0
5: wwan0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN qlen 1000
    link/[65534] 

Would I need to change anything there or is that supposed to be filled by the carrier?

Seems like no:

root@OpenWrt:~# nslookup openwrt.org 8.8.8.8
;; connection timed out; no servers could be reached

Gonna get Internet on the router now hopefully with wifi hotspot and then install the software and connect via serial

I think this was old, here is the up to date ifconfig -a:
But I am not sure where the WAN and WAN6 interfaces orginally came from and if I still need them?

root@OpenWrt:~# ifconfig -a
br-lan    Link encap:Ethernet  HWaddr 42:75:C4:AB:CB:B0  
          inet addr:192.168.111.1  Bcast:192.168.111.255  Mask:255.255.255.0
          inet6 addr: fe80::4075:c4ff:feab:cbb0/64 Scope:Link
          inet6 addr: fda4:4ebb:b811::1/60 Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:22992 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8566 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:2112495 (2.0 MiB)  TX bytes:3594957 (3.4 MiB)

eth0      Link encap:Ethernet  HWaddr 42:75:C4:AB:CB:B0  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:13088 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4598 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1220296 (1.1 MiB)  TX bytes:1845193 (1.7 MiB)

eth1      Link encap:Ethernet  HWaddr AA:02:B6:C3:17:76  
          inet6 addr: fe80::a802:b6ff:fec3:1776/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4614 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:210 (210.0 B)  TX bytes:1554228 (1.4 MiB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:26177 errors:0 dropped:0 overruns:0 frame:0
          TX packets:26177 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:2043549 (1.9 MiB)  TX bytes:2043549 (1.9 MiB)

wg_ffb    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          POINTOPOINT NOARP  MTU:1420  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

wlan0     Link encap:Ethernet  HWaddr 34:98:B5:A3:96:14  
          inet6 addr: fe80::3698:b5ff:fea3:9614/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:9944 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10384 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1220694 (1.1 MiB)  TX bytes:3014144 (2.8 MiB)

wwan0     Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:10.50.64.205  P-t-P:10.50.64.205  Mask:255.255.255.252
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11756 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:855103 (835.0 KiB)