aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-virtual
AgeCommit message (Expand)AuthorFilesLines
2018-11-26bts_model: Allow TS connect to be processed asynchronouslyPau Espin Pedrol1-2/+1
2018-11-18bts: Allocate TRX for BTS dynamically, deprecate -tPau Espin Pedrol1-0/+5
2018-11-06prevent potential NULL dereference in virtbts's tx_tchh_fnStefan Sperling1-1/+1
2018-09-30sysmo, virtual: properly handle BS-AG-BLKS-RES as received from BSCHarald Welte1-1/+2
2018-09-30Fix computing CCCH block number from frame numberHarald Welte1-1/+1
2018-09-09CBCH: Implement CBCH support for osmo-bts-{trx,virtual}Harald Welte1-0/+1
2018-08-23osmo_mcast_sock: make sure SO_REUSEADDR is appliedPhilipp Maier1-2/+3
2018-08-01Clarify frame loss counter for l1sched_chan_stateVadim Yanitskiy1-1/+1
2018-07-02Remove unneeded direct libortp dependencyPau Espin Pedrol1-2/+2
2018-03-17virtual: Correctly set+report BTS variant in OML attributesHarald Welte1-0/+1
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte2-16/+10
2018-02-27L1SAP: Increase resolution of reported burst timingHarald Welte1-2/+2
2018-02-27trx/scheduler: Use integer math for TOA (Timing of Arrival)Harald Welte1-5/+5
2018-02-26split scheduler_mframe.c from scheduler.cHarald Welte1-1/+1
2018-02-23osmo-bts-virtual: Make sure PRIM_INFO_MEAS have non-zero frame numberHarald Welte1-2/+3
2018-02-22osmo-bts-virtual: Make use of LOGL1S() macro for contextHarald Welte1-67/+40
2018-02-22Introduce + use LOG/DEBUGP with frame number prefixing/printingHarald Welte1-7/+7
2018-02-22osmo-bts-virtual: Generate PRIM_INFO_MEAS (with bogus values)Harald Welte1-2/+5
2018-02-22osmo-bts-virtual: Shut down gracefully on socket creation failureHarald Welte2-2/+7
2018-02-22octphy: ensure all BTS models set featuresPhilipp Maier1-0/+7
2018-02-05virtual: l1_if.c: Remove unneeded warning messagePau Espin Pedrol1-2/+1
2017-12-02scheduler_trx: L1P is for PH (data), L1M for MPH (control)Harald Welte1-2/+2
2017-10-08Remove build dependency on legacy OpenBSCMax1-1/+1
2017-08-20Fix static build of osmo-bts-trx and osmo-bts-virtual.Alexander Chemeris1-1/+1
2017-08-09VIRT-BTS: Support for GPRSHarald Welte3-9/+7
2017-07-30TRX / VIRT-PHY: Make check for BCCH/CCCH more specificHarald Welte1-2/+2
2017-07-30VIRT-PHY: Print NOTICE log message from unimplemented stubsHarald Welte2-0/+13
2017-07-19VIRT-PHY: Report virtual RACH bursts with plausible burst typeHarald Welte1-1/+3
2017-07-19virt: Don't print NOTICE log message if ARFCN doesn't matchHarald Welte1-4/+1
2017-07-13VIRT-PHY: cause BTS to terminate in case of recv()/send() on udp socket retur...Harald Welte3-5/+19
2017-07-13VIRT-PHY: Use IPv4 multicast groups for private / local scopeHarald Welte1-2/+7
2017-07-13VIRT-PHY: Added test option for fast hyperframe repeat.Sebastian Stumpf1-0/+8
2017-07-13VIRT-PHY: Fix handling of default values for vty configurationHarald Welte3-14/+6
2017-07-13VIRT-PHY: Fixed timeslot in gsmtap-msg on downlink which was always 0.Sebastian Stumpf1-0/+2
2017-07-13VIRT-PHY: Initial check-in of a new virtual BTSHarald Welte11-0/+1867