aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-virtual/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2017-04-06VIRT-PHY: Extracted common virtphy utils.stumpf/virt-phySebastian Stumpf1-1/+3
2017-02-06VIRT-PHY: Cleanup dirs, makefile, dependencies and formatting code.Sebastian Stumpf1-7/+2
2017-01-26VIRT-PHY: Forward RACH on uplink with received values.Sebastian Stumpf1-1/+4
Dummy values are no longer used, but the received ra content parsed from the gsmtap msg data and forwarded to the upper layer. Minor changes: Comments, removed unnecessary code.
2017-01-23VIRT-PHY: Added functionality to cooperate with osmocom-bb virt-phy.Sebastian Stumpf1-1/+1
This patch improves the virtual physical layer designed to replace the air interface. The purpose is to get rid of the hardware requirements and be able to start testing and implementing layer 2 communication functionality on one machine. Multicast sockets are used to enable bidirectional communication between the BTS and the MS process. The GSMTAP protocol designed for wireshark capturing is used to encapsulate the payload on the virtual physical layer. * Working mcast socket communication and extraction of its functionality. * Fixed OML and RSL startup sequences. * Icludes tests for mcast socket and virtual UM. * Ecapsulation and parsing methods to and from GSMTAP messages. * Basic handlers for file descriptor callbacks from incoming mcast messages. * Multiplexing to different channels based on GSMTAP header channel type.
2017-01-23WIP: Initial check-in of a new virtual BTSHarald Welte1-0/+10