No 5G connection

Hello,

I am trying to connect to 5G using a Cyta SIM Card from Cyprus. My iPhone 16 connects without problems to 5G with really high speeds using band n78.

This is the result of executing the network_monitor script:

**pi@raspberrypi**:**~ $** /home/pi/monitor_network.sh

AT

OK

AT+QGMR

RM502QAEAAR11A04M4G_01.202.01.202

OK

AT+CGDCONT?

+CGDCONT: 1,"IPV4V6","cytamobile","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0,,,,,,,,,"",,,,0

OK

AT+CFUN?

+CFUN: 1

OK

AT+QCFG="usbnet"

+QCFG: "usbnet",1

OK

AT+QNWPREFCFG="mode_pref"

+QNWPREFCFG: "mode_pref",NR5G

OK

AT+QENG="servingcell"

+QENG: "servingcell","SEARCH"

OK

AT+QNWPREFCFG="nr5g_disable_mode"

+QNWPREFCFG: "nr5g_disable_mode",0

OK

AT+QNWPREFCFG="nr5g_band"

+QNWPREFCFG: "nr5g_band",41:77:78

OK

AT+QNWPREFCFG="nsa_nr5g_band"

+QNWPREFCFG: "nsa_nr5g_band",78

OK

AT+QNWINFO

+QNWINFO: No Service

OK

AT+COPS?

+COPS: 0

OK

AT+CGACT?

+CGACT: 1,0

OK

AT+CGPADDR=1

+CGPADDR: 1,""

OK

Can you please point me in some direction? Feel like I am losing hours trying AT commands. Thanks in advance!