This commit is contained in:
mich 2020-06-15 16:59:44 +02:00
parent 530eb8c848
commit 2d61be3350
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ class SUPI_IMSI(Envelope):
2 : SUCI_ECIESProfB()
},
DEFAULT=Buf('SUCI_UnkProf', rep=REPR_HEX),
sel=lambda self: self.get_env()[2].get_val())
sel=lambda self: self.get_env()[3].get_val())
)