aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-08Initialize parameters in osmo-trx for 11bit RACHbhargava1-0/+4
2016-10-18Replace magic number with defineMax1-4/+4
2016-10-13TRX: fix building with latest DTX changesMax1-2/+2
2016-08-10dyn TS: complete for TRXNeels Hofmeyr1-8/+19
2016-08-08osmo-bts-trx: log decoder bit errors as DEBUG, not NOTICEMike McTernan1-1/+1
2016-08-08osmo-bts-trx: Fix PCS1900 operationMike McTernan1-2/+12
2016-08-08Fill measurements data for L1SAPMax1-8/+22
2016-07-28trx: Fix coverity BER calculation NULL dereferenceTom Tsou1-6/+9
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-28trx: Enable EGPRS handling through burst lengthsTom Tsou4-60/+134
2016-07-28trx: Add EGPRS coding and decoding proceduresTom Tsou2-8/+1028
2016-07-25trx: Add EGPRS tables, sequences, and mappingsTom Tsou10-4/+2443