aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo
AgeCommit message (Expand)AuthorFilesLines
2016-07-27dyn TS: sysmo,lc15: chan_nr_by_sapi(): add missing assertionNeels Hofmeyr1-0/+1
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-25cosmetic: clarify TCH/F_PDCH related naming and commentsNeels Hofmeyr1-2/+2
2016-07-16sysmobts: dump PRACH and PTCCH parametersMax1-1/+6
2016-07-07sysmobts: Fix eeprom padding before gpg keyHolger Hans Peter Freyther2-1/+7
2016-06-24Remove duplicated nibble shift codeMax1-40/+0
2016-06-23DTXu: move copy-pasted code to common partMax1-18/+4
2016-06-23Make get_lchan_by_chan_nr globally availableMax1-11/+5
2016-06-18Move copy-pasted code into common partMax1-65/+4
2016-06-18DTX: add support for AMR/HRMax1-1/+35
2016-06-17debug log: log TS pchan type on connectNeels Hofmeyr1-1/+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: chan_nr_by_sapi(): handle TCH/F_PDCH according to ts->flagsNeels Hofmeyr1-3/+15
2016-06-17dyn PDCH: add bts_model_ts_connect() and _disconnect() stubsNeels Hofmeyr1-0/+11
2016-06-17dyn PDCH: cosmetic: lchan_to_GsmL1_SubCh_t(): add case for TCH_F_PDCHNeels Hofmeyr1-0/+1
2016-06-15sysmo: add L3 handle to l1prim messagesNeels Hofmeyr2-13/+128
2016-06-15sysmobts: Add the barebox boot state reservationHolger Hans Peter Freyther1-1/+2
2016-06-14DTXu: mark beginning of speech burst in RTPMax1-6/+44
2016-06-14DTXd: store/repeat last SIDMax3-18/+119
2016-06-12Use libosmocodec for AMR RTPMax2-17/+13
2016-06-12Add DTXd support for sysmoBTS and LC15Max1-0/+2
2016-06-05Fix debug outputMax1-0/+1
2016-02-15sysmobts_vty: Fix null-check for pinstHarald Welte1-1/+1
2016-02-15Use consistent naming of binaries accross BTS modelsHarald Welte1-5/+5
2016-02-15declare pcu_direct in pcu_if.hHarald Welte2-4/+1
2016-02-15move auto-band configuration commands to common/vty.cHarald Welte1-26/+0
2016-02-15LC15/sysmobts: Don't try to refer to fl1h from PHY configHarald Welte5-114/+59
2016-02-15sysmobts/LC15: Fix startup-time DSP trace flage configurationHarald Welte4-8/+39
2016-02-15introduce + use new generic vty_get_phy_instance()Harald Welte1-22/+6
2016-02-15sysmobts: make clock calibration eeprom default (again?)Harald Welte1-0/+1
2016-02-15port sysmobts to phy_link/phy_instance abstractionHarald Welte5-97/+173
2016-02-09fix migration of check_for_ciph_cmd() from sysmobts to l1sapHarald Welte1-45/+0
2016-01-22merge bts-specific main function into common/main.c:bts_main()Harald Welte1-259/+65
2016-01-22Add new bts_model_ctrl_cmds_install()Harald Welte2-4/+1
2016-01-16move 'GSM_FR_BYTES' and related definitiions to common partHarald Welte1-7/+0
2016-01-16sysmoBTS: port 'press Ctrl+C twice for immediate exit' from osmo-bts-trxHarald Welte1-2/+5
2016-01-08sysmobts: add missing break statement in l1if_handle_ind()Harald Welte1-0/+1
2016-01-04fix large amount of compiler warnings in common and sysmobts codeHarald Welte3-3/+2
2016-01-04sysmobts: Clarify msgb ownership / fix memory leaksHarald Welte1-21/+30
2015-12-07sysmobts: Catch up with the API changes and specify the versionHolger Hans Peter Freyther2-0/+15
2015-12-07sysmobts: support eeprom map version 2Minh-Quang Nguyen2-61/+446
2015-12-06use talloc pool for msgb and ortp libraryHarald Welte1-1/+1
2015-12-05osmo-bts-sysmo: Disable DSP trace flags by defaultHarald Welte1-1/+1
2015-11-20sysmobts: Dont recycle PHY primitive for L1SAP in PH-DATA.indHarald Welte1-20/+14
2015-11-20sysmobts: fix ph_data_req() msgb handling + alignmentHarald Welte1-24/+16
2015-11-05Don't blindly link against '-lortp' but use pkg-config for thatHarald Welte1-2/+2
2015-10-03amr: Catch-up for the non-RTP mode after amr renameHolger Hans Peter Freyther1-1/+1