osmocom-bb/src/host/virt_phy
Vadim Yanitskiy 7b8da829c4 l1ctl_proto.h: use flexible array member to store a traffic frame
Unlike the LAPDm messages, traffic frames may have different
length. Instead of having a buffer with fixed length, let's
use flexible array member. This would allow one to calculate
a frame length using the MSGB API (i.e. msgb_l3len()).

Change-Id: I119fa36c84e95c3003d57c19e25f8146ed45c3c6
2018-10-03 18:43:08 +07:00
..
include VIRT-PHY: Add support for GPRS / TBF mode 2017-08-20 22:19:17 +02:00
src l1ctl_proto.h: use flexible array member to store a traffic frame 2018-10-03 18:43:08 +07:00
.gitignore Don't ignore top-level Makefile 2018-01-22 17:33:54 +01:00
Makefile.am VIRT-PHY: Make sure heaer files are part of 'make dist' 2017-07-12 23:26:26 +02:00
README VIRT-PHY: Initial commit of virt-phy to work with osmo-bts virt-phy. 2017-07-12 23:26:26 +02:00
configure.ac VIRT-PHY: Make sure heaer files are part of 'make dist' 2017-07-12 23:26:26 +02:00

README

This is the package for the Osmocom virtual physical layer.
A layer 1 implementation satisfying the L1CTL interface towards the l23 application (e.g. mobile).