summaryrefslogtreecommitdiffstats
path: root/src/host/virt_phy
AgeCommit message (Expand)AuthorFilesLines
2018-11-05l1ctl_proto.h: use flexible array member for traffic messagesVadim Yanitskiy1-1/+5
2018-09-16Install to /bin as it doesn't require special privileges..Holger Hans Peter Freyther1-1/+1
2018-08-27cosmetic: add commandline helpPhilipp Maier1-1/+24
2018-08-27cosmetic: fix typoPhilipp Maier1-1/+1
2018-08-24osmo_mcast_sock: make sure SO_REUSEADDR is appliedPhilipp Maier1-2/+3
2018-04-15VIRT_PHY: add missing L1CTL_BURST_IND to l1ctlPrimNamesVadim Yanitskiy1-0/+1
2018-03-21virt_phy: Add missing gprs related entries to l1ctlPrimNamesPau Espin Pedrol1-1/+6
2018-01-22Don't ignore top-level MakefileMax1-0/+1
2017-10-23mobile: clean up and share example configsVadim Yanitskiy2-187/+0
2017-08-20VIRT-PHY: Add support for GPRS / TBF modeHarald Welte3-5/+249
2017-08-20VIRT-PHY: virt_l1_sched: Pass timeslot number into call-backHarald Welte7-10/+10
2017-08-20VIRT-PHY: Support forwarding of CBCH similar to BCCH/CCCHHarald Welte1-2/+2
2017-08-20virtphy: Add SIGINT+SIGTERM handlersHarald Welte1-0/+6
2017-07-19VIRT-PHY: enable proper memory leak debuggingHarald Welte2-3/+26
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 Welte7-1/+33
2017-07-19VIRT-PHY: Change default log levelsHarald Welte1-1/+1
2017-07-19VIRT-PHY: Clean up logging statementsHarald Welte7-59/+66
2017-07-19VIRT-PHY: Separate logging of L1 Control and L1 DataHarald Welte6-7/+37
2017-07-19VIRT-PHY: Log MS context number whenever possibleHarald Welte13-45/+71
2017-07-19VIRT-PHY: Major rewrite to deal with muliple L1CTL clientsHarald Welte16-424/+384
2017-07-19VIRT-PHY: Don't redefine GSMTAP port number, use libosmocoreHarald Welte2-4/+2
2017-07-18VIRT-PHY Use libosmocore unix domain socket helperHarald Welte1-28/+11
2017-07-18VIRT-PHY: reorganize data structuresHarald Welte11-77/+82
2017-07-18VIRT-PHY: some more comments/documentationHarald Welte2-0/+8
2017-07-13VIRT-PHY: Use IPv4 multicast groups for private / local scopeHarald Welte1-2/+7
2017-07-13VIRT-PHY: Use osmo_fd_close() introduced in libosmocoreHarald Welte1-15/+4
2017-07-13VIRT-PHY: Use new OSMO_SOCK_F_NO_MCAST_{LOOP,ALL} flagsHarald Welte1-36/+8
2017-07-13VIRT-PHY mcast_sock: Use uint16_t for ports, bool and constHarald Welte2-14/+16
2017-07-13VIRT-PHY: mcast_sock: properly clean up in error paths (close/unreg socket)Harald Welte1-0/+4
2017-07-13VIRT-PHY: Further simplify mcast_sock codeHarald Welte2-97/+69
2017-07-13VIRT-PHY: mcast_sock: We must close the fd before setting it to -1Harald Welte1-1/+1
2017-07-13VIRT-PHY: mcast_sock: Don't keep subscribed multicast group aroundHarald Welte2-11/+7
2017-07-13VIRT-PHY: mcast_sock: Avoid dynamic allocation of osmo_fd memberHarald Welte2-24/+19
2017-07-13VIRT-PHY: osmo_mcast_sock: Get rid of server_sock.sock_confHarald Welte2-10/+1
2017-07-13VIRT-PHY: osmo_mcast_sock.c coding style cleanupHarald Welte1-24/+20
2017-07-13Port osmo_mcast_sock to libosmocore socket routinesHarald Welte1-65/+44
2017-07-13VIRT-PHY: Use gsmtap value_strings in recent libosmocoreHarald Welte1-42/+2
2017-07-13VIRT-PHY: common_util: chantype_gsmtap2rsl() now in libosmocoreHarald Welte3-85/+1
2017-07-12VIRT-PHY: Fix all compiler warnings on gcc-6.3.0Harald Welte6-4/+7
2017-07-12VIRT-PHY: Make sure heaer files are part of 'make dist'Harald Welte6-346/+12
2017-07-12VIRT-PHY: coding style / API usage cleanupHarald Welte12-485/+563
2017-07-12VIRT-PHY: Remove non-overridable CFLAGS "-g -O0"Harald Welte2-4/+0
2017-07-12VIRT-PHY: Configurable signal power reductions for multiple arfcns.Sebastian Stumpf8-25/+126
2017-07-12VIRT-PHY: Extracted common virtphy utils.Sebastian Stumpf4-78/+96
2017-07-12VIRT-PHY: Added option parsing.Sebastian Stumpf3-20/+70
2017-07-12VIRT-PHY: Add downlink filter for msg on dedicated channels.Sebastian Stumpf4-16/+18
2017-07-12VIRT-PHY: Fixed power management and PCS sync.Sebastian Stumpf6-82/+127
2017-07-12VIRT-PHY: Fixed FACCH processing on TCH.Sebastian Stumpf6-94/+160
2017-07-12VIRT-PHY: Scheduler - correct handling over hyperframe repeat.Sebastian Stumpf1-4/+14