sysmo_isim_sja2: fix OP/OPc display for 4g5g

When the OP/OPc for 4g5g should be displayed, then actually 3g key is displayed,
which is wrong.

Related: SYS#6473
This commit is contained in:
Philipp Maier 2023-06-23 13:40:16 +02:00
parent de8db1c189
commit 6702e0e5e8
1 changed files with 1 additions and 1 deletions

View File

@ -945,7 +945,7 @@ class Sysmo_isim_sja2(Sysmo_usim):
self.__display_opc(ef_2g, "2g")
self.__display_opc(ef_3g, "3g")
if ef_4g5g:
self.__display_opc(ef_3g, "4g5g")
self.__display_opc(ef_4g5g, "4g5g")
print("")