aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/l1_if.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-20l1sap: merge MEAS IND into PRIM PH DATA / PRIM TCHPhilipp Maier1-34/+0
2019-10-16bts-trx: Time out if no clock ind recvd after RSP POWERONPau Espin Pedrol1-2/+5
2019-10-05bts-trx: Drop unused func check_transceiver_availability()Pau Espin Pedrol1-12/+0
2019-10-05bts-trx: Get rid of messy transceiver_available state handlerPau Espin Pedrol1-2/+13
2019-10-05bts-trx: Rework code handling poweron statePau Espin Pedrol1-14/+28
2019-10-05bts-trx: trx_set_bts(): Avoid double loop by checking current trxPau Espin Pedrol1-2/+1
2019-09-10bts-trx: Log case where no SETFORMAT is sentPau Espin Pedrol1-5/+12
2019-09-10osmo-bts-trx: migrate to new generic ECU abstractionHarald Welte1-0/+13
2019-07-23bts-trx: Introduce VTY command osmotrx trxd-max-versionPau Espin Pedrol1-4/+6
2019-07-16osmo-bts-trx/trx_if.c: add TRXD header version negotiationVadim Yanitskiy1-0/+10
2019-06-04bts-trx: trx_if.c: Introduce logging macro LOGPPHIPau Espin Pedrol1-5/+5
2018-12-04bts-trx: (n)ack PDCH DEACT only after TRX answered SETSLOTPau Espin Pedrol1-5/+41
2018-11-26bts_model: Allow TS connect to be processed asynchronouslyPau Espin Pedrol1-5/+3
2018-11-26cosmetic: fix whitespacePau Espin Pedrol1-1/+1
2018-11-20bts-trx: setup timer once at creation timePau Espin Pedrol1-0/+8
2018-09-17CBCH: Fix CBCH implementation for osmo-bts-trxHarald Welte1-2/+6
2018-09-16osmo-bts-trx/l1_if.c: cosmetic: fix typo in debug msgVadim Yanitskiy1-1/+1
2018-08-28fix ip.access dyn TS for osmo-bts-trxNeels Hofmeyr1-0/+14
2018-02-27L1SAP: Increase resolution of reported burst timingHarald Welte1-1/+1
2018-02-27trx/scheduler: Use integer math for TOA (Timing of Arrival)Harald Welte1-6/+6
2018-02-23osmo-bts-trx: Add missing frame number to l1if_process_meas_res()Harald Welte1-1/+1
2018-02-19trx: make l1if_fill_meas_res() staticHarald Welte1-1/+1
2018-02-05Remove unused variablesPau Espin Pedrol1-4/+0
2017-09-02trx: avoid deactivating lchan on LCHAN_REL_ACT_REACTMax1-0/+6
2017-08-19osmo-bts-trx: Fix MS power control loop.Alexander Chemeris1-1/+1
2017-07-30TRX / VIRT-PHY: Make check for BCCH/CCCH more specificHarald Welte1-2/+2
2017-07-01TRX: merge/simplify l1_if and trx_if codeHarald Welte1-42/+0
2017-06-29osmo-bts-trx: fix missing frame number in MEAS INDPhilipp Maier1-2/+3
2017-05-29osmo-bts-trx: Remove duplicate parsing of NM_ATT_CONN_FAIL_CRITHarald Welte1-5/+0
2017-05-29Consistently check for minimum attribute/TLV length in RSL and OMLHarald Welte1-1/+1
2017-05-09osmo-bts-trx/l1_if.c: cosmetic: drop double checkVadim Yanitskiy1-3/+3
2017-03-23osmo-bts-trx/l1_if.c: use channel combination III for TCH/HVadim Yanitskiy1-1/+1
2017-02-14osmo-trx-bts: Fix incorrect bts shutdown procedure in case of abis connection...Ivan Klyuchnikov1-4/+1
2017-02-10osmo-trx-bts: Fix osmo-bts-trx crash on startup during reading phy instance p...Ivan Klyuchnikov1-2/+1
2017-02-10osmo-trx-bts: Fix incorrect setting of RXGAIN and POWER parameters on second ...Ivan Klyuchnikov1-23/+16
2016-12-12osmo-bts-trx: fix lchan deactivationMax1-2/+4
2016-12-05TRX: prevent segfault upon phy initMax1-7/+10
2016-12-01Remove duplicated codeMax1-5/+19
2016-12-01trx: Add "maxdlynb" VTY command to control max TA for Normal Bursts.Alexander Chemeris1-0/+5
2016-11-11Replace link_id constant with defineMax1-4/+4
2016-10-18Replace magic number with defineMax1-4/+4
2016-08-10dyn TS: complete for TRXNeels Hofmeyr1-8/+19
2016-07-28dyn PDCH: trx l1_if.c: drop fixme, add commentNeels Hofmeyr1-1/+1
2016-07-28dyn PDCH: complete for trx: implement bts_model_ts_[dis]connect()Neels Hofmeyr1-2/+17
2016-07-28dyn PDCH: trx l1_if.c: factor out trx_set_ts_as_pchan() from trx_set_ts()Neels Hofmeyr1-3/+20
2016-07-14osmo-bts-trx: init OML only once by sending AVSTATE_OK with OPSTATE_ENABLEDNeels Hofmeyr1-11/+1
2016-07-09cosmetic: osmo-bts-trx: add comment, fix comment typoNeels Hofmeyr1-0/+1
2016-06-23Make get_lchan_by_chan_nr globally availableMax1-7/+2
2016-06-17dyn PDCH: add bts_model_ts_connect() and _disconnect() stubsNeels Hofmeyr1-0/+11
2016-06-16Fix OML activationMax1-3/+9