pycrate_osmo.L1CTL: fix L1CTL_H0: add missing padding

Both L1CTL_H0 and L1CTL_H1 must have equal size.
This commit is contained in:
Vadim Yanitskiy 2022-05-13 17:14:57 +03:00
parent 9acd0e0b9c
commit e961929748
1 changed files with 1 additions and 0 deletions

View File

@ -427,6 +427,7 @@ class L1CTLDataReq(Envelope):
class L1CTL_H0(Envelope): class L1CTL_H0(Envelope):
_GEN = ( _GEN = (
ARFCNBand('ARFCN'), ARFCNBand('ARFCN'),
Buf('Pad', bl=138 * 8, rep=REPR_HEX)
) )