Commit Graph

6 Commits

Author SHA1 Message Date
Vadim Yanitskiy e961929748 pycrate_osmo.L1CTL: fix L1CTL_H0: add missing padding
Both L1CTL_H0 and L1CTL_H1 must have equal size.
2022-05-13 17:15:04 +03:00
Vadim Yanitskiy 9acd0e0b9c pycrate_osmo.L1CTL: fix L1CTLInfoUL: remove Buf('Payload')
This Envelope represents an Uplink header, there is no payload in it.
2022-05-13 17:13:43 +03:00
Vadim Yanitskiy d1cd22d75f pycrate_osmo.L1CTL: fix wrong bl in ARFCNFlags
Fixes e3eecabc06, in which I used
wrong field length values.  ARFCNFlags should be 16 bits total.
2022-05-13 17:08:06 +03:00
Vadim Yanitskiy f8aa13b958 pycrate_osmo/L1CTL: fix wrong parent class in L1CTLTrafficInd 2022-01-14 15:00:27 +06:00
Vadim Yanitskiy e3eecabc06 pycrate_osmo/L1CTL: fix: ARFCN comes with frequency band indicator
See ARFCN_FLAG_MASK and related macros in libosmocore.
2020-01-22 08:18:34 +07:00
mich 794eaa1b00 osmo: add support for the osmocom-bb L1CTL protocol 2020-01-17 14:27:11 +01:00