aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-07-28Fix dsp tracing at phy configMax1-0/+17
2016-07-28pcu_sock: use osmo_sock_unix_init() from libosmocoreVadim Yanitskiy1-55/+5
2016-07-28fix comment in common/l1sap.c, function name changedNeels Hofmeyr1-1/+1
2016-07-28Activate PTCCH ULMax1-1/+2
2016-07-28trx: Enable EGPRS handling through burst lengthsTom Tsou5-71/+149
2016-07-28trx: Add EGPRS coding and decoding proceduresTom Tsou2-8/+1028
2016-07-27dyn TS: sysmo,lc15: chan_nr_by_sapi(): add missing assertionNeels Hofmeyr2-0/+2
2016-07-27log typo: trx_sched_set_pchan()Neels Hofmeyr1-1/+1
2016-07-27comment typo: common/l1sap.cNeels Hofmeyr1-1/+1
2016-07-25dyn TS: implement litecell15 specificsNeels Hofmeyr2-9/+33
2016-07-25lc15/oml.c: rename ts_connect() to ts_opstart()Neels Hofmeyr1-2/+2
2016-07-25dyn TS: implement SysmoBTS specificsNeels Hofmeyr2-9/+33
2016-07-25sysmo/oml.c: rename ts_connect() to ts_opstart()Neels Hofmeyr1-2/+2
2016-07-25dyn TS: common TCH/F_TCH/H_PDCH implementationNeels Hofmeyr4-12/+235
2016-07-25code dup: join [rsl_]lchan_lookup() from libbsc and osmo-btsNeels Hofmeyr1-52/+12
2016-07-25trx: Add EGPRS tables, sequences, and mappingsTom Tsou11-4/+2470
2016-07-25prepare dyn TS: split/replace conf_lchans_for_pchan()Neels Hofmeyr1-4/+11
2016-07-25dyn PDCH: code dup: use conf_lchans_as_pchan()Neels Hofmeyr1-2/+6
2016-07-25cosmetic: clarify TCH/F_PDCH related naming and commentsNeels Hofmeyr5-26/+42
2016-07-25cosmetic: pcu_sock.c: rename ts_is_pdch() to ts_should_be_pdch()Neels Hofmeyr1-2/+2
2016-07-25fix compiler warning: msg_utils.c: fn_chk() constify argNeels Hofmeyr1-1/+1
2016-07-25info log: l1sap.c: add '0x' to hex outputNeels Hofmeyr1-2/+2
2016-07-25error log: rsl.c: typo x2Neels Hofmeyr1-2/+2
2016-07-25doc: move dyn_pdch.msc to osmo-gsm-manuals.gitNeels Hofmeyr1-1/+2
2016-07-16sysmobts: dump PRACH and PTCCH parametersMax1-1/+6
2016-07-14osmo-bts-trx: init OML only once by sending AVSTATE_OK with OPSTATE_ENABLEDNeels Hofmeyr1-11/+1
2016-07-09log: osmo-bts-trx: change PDTCH block logs to DEBUG levelNeels Hofmeyr1-2/+2
2016-07-09log: osmo-bts-trx: change access burst logs to DEBUG levelNeels Hofmeyr1-2/+2
2016-07-09cosmetic: osmo-bts-trx: add comment, fix comment typoNeels Hofmeyr1-0/+1
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-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 partMax3-36/+19
2016-06-23Make get_lchan_by_chan_nr globally availableMax5-42/+19
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 partMax7-164/+83