summaryrefslogtreecommitdiffstats
path: root/src/host/virt_phy/src
AgeCommit message (Expand)AuthorFilesLines
2023-03-17{trxcon,virt_phy}: shared GPRS L1 (MAC) implementationVadim Yanitskiy7-237/+148
2023-03-13virt_phy: avoid confusion between RSSI (dBm) and RxLev (0..63)Vadim Yanitskiy3-10/+10
2023-03-13virt_phy: cosmetic: make the linter happy about code indentVadim Yanitskiy2-38/+38
2023-03-13virt_phy: clean up and improve Makefile.amVadim Yanitskiy1-6/+21
2023-03-13virt_phy: rearrange and clean up header filesVadim Yanitskiy14-78/+91
2023-01-03virt_phy: fix make distcheck: access l1ctl_proto.h via symlinkVadim Yanitskiy8-8/+8
2022-11-05virt_phy: support building with -WerrorVadim Yanitskiy2-2/+4
2022-09-07trxcon: Initial support for forwarding AMRPau Espin Pedrol1-0/+1
2021-12-14treewide: remove FSF addressOliver Smith6-24/+0
2021-11-15logging: use meaningful default loglevelsPhilipp Maier1-4/+4
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol1-1/+2
2020-10-18Use osmo_fd_setup() whenever applicable.Harald Welte2-10/+3
2020-10-18Use OSMO_FD_* instead of deprecated BSC_FD_*Harald Welte3-5/+5
2020-05-15virt_phy: tweak log levelsHarald Welte4-11/+11
2020-03-10virtphy: Delay response between L1SAP_PM_REQ and L1SAP_PM_CONFHarald Welte1-9/+22
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 Welte2-25/+51
2020-03-09virtphy: Fix GSMTAP ARFCN use with multi-TRX BTSHarald Welte4-14/+34
2020-03-09virt_phy: implement GSMTAP_CHANNEL_VOICEHarald Welte2-14/+61
2020-03-07virtphy: Don't pass CBCH to L1CTL if not requested by applicationHarald Welte1-1/+5
2020-03-07virt_l1_sched_execute: talloc_free() TDMA item after unlinking itHarald Welte1-0/+1
2020-03-07cosmetic: Use INIT_LLIST_HEAD() and llist_add_tail()Harald Welte1-6/+2
2019-10-17Fix common misspellings and typosMartin Hauke4-5/+5
2019-07-21virt_phy: Fix hexdump of L1CTL SIM REQ in l1ctl_rx_sim_req()Harald Welte1-1/+1
2019-07-21virtphy: Handle strtok() returning NULL on first callHarald Welte1-0/+2
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