mobile: fix SUCI null scheme naming

This commit is contained in:
mich 2020-01-31 17:53:36 +01:00
parent ac85bc4db8
commit 7f87504edc
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ class SUPI_IMSI(Envelope):
Uint('ProtSchemeID', bl=4, dic=_ProtSchemeID_dict),
Uint8('HNPKID'),
Alt('Output', GEN={
0 : BufBCD('IMSI'),
0 : BufBCD('MSIN'),
1 : SUCI_ECIESProfA(),
2 : SUCI_ECIESProfB()
},