Skip to content

Commit 8c34e34

Browse files
committed
UEPOL: fix time window structure
1 parent 0b8309e commit 8c34e34

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pycrate_mobile/TS24526_UEPOL.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,14 @@ class _RouteSelectDescCompAccessType(Envelope):
251251
# Table 5.2.1, time window type
252252
class _RouteSelectDescCompTimeWin(Envelope):
253253
_GEN = (
254-
Uint32('Second'),
255-
Uint32('Fraction')
254+
Envelope('StartTime', GEN=(
255+
Uint32('Second'),
256+
Uint32('Fraction')
257+
)),
258+
Envelope('StopTime', GEN=(
259+
Uint32('Second'),
260+
Uint32('Fraction')
261+
))
256262
)
257263

258264

0 commit comments

Comments
 (0)