osmocom-bb/src/host/virt_phy
Vadim Yanitskiy 219ed20cb5 l1ctl_proto.h: use flexible array member for traffic messages
Unlike the DATA messages, traffic frames may have different length.
Instead of having fixed payload (i.e. TCH frame) length, let's
introduce a flexible array member. This would allow one to
calculate the frame length using the MSGB API.

Change-Id: I119fa36c84e95c3003d57c19e25f8146ed45c3c6
2018-11-05 05:13:57 +00: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 for traffic messages 2018-11-05 05:13:57 +00: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).