aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-07-07Revert "LC15: Hardware changes:"neels/lc15_dyn_pdch_old_numberingNeels Hofmeyr17-296/+310
2016-07-07sysmobts: Fix eeprom padding before gpg keyHolger Hans Peter Freyther2-1/+7
2016-07-05Mark array as static constMax1-3/+3
2016-06-27sysmobts: screnrc/systemd-service: Use osmo-bts-sysmo instead of sysmobtsHarald Welte2-2/+2
2016-06-27TRX: add Uplink DTX support for FR/HRMax1-3/+13
2016-06-24Remove duplicated nibble shift codeMax3-117/+0
2016-06-23DTXu: move copy-pasted code to common partMax4-36/+20
2016-06-23Make get_lchan_by_chan_nr globally availableMax6-42/+21
2016-06-23fix compiler warning: remove unused variable 'i' in calib_verify()Neels Hofmeyr1-1/+1
2016-06-23fix compiler warning: remove useless 'static' storage class for struct declNeels Hofmeyr1-1/+1
2016-06-23fix compiler warnings: include bts_model.h in phy_link.cNeels Hofmeyr1-0/+1
2016-06-22vty: install orphaned trx nominal power commandNeels Hofmeyr1-0/+2
2016-06-22dyn PDCH: safeguard: exit if nothing pending in dyn_pdch_ts_disconnected()Neels Hofmeyr1-1/+3
2016-06-22dyn PDCH: lc15: complete for litecell15-bts: implement bts_model_ts_*()Neels Hofmeyr1-2/+49
2016-06-22dyn PDCH: lc15: handle TCH/F_PDCH init like TCH/FNeels Hofmeyr1-1/+2
2016-06-22dyn PDCH: lc15: add ts_connect_as(), absorbing ts_connect() gutsNeels Hofmeyr1-3/+10
2016-06-22dyn PDCH: lc15: chan_nr_by_sapi(): handle TCH/F_PDCH according to ts->flagsNeels Hofmeyr1-3/+15
2016-06-22lc15: add L3 handle to l1prim messagesNeels Hofmeyr2-11/+127
2016-06-22fix lc15 build: put src/common/libbts.a left of -losmogsmNeels Hofmeyr1-1/+1
2016-06-22Clarify logging messageMax1-1/+1
2016-06-21Use error values instead of number for RSL errorMax1-2/+2
2016-06-21Use libosmocodec functions for AMRMax4-107/+21
2016-06-18Move copy-pasted code into common partMax10-165/+94
2016-06-18DTX: add support for AMR/HRMax2-2/+70
2016-06-17debug log: log TS pchan type on connectNeels Hofmeyr1-1/+5
2016-06-17debug log: log lchan state transitionsNeels Hofmeyr1-0/+6
2016-06-17error log: two minor clarificationsNeels Hofmeyr2-3/+5
2016-06-17dyn PDCH: complete for sysmo-bts: implement bts_model_ts_*()Neels Hofmeyr1-2/+49
2016-06-17dyn PDCH: sysmo: handle TCH/F_PDCH init like TCH/FNeels Hofmeyr1-1/+2
2016-06-17dyn PDCH: sysmo-bts/oml.c: add ts_connect_as(), absorbing ts_connect() gutsNeels Hofmeyr1-3/+10
2016-06-17dyn PDCH: implement main dyn PDCH logic in common/Neels Hofmeyr3-0/+284
2016-06-17dyn PDCH: chan_nr_by_sapi(): handle TCH/F_PDCH according to ts->flagsNeels Hofmeyr1-3/+15
2016-06-17dyn PDCH: pcu_tx_info_ind(): handle TCH/F_PDCH in PDCH modeNeels Hofmeyr1-1/+19
2016-06-17dyn PDCH: conf_lchans_for_pchan(): handle TCH/F_PDCHNeels Hofmeyr1-3/+8
2016-06-17dyn PDCH: add bts_model_ts_connect() and _disconnect() stubsNeels Hofmeyr7-0/+56
2016-06-17fix two compiler warnings: add two opaque struct declarationsNeels Hofmeyr1-0/+3
2016-06-17fix compiler warning: add missing case (PHY_LINK_CONNECTING)Neels Hofmeyr1-0/+3
2016-06-17fix compiler warning: printf format for sizeof()Neels Hofmeyr1-1/+1
2016-06-17Add .gitreviewMax1-0/+3
2016-06-17TRX: add configuration exampleMax1-0/+34
2016-06-17add missing DSUM entry to bts_log_info_catNeels Hofmeyr1-0/+6
2016-06-17doc: add ladder diagram on dynamic PDCH, add msc-READMENeels Hofmeyr3-0/+43
2016-06-17dyn PDCH: cosmetic: lchan_to_GsmL1_SubCh_t(): add case for TCH_F_PDCHNeels Hofmeyr1-0/+1
2016-06-17dyn PDCH: rsl rx dchan: also log ip.access message namesNeels Hofmeyr1-2/+2
2016-06-17oml, Set Chan Attr: treat unknown PCHAN types as errorNeels Hofmeyr1-3/+9
2016-06-17fix typo in error message ('at lEast')Neels Hofmeyr1-1/+1
2016-06-17tests/stubs.c: remove unused stubsNeels Hofmeyr1-17/+0
2016-06-17pcu_sock: add pcu_connected() to query PCU availabilityNeels Hofmeyr2-0/+12
2016-06-16TRX: Add vty command to power on/off transceiverMax2-3/+23
2016-06-16Fix OML activationMax3-4/+14