pycrate_osmo.L1CTL: fix L1CTLInfoUL: remove Buf('Payload')

This Envelope represents an Uplink header, there is no payload in it.
This commit is contained in:
Vadim Yanitskiy 2022-05-13 17:13:16 +03:00
parent d1cd22d75f
commit 9acd0e0b9c
1 changed files with 0 additions and 1 deletions

View File

@ -308,7 +308,6 @@ class L1CTLInfoUL(Envelope):
ChannelNumber(), # GSM 08.58 channel number (9.3.1)
LinkIdentifier(), # GSM 08.58 link identifier (9.3.2)
Uint16('pad', rep=REPR_HEX),
Buf('Payload', rep=REPR_HEX)
)