aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx
AgeCommit message (Expand)AuthorFilesLines
2017-12-04osmo-bts-trx: Fix reported frame number during PRIM_INFO_MEASHarald Welte1-4/+10
2017-12-02scheduler_trx: L1P is for PH (data), L1M for MPH (control)Harald Welte1-46/+46
2017-12-02scheduler: Harmonize log line format; Always print TS name + decoded FNHarald Welte1-114/+66
2017-11-06trx: Don't assume phy_instance_by_num() returns non-NULLHarald Welte1-0/+2
2017-11-06trx: Don't call osmo_fr_check_sid with negative 'rc'Harald Welte1-1/+2
2017-11-06trx: Avoid NULL+1 dereference in trx_ctrl_read_cb()Harald Welte1-1/+3
2017-11-06trx: Better be safe than sorry before calling strlenHarald Welte1-0/+2
2017-10-18osmo-bts-trx: vty: various fixes of 'write file' and docNeels Hofmeyr1-5/+9
2017-10-08Remove build dependency on legacy OpenBSCMax1-1/+1
2017-09-02trx: avoid deactivating lchan on LCHAN_REL_ACT_REACTMax1-0/+6
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