summaryrefslogtreecommitdiffstats
path: root/src/host/virt_phy/src
AgeCommit message (Expand)AuthorFilesLines
2019-07-21virtphy: Fix array out of bounds access in getL1ctlPrimName()Harald Welte1-1/+1
2019-05-28virt_phy: Fix typo in log messageHarald Welte1-1/+1
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
2017-08-20VIRT-PHY: Add support for GPRS / TBF modeHarald Welte2-5/+239
2017-08-20VIRT-PHY: virt_l1_sched: Pass timeslot number into call-backHarald Welte5-8/+8
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 Welte5-1/+28
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 Welte5-7/+36
2017-07-19VIRT-PHY: Log MS context number whenever possibleHarald Welte11-43/+61
2017-07-19VIRT-PHY: Major rewrite to deal with muliple L1CTL clientsHarald Welte11-365/+316
2017-07-19VIRT-PHY: Don't redefine GSMTAP port number, use libosmocoreHarald Welte1-2/+2
2017-07-18VIRT-PHY Use libosmocore unix domain socket helperHarald Welte1-28/+11
2017-07-18VIRT-PHY: reorganize data structuresHarald Welte10-69/+73
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 Welte1-8/+8
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 Welte1-66/+55
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 Welte1-10/+7
2017-07-13VIRT-PHY: mcast_sock: Avoid dynamic allocation of osmo_fd memberHarald Welte1-22/+17
2017-07-13VIRT-PHY: osmo_mcast_sock: Get rid of server_sock.sock_confHarald Welte1-9/+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 Welte2-45/+1
2017-07-12VIRT-PHY: Fix all compiler warnings on gcc-6.3.0Harald Welte5-3/+6
2017-07-12VIRT-PHY: coding style / API usage cleanupHarald Welte12-485/+563
2017-07-12VIRT-PHY: Remove non-overridable CFLAGS "-g -O0"Harald Welte1-2/+0
2017-07-12VIRT-PHY: Configurable signal power reductions for multiple arfcns.Sebastian Stumpf6-25/+106
2017-07-12VIRT-PHY: Extracted common virtphy utils.Sebastian Stumpf3-78/+45
2017-07-12VIRT-PHY: Added option parsing.Sebastian Stumpf3-20/+70
2017-07-12VIRT-PHY: Add downlink filter for msg on dedicated channels.Sebastian Stumpf3-16/+17
2017-07-12VIRT-PHY: Fixed power management and PCS sync.Sebastian Stumpf5-82/+126
2017-07-12VIRT-PHY: Fixed FACCH processing on TCH.Sebastian Stumpf5-92/+149
2017-07-12VIRT-PHY: Scheduler - correct handling over hyperframe repeat.Sebastian Stumpf1-4/+14
2017-07-12VIRT-PHY: Calculate correct scheduler fn for data- and tch-msgs on ul.Sebastian Stumpf6-32/+376
2017-07-12VIRT-PHY: Fixed error causing send msgs to be received on same sock.Sebastian Stumpf1-1/+9
2017-07-12VIRT-PHY: Data and traffic req from l23 now use scheduler.Sebastian Stumpf7-67/+200