sysmo_isim_sja2: generalize SRES derivation function text

When we print which SRES derivation function is selected, we prefix the
text output with "Milenage: ", this is not entirely correct, other
algorithm also support this setting (TUAK, XOR 3G...), so let's
generalize the text.
This commit is contained in:
Philipp Maier 2023-06-08 15:51:03 +02:00
parent b7e0c6f782
commit da7e7b1ded
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class SYSMO_ISIMSJA2_FILE_EF_XSIM_AUTH_KEY:
else:
dump += pfx + "Milenage: use OP\n"
dump += pfx + "Milenage: use SRES deviation function " + str(self.sres_dev_func) + "\n"
dump += pfx + "use SRES deviation function (if applicable) " + str(self.sres_dev_func) + "\n"
return dump