This commit is contained in:
Andrei Vereha 2021-06-26 15:59:05 +02:00
parent 7b0702b8eb
commit 8cc6ab260d

View file

@ -82,7 +82,7 @@ data class EapMessage(
return EapMessage(
code = EapCode.byValue(payload[0]),
identifier = payload[1],
attributes = EapAkaAttribute.parseAttributes(aapsLogger, attributesPayload).toTypedArray(),
attributes = EapAkaAttribute.parseAttributes(attributesPayload).toTypedArray(),
subType = payload[5],
)
}