aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-virtual/scheduler_virtbts.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-09bts-virt: Don't rely on gsmtap_makemsg() returning NULL for GSMTAP_CHANNEL_UN...Pau Espin Pedrol1-1/+4
2020-06-25Use libosmocore's TDMA frame number API (constatns & arithmetic)Vadim Yanitskiy1-10/+8
2020-06-15osmo-bts-trx: introduce and use struct trx_dl_burst_reqVadim Yanitskiy1-58/+54
2020-05-20virtual/scheduler: log unknown GSMTAP chanHarald Welte1-0/+4
2020-04-21osmo-bts-virtual: Avoid rejecting AMR in uplinkHarald Welte1-41/+2
2020-03-08osmo-bts-virtual: implement GSMTAP_CHANNEL_VOICEHarald Welte1-6/+65
2020-03-04osmo-bts-virtual: do not log GSMTAP message sending failure twiceVadim Yanitskiy1-1/+2
2020-03-02osmo-bts-virtual: do not print redundant info in tx_to_virt_um()Vadim Yanitskiy1-13/+2
2020-02-29osmo-bts-virtual: fix wrong endianness in gsmtap_hdr_stringify()Vadim Yanitskiy1-1/+3
2019-10-17Fix common misspellings and typosMartin Hauke1-2/+2
2019-10-05struct gsm_bts: Add model_priv pointer handing bts_model specific dataPau Espin Pedrol1-9/+11
2019-07-16osmo-bts-trx/scheduler: pass trx_ul_burst_ind to lchan handlersVadim Yanitskiy1-15/+10
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-08-01Clarify frame loss counter for l1sched_chan_stateVadim Yanitskiy1-1/+1
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte1-12/+9
2018-02-27trx/scheduler: Use integer math for TOA (Timing of Arrival)Harald Welte1-5/+5
2018-02-22osmo-bts-virtual: Make use of LOGL1S() macro for contextHarald Welte1-67/+40
2017-12-02scheduler_trx: L1P is for PH (data), L1M for MPH (control)Harald Welte1-2/+2
2017-07-13VIRT-PHY: cause BTS to terminate in case of recv()/send() on udp socket retur...Harald Welte1-1/+6
2017-07-13VIRT-PHY: Added test option for fast hyperframe repeat.Sebastian Stumpf1-0/+8
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 Welte1-0/+633