summaryrefslogtreecommitdiffstats
path: root/src/host/virt_phy/src/virtphy.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-10virt_phy: use osmo_init_logging2() to init loggingVadim Yanitskiy1-1/+1
2023-03-17{trxcon,virt_phy}: shared GPRS L1 (MAC) implementationVadim Yanitskiy1-1/+3
2023-03-13virt_phy: rearrange and clean up header filesVadim Yanitskiy1-11/+13
2022-11-05virt_phy: support building with -WerrorVadim Yanitskiy1-2/+2
2020-03-10virtphy: Add command line arguments to set multicast netdev + TTLHarald Welte1-3/+15
2020-03-10virtphy: Sync virtual_um.[ch] with osmo-btsHarald Welte1-1/+1
2019-07-21virtphy: Handle strtok() returning NULL on first callHarald Welte1-0/+2
2018-08-27cosmetic: add commandline helpPhilipp Maier1-1/+24
2017-08-20virtphy: Add SIGINT+SIGTERM handlersHarald Welte1-0/+6
2017-07-19VIRT-PHY: enable proper memory leak debuggingHarald Welte1-2/+25
2017-07-19VIRT-PHY: We don't do line-breaks inside log statementsHarald Welte1-3/+1
2017-07-19VIRT-PHY: Properly destroy l1_model_ms after disconnectHarald Welte1-1/+7
2017-07-19VIRT-PHY: Change default log levelsHarald Welte1-1/+1
2017-07-19VIRT-PHY: Separate logging of L1 Control and L1 DataHarald Welte1-1/+1
2017-07-19VIRT-PHY: Log MS context number whenever possibleHarald Welte1-1/+1
2017-07-19VIRT-PHY: Major rewrite to deal with muliple L1CTL clientsHarald Welte1-16/+37
2017-07-19VIRT-PHY: Don't redefine GSMTAP port number, use libosmocoreHarald Welte1-2/+2
2017-07-18VIRT-PHY: reorganize data structuresHarald Welte1-3/+3
2017-07-12VIRT-PHY: coding style / API usage cleanupHarald Welte1-21/+39
2017-07-12VIRT-PHY: Configurable signal power reductions for multiple arfcns.Sebastian Stumpf1-1/+57
2017-07-12VIRT-PHY: Added option parsing.Sebastian Stumpf1-19/+60
2017-07-12VIRT-PHY: Add downlink filter for msg on dedicated channels.Sebastian Stumpf1-1/+1
2017-07-12VIRT-PHY: Data and traffic req from l23 now use scheduler.Sebastian Stumpf1-1/+1
2017-07-12VIRT-PHY: Uplink scheduler implementation.Sebastian Stumpf1-0/+2
2017-07-12VIRT-PHY: Enable multiple phy-instances by configurable l1ctl-sock-path.Sebastian Stumpf1-3/+12
2017-07-12VIRT-PHY: Cleanup dirs, makefile, dependencies and formatting code.Sebastian Stumpf1-12/+8
2017-07-12VIRT_PHY: Improved l1ctl-to-l23 interface + gsmtap header parsing.Sebastian Stumpf1-3/+6
2017-07-12VIRT-PHY: Initial commit of virt-phy to work with osmo-bts virt-phy.Sebastian Stumpf1-0/+50