summaryrefslogtreecommitdiffstats
path: root/src/host/virt_phy
AgeCommit message (Expand)AuthorFilesLines
2023-12-10virt_phy: use osmo_init_logging2() to init loggingVadim Yanitskiy3-16/+13
2023-12-10virt_phy: fix checking stderr_target in ms_log_init()Vadim Yanitskiy1-2/+1
2023-09-06virt_phy: fix wrong pointer being checkedVadim Yanitskiy1-1/+1
2023-09-04l1gprs/l1ctl: Decouple RTS.ind from DL_BLOCK.indPau Espin Pedrol1-1/+10
2023-05-10virt_phy: fix TDMA Fn math in l1ctl_rx_rach_req()Vadim Yanitskiy1-2/+4
2023-05-10virt_phy: l1ctl_rx_rach_req(): remove TDMA Fn hackVadim Yanitskiy1-3/+0
2023-05-10virt_phy: l1ctl_rx_rach_req(): use the indicated chan_nr/link_idVadim Yanitskiy1-5/+9
2023-05-10virt_phy: fix l1ctl_rx_rach_req(): send RACH on TS0, not TS1Vadim Yanitskiy1-3/+2
2023-04-26virt_phy: fix bogous TDMA Fn check in l1ctl_rx_gprs_ul_block_req()Vadim Yanitskiy1-11/+1
2023-04-26virt_phy: fix memleaks in l1ctl_rx_gprs_ul_block_req()Vadim Yanitskiy1-2/+5
2023-03-17{trxcon,virt_phy}: shared GPRS L1 (MAC) implementationVadim Yanitskiy12-247/+157
2023-03-13virt_phy: avoid confusion between RSSI (dBm) and RxLev (0..63)Vadim Yanitskiy4-12/+12
2023-03-13virt_phy: cosmetic: make the linter happy about identifier namesVadim Yanitskiy1-25/+25
2023-03-13virt_phy: cosmetic: make the linter happy about code indentVadim Yanitskiy3-46/+46
2023-03-13virt_phy: clean up and improve Makefile.amVadim Yanitskiy1-6/+21
2023-03-13virt_phy: rearrange and clean up header filesVadim Yanitskiy30-101/+136
2023-01-05host/*/configure.ac: set -std=gnu11Vadim Yanitskiy1-0/+2
2023-01-03virt_phy: fix make distcheck: access l1ctl_proto.h via symlinkVadim Yanitskiy11-9/+11
2022-11-05virt_phy: configure.ac: add --enable-werrorVadim Yanitskiy1-0/+22
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 Welte2-9/+28
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 Welte3-26/+54
2020-03-09virtphy: Fix GSMTAP ARFCN use with multi-TRX BTSHarald Welte5-14/+35
2020-03-09virt_phy: implement GSMTAP_CHANNEL_VOICEHarald Welte3-14/+63
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
2020-03-05remove unused func declNeels Hofmeyr1-1/+0
2020-02-27virt_phy/build: add configure option to build with ASan/USBanVadim Yanitskiy1-0/+11
2019-10-17Fix common misspellings and typosMartin Hauke5-9/+9
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
2018-01-22Don't ignore top-level MakefileMax1-0/+1