From 4a54594f6b9fe41c6f0209a2d2599b422ea45717 Mon Sep 17 00:00:00 2001 From: Scott Wang Date: Mon, 4 Mar 2024 11:15:56 +0800 Subject: [PATCH] fix typo --- pycrate_mobile/NAS5G.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycrate_mobile/NAS5G.py b/pycrate_mobile/NAS5G.py index 80f3e131..29201831 100644 --- a/pycrate_mobile/NAS5G.py +++ b/pycrate_mobile/NAS5G.py @@ -199,7 +199,7 @@ def parse_PayCont(conttype, buf): # error 97, Message type non-existent or not implemented return None, 97 - elif conttype == FGSMMContType.UPPRMUP and len(buf) >= 17: + elif conttype == FGSMMContType.UEPRMUP and len(buf) >= 17: # UPU Cont = UPUTransContainer() try: