aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-10-24Fix Downlink AMR FSM name to avoid illegal space characterHarald Welte2-2/+4
2017-10-23Fix race condition in attribute reportingMax1-2/+11
2017-10-23vty: Print string for Administrative statePau Espin Pedrol1-2/+3
2017-10-18osmo-bts-trx: vty: various fixes of 'write file' and docNeels Hofmeyr1-5/+9
2017-10-11sysmo: don't override clock source with defaultsMax1-11/+14
2017-10-11sysmo: use clock calibration source wrapperMax3-2/+3
2017-10-10Fix multiple SI2q receptionMax1-15/+18
2017-10-10l1sap: Improve log msg when frame diff >1Pau Espin Pedrol1-1/+2
2017-10-08Remove build dependency on legacy OpenBSCMax7-7/+859
2017-09-27vty: print version and description for each phyMax1-0/+12
2017-09-27Replace dead codeMax1-18/+5
2017-09-19vty: mgr: sysmobts, lc15: install default commands for ACT_NORM_NODENeels Hofmeyr2-0/+2
2017-09-11OML: print actual type of report sent to BSCMax1-1/+1
2017-09-08Check readv() return value to prevent crashMax2-4/+16
2017-09-02trx: avoid deactivating lchan on LCHAN_REL_ACT_REACTMax1-0/+6
2017-09-01Support removing SI13 from PCUMax2-6/+8
2017-08-31Support sending SI13 to PCUMax3-17/+31
2017-08-25osmo-bts-trx: Relax validation to allow TRX data bursts without paddingPau Espin Pedrol1-1/+2
2017-08-24osmo-bts-trx: remove global variables from loopsMax4-41/+44
2017-08-24osmo-bts-trx: fix 'osmotrx legacy-setbsic'Max1-3/+3
2017-08-22OML: use fom_hdr while handling attr. requestMax1-7/+9
2017-08-20Fix static build of osmo-bts-trx and osmo-bts-virtual.Alexander Chemeris2-2/+2
2017-08-20Treat SIGTERM just like SIGINT in our programsHarald Welte3-0/+6
2017-08-20osmo-bts-trx: Increase a maximum allowed MS power reduction step from 2dB to ...Alexander Chemeris1-1/+1
2017-08-19osmo-bts-trx: Remove an unused variable. Resolves a compiler warning.Alexander Chemeris1-4/+0
2017-08-19osmo-bts-trx: Fix MS power control loop.Alexander Chemeris2-12/+12
2017-08-15octphy: implement support for dynamic timeslotsPhilipp Maier2-13/+126
2017-08-15osmo-bts-trx: Enable osmotrx tx-attenuation oml by defaultPau Espin Pedrol1-0/+2
2017-08-14Fix build after recent gsm_bts_alloc() changeHarald Welte1-1/+1
2017-08-09TRX: Remove global variables, move SETBSIC/SETTSC handling into phy_linkHarald Welte3-66/+37
2017-08-09l1sap/osmo-bts-sysmo: Improve loggingHarald Welte1-12/+23
2017-08-09TRX: Remove bogus extern global variable declarationsHarald Welte1-2/+0
2017-08-09GSMTAP: Don't log fill frames via GSMTAPHarald Welte1-0/+27
2017-08-09L1SAP: Use RSL_CHAN_OSMO_PDCH across L1SAPHarald Welte5-14/+11
2017-08-09VIRT-BTS: Support for GPRSHarald Welte3-9/+7
2017-08-01lc-15, sysmo: l1_if: print name on PH-DATA.ind unknwon sapiPau Espin Pedrol2-4/+4
2017-07-30L1SAP: Print chan_nr and link_id always as hexHarald Welte1-8/+8
2017-07-30TRX / VIRT-PHY: Make check for BCCH/CCCH more specificHarald Welte2-4/+4
2017-07-30VIRT-PHY: Print NOTICE log message from unimplemented stubsHarald Welte2-0/+13
2017-07-25cosmetic: lc15bts_mgr_vty.c: Fix typos in commentsPau Espin Pedrol1-2/+2
2017-07-25litecell15: Register in vty limits for paX_pwrPau Espin Pedrol1-0/+2
2017-07-25cosmetics: Fix typos and whitespace in lc15bts_mgr_vty.cPau Espin Pedrol1-4/+4
2017-07-24cosmetic: Move error goto path to the end of the functionPau Espin Pedrol1-8/+9
2017-07-24cosmetic: scheduler_trx.c: Add function to get rid of ugly goto pathPau Espin Pedrol1-15/+22
2017-07-24cosmetic: scheduler_trx: Remove trailing whitespacePau Espin Pedrol1-8/+8
2017-07-22lc15: port lc15bts-mgr dependency changesMax7-85/+326
2017-07-19scheduler: Fix wrong log subsystem: L1C is L1 *control* not user dataHarald Welte1-9/+9
2017-07-19VIRT-PHY: Report virtual RACH bursts with plausible burst typeHarald Welte1-1/+3
2017-07-19virt: Don't print NOTICE log message if ARFCN doesn't matchHarald Welte1-4/+1
2017-07-19lc15: port lc15bts-mgr changesMax20-375/+1992