summaryrefslogtreecommitdiffstats
path: root/src/host/virt_phy
AgeCommit message (Expand)AuthorFilesLines
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
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