From 9acd0e0b9ccd5093530cdc694a414e4b0e307265 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 13 May 2022 17:13:16 +0300 Subject: [PATCH] pycrate_osmo.L1CTL: fix L1CTLInfoUL: remove Buf('Payload') This Envelope represents an Uplink header, there is no payload in it. --- pycrate_osmo/L1CTL.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pycrate_osmo/L1CTL.py b/pycrate_osmo/L1CTL.py index 4f42788..868de37 100644 --- a/pycrate_osmo/L1CTL.py +++ b/pycrate_osmo/L1CTL.py @@ -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) )