Skip to content

Commit 17e7255

Browse files
committed
NAS5G: fix enumeration for 5G MM container type
1 parent 580889f commit 17e7255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycrate_mobile/NAS5G.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def parse_PayCont(conttype, buf):
200200
# error 97, Message type non-existent or not implemented
201201
return None, 97
202202

203-
elif conttype == FGSMMContType.UPPRMUP and len(buf) >= 17:
203+
elif conttype == FGSMMContType.UEPRMUP and len(buf) >= 17:
204204
# UPU
205205
Cont = UPUTransContainer()
206206
try:

0 commit comments

Comments
 (0)