aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx
AgeCommit message (Expand)AuthorFilesLines
2017-08-25osmo-bts-trx: Relax validation to allow TRX data bursts without paddingPau Espin Pedrol1-1/+2
2017-08-24osmo-bts-trx: remove global variables from loopsMax4-41/+44
2017-08-24osmo-bts-trx: fix 'osmotrx legacy-setbsic'Max1-3/+3
2017-08-20Fix static build of osmo-bts-trx and osmo-bts-virtual.Alexander Chemeris1-1/+1
2017-08-20osmo-bts-trx: Increase a maximum allowed MS power reduction step from 2dB to ...Alexander Chemeris1-1/+1
2017-08-19osmo-bts-trx: Remove an unused variable. Resolves a compiler warning.Alexander Chemeris1-4/+0
2017-08-19osmo-bts-trx: Fix MS power control loop.Alexander Chemeris2-12/+12
2017-08-15osmo-bts-trx: Enable osmotrx tx-attenuation oml by defaultPau Espin Pedrol1-0/+2
2017-08-09TRX: Remove global variables, move SETBSIC/SETTSC handling into phy_linkHarald Welte3-66/+37
2017-08-09TRX: Remove bogus extern global variable declarationsHarald Welte1-2/+0
2017-07-30TRX / VIRT-PHY: Make check for BCCH/CCCH more specificHarald Welte1-2/+2
2017-07-24cosmetic: Move error goto path to the end of the functionPau Espin Pedrol1-8/+9
2017-07-24cosmetic: scheduler_trx.c: Add function to get rid of ugly goto pathPau Espin Pedrol1-15/+22
2017-07-24cosmetic: scheduler_trx: Remove trailing whitespacePau Espin Pedrol1-8/+8
2017-07-02TRX: permit transmission of all-zero loopback framesHarald Welte1-30/+5
2017-07-01TRX: don't free l1h in trx_phy_inst_close()Harald Welte1-1/+0
2017-07-01TRX: merge/simplify l1_if and trx_if codeHarald Welte4-103/+92
2017-07-01TRX: Rename trx_if_data() -> trx_if_send_burst()Harald Welte3-3/+3
2017-07-01trx_if: Improve error handlingHarald Welte1-3/+8
2017-07-01TRX: trx_if: Improve code description / commentsHarald Welte1-13/+54
2017-06-29osmo-bts-trx: fix missing frame number in MEAS INDPhilipp Maier2-3/+4
2017-06-28TRX: Use timerfd and CLOCK_MONOTONIC for GSM frame timerHarald Welte2-87/+246
2017-06-15scheduler_trx.c: strip unused variableVadim Yanitskiy1-2/+0
2017-06-15cosmetic: fix some typosVadim Yanitskiy1-2/+2
2017-06-15Set and report BTS featuresMax1-0/+3
2017-06-06trx: Save osmotrx base-port vty propertiesPau Espin Pedrol1-0/+7
2017-06-06trx: Allow BTS and TRX to be on different IPsPau Espin Pedrol4-42/+45
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-27rx_tchh_fn(): Avoid copy+pasting formula to determine odd-ness of fnHarald Welte1-4/+7
2017-05-27scheduler_trx: Avoid copy+pasting determining CMR from FNHarald Welte1-8/+12
2017-05-27scheduler_trx.c: Avoid code duplication for BER10k computationHarald Welte1-8/+16
2017-05-27scheduler_trx.c: Fix typos, improve comments, cosmeticsHarald Welte1-25/+35
2017-05-27Remove unusued left-over gsm0503_conv.cHarald Welte2-1169/+0
2017-05-22osmo-bts-trx: use libosmocodingMax12-5607/+24
2017-05-10Set BTS variant while initializing BTS modelMax1-0/+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-03-23osmo-bts-trx: fix scheduling of broken framesMax1-2/+4
2017-02-19osmo-trx-bts: Fix incorrect bts shutdown procedure in case of clock loss from...Ivan Klyuchnikov1-13/+1
2017-02-14osmo-trx-bts: Fix incorrect bts shutdown procedure in case of abis connection...Ivan Klyuchnikov1-4/+1
2017-02-10Fix typo in TCH/H interleaving tableMax1-1/+1
2017-02-10osmo-trx-bts: Fix osmo-bts-trx crash on startup during reading phy instance p...Ivan Klyuchnikov2-2/+5
2017-02-10osmo-trx-bts: Fix incorrect setting of RXGAIN and POWER parameters on second ...Ivan Klyuchnikov4-74/+83
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 Chemeris5-1/+68
2016-11-29osmo-bts-trx: remove obsolete include of netif/rtp.hNeels Hofmeyr1-2/+0
2016-11-11Replace link_id constant with defineMax1-4/+4