aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* osmo-bts-trx: Relax validation to allow TRX data bursts without paddingpespin/sysmocell5000Pau Espin Pedrol2017-08-221-1/+1
* Fix static build of osmo-bts-trx and osmo-bts-virtual.Alexander Chemeris2017-08-202-2/+2
* Treat SIGTERM just like SIGINT in our programsHarald Welte2017-08-203-0/+6
* osmo-bts-trx: Increase a maximum allowed MS power reduction step from 2dB to 4dB.Alexander Chemeris2017-08-201-1/+1
* osmo-bts-trx: Remove an unused variable. Resolves a compiler warning.Alexander Chemeris2017-08-191-4/+0
* osmo-bts-trx: Fix MS power control loop.Alexander Chemeris2017-08-192-12/+12
* Simplify jenkins build scriptsMax2017-08-186-88/+36
* octphy: implement support for dynamic timeslotsPhilipp Maier2017-08-152-13/+126
* osmo-bts-trx: Enable osmotrx tx-attenuation oml by defaultPau Espin Pedrol2017-08-151-0/+2
* Fix build after recent gsm_bts_alloc() changeHarald Welte2017-08-147-7/+7
* TRX: Remove global variables, move SETBSIC/SETTSC handling into phy_linkHarald Welte2017-08-094-66/+38
* l1sap/osmo-bts-sysmo: Improve loggingHarald Welte2017-08-091-12/+23
* TRX: Remove bogus extern global variable declarationsHarald Welte2017-08-091-2/+0
* GSMTAP: Don't log fill frames via GSMTAPHarald Welte2017-08-091-0/+27
* L1SAP: Use RSL_CHAN_OSMO_PDCH across L1SAPHarald Welte2017-08-096-14/+12
* VIRT-BTS: Support for GPRSHarald Welte2017-08-093-9/+7
* lc15bts-mgr.service: Prepare dirs and sysctls for the processPau Espin Pedrol2017-08-071-1/+18
* lc-15, sysmo: l1_if: print name on PH-DATA.ind unknwon sapiPau Espin Pedrol2017-08-012-4/+4
* lc15: Tweak led colors used in service filePau Espin Pedrol2017-07-311-3/+3
* L1SAP: Print chan_nr and link_id always as hexHarald Welte2017-07-301-8/+8
* TRX / VIRT-PHY: Make check for BCCH/CCCH more specificHarald Welte2017-07-302-4/+4
* VIRT-PHY: Print NOTICE log message from unimplemented stubsHarald Welte2017-07-302-0/+13
* cosmetic: lc15bts_mgr_vty.c: Fix typos in commentsPau Espin Pedrol2017-07-251-2/+2
* litecell15: Register in vty limits for paX_pwrPau Espin Pedrol2017-07-251-0/+2
* cosmetics: Fix typos and whitespace in lc15bts_mgr_vty.cPau Espin Pedrol2017-07-251-4/+4
* lc15bts-mgr.cfg: Set default vswr to a value inside valid rangePau Espin Pedrol2017-07-251-2/+2
* cosmetic: Move error goto path to the end of the functionPau Espin Pedrol2017-07-241-8/+9
* cosmetic: scheduler_trx.c: Add function to get rid of ugly goto pathPau Espin Pedrol2017-07-241-15/+22
* cosmetic: scheduler_trx: Remove trailing whitespacePau Espin Pedrol2017-07-241-8/+8
* lc15: port lc15bts-mgr dependency changesMax2017-07-228-85/+327
* lc15bts-mgr: separate service fileMax2017-07-212-2/+14
* scheduler: Fix wrong log subsystem: L1C is L1 *control* not user dataHarald Welte2017-07-191-9/+9
* VIRT-PHY: Report virtual RACH bursts with plausible burst typeHarald Welte2017-07-191-1/+3
* virt: Don't print NOTICE log message if ARFCN doesn't matchHarald Welte2017-07-191-4/+1
* lc15: port lc15bts-mgr changesMax2017-07-1922-411/+2014
* lc15: make default config usableMax2017-07-181-1/+3
* lc15: fix BTS revision and hw optionsMax2017-07-182-7/+15
* lc15-mgr: update parameter read/writeMax2017-07-182-1/+4
* lc15: cleanup board parameters readingMax2017-07-181-22/+25
* Unify *.service filesMax2017-07-173-3/+5
* Fix .deb buildMax2017-07-161-0/+1
* Ensure we don't send dummy UI frames on BCCH for TC=5Harald Welte2017-07-151-1/+7
* Cleanup example config filesMax2017-07-1410-33/+1
* VIRT-PHY: cause BTS to terminate in case of recv()/send() on udp socket returns 0Harald Welte2017-07-133-5/+19
* VIRT-PHY: Use IPv4 multicast groups for private / local scopeHarald Welte2017-07-131-2/+7
* VIRT-PHY: Added test option for fast hyperframe repeat.Sebastian Stumpf2017-07-131-0/+8
* VIRT-PHY: Fix handling of default values for vty configurationHarald Welte2017-07-133-14/+6
* VIRT-PHY: Fixed timeslot in gsmtap-msg on downlink which was always 0.Sebastian Stumpf2017-07-131-0/+2
* VIRT-PHY: Added example configurations for openbsc and osmobts.Sebastian Stumpf2017-07-133-0/+215
* VIRT-PHY: Initial check-in of a new virtual BTSHarald Welte2017-07-1316-1/+1890