aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-03amr: Catch up with the amr_mode changesHolger Hans Peter Freyther1-1/+1
2015-09-22Allow TRX 0..254 at VTY, even if less TRX are availableAndreas Eversberg1-1/+1
2015-09-22Allow one or more TRX to configure via VTYAndreas Eversberg1-1/+1
2015-09-22Get RSSI from received uplink data and send to PCUAndreas Eversberg1-1/+4
2015-09-22ABIS: Introduce bts_model_abis_close to indicate ABIS link failure.Andreas Eversberg1-0/+6
2015-09-22Change to new structure of multirate at gsm_data_shared.hAndreas Eversberg1-8/+11
2015-09-22Fix: Call e1inp_vty_init() before reading config fileAndreas Eversberg1-0/+1
2015-09-22move MS power control handling from sysmobts to common partHarald Welte4-88/+7
2015-09-22Move detection of handover frames from sysmo-bts code to common codeAndreas Eversberg1-13/+0
2015-09-22Remove obsolete gsmtap handling from osmo-bts-sysmo part.Andreas Eversberg2-104/+0
2015-09-22Add gsmtap option to command line to main.c of osmo-bts-sysmoAndreas Eversberg1-1/+19
2015-09-22Move gsmtap VTY commands from osmo-bts-sysmo to common partAndreas Eversberg2-82/+2
2015-09-22sysmobts: Clean up transitions for lchan cipher stateAndreas Eversberg2-5/+19
2015-09-22Add MEAS (MPH_INFO) IND message to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-13/+13
2015-09-22l1sap: Port code to new ciphering handlingHarald Welte2-35/+0
2015-09-22sysmobts/l1_if: Sacch/Sdcc/Facch are handled in l1sap/coreHarald Welte1-56/+0
2015-09-22Add SDCCH/SACCH/FACCH messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-131/+88
2015-09-22l1sap: Avoid compiler warnings regarding uninitialized nmsgHarald Welte1-2/+2