Skip to content

Commit 580889f

Browse files
committed
NAS5G: fix CritDNNs in Operator-defined access category definitions
1 parent c97546f commit 580889f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycrate_mobile/TS24501_IE.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1903,7 +1903,7 @@ class NSSAIInclMode(Envelope):
19031903
class _CritDNNs(Envelope):
19041904
_GEN = (
19051905
Uint8('Cnt'),
1906-
Array('DNNs', GEN=DNN())
1906+
Sequence('DNNs', GEN=DNN())
19071907
)
19081908

19091909
def __init__(self, *args, **kwargs):

0 commit comments

Comments
 (0)