summaryrefslogtreecommitdiffstats
path: root/src/host/virt_phy/src
AgeCommit message (Expand)AuthorFilesLines
2023-12-10virt_phy: use osmo_init_logging2() to init loggingVadim Yanitskiy2-15/+12
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 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