aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo
AgeCommit message (Expand)AuthorFilesLines
2018-04-04use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr2-10/+6
2018-04-03osmo-bts-sysmo eeprom.c Restore ability to read/write EEPROMKeith1-6/+7
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte5-11/+5
2018-03-10sysmobts: Compatibility with older firmware versionsHarald Welte1-1/+12
2018-03-08fix handover: handle_ph_ra_ind(): evaluate ra_ind before msgb_trim()Neels Hofmeyr1-40/+46
2018-02-27L1SAP: Increase resolution of reported burst timingHarald Welte1-2/+2
2018-02-27Move rach_busy counting above L1SAPHarald Welte1-10/+6
2018-02-26{sysmo,lc15}: Fix RACH reporting in combined CBCH caseHarald Welte1-1/+2
2018-02-26{sysmo,lc15}: Correctly report BER to L1SAP in INFO_MEAS_INDHarald Welte1-1/+1
2018-02-22Introduce + use LOG/DEBUGP with frame number prefixing/printingHarald Welte2-20/+17
2018-02-22bts: use feature list instead of speech codec tablePhilipp Maier1-12/+0
2018-02-22octphy: ensure all BTS models set featuresPhilipp Maier1-0/+5
2018-02-19sysmo+lc15: Add missign include for readv/writevHarald Welte1-0/+1
2018-02-19sysmo: Fix compiler warnings in eeprom.cHarald Welte1-6/+6
2018-02-19rsl: do not allow MODE MODIFY request with unsupp. codec/ratePhilipp Maier1-0/+12
2018-01-21Move -I inside *INCDIR variableMax1-1/+1
2018-01-19Allow specifying sysmocom headers explicitlyMax1-1/+1
2018-01-16Move sysmobts-calib into osmo-bts-sysmoMax4-0/+1390
2017-12-05Log filenames on L1 errorsMax1-4/+4
2017-11-01vty: skip installing cmds now always installed by defaultNeels Hofmeyr1-8/+0
2017-10-11sysmo: don't override clock source with defaultsMax1-11/+14
2017-10-11sysmo: use clock calibration source wrapperMax3-2/+3
2017-10-08Remove build dependency on legacy OpenBSCMax1-1/+1
2017-09-19vty: mgr: sysmobts, lc15: install default commands for ACT_NORM_NODENeels Hofmeyr1-0/+1
2017-09-08Check readv() return value to prevent crashMax1-2/+8
2017-08-20Treat SIGTERM just like SIGINT in our programsHarald Welte1-0/+2
2017-08-09L1SAP: Use RSL_CHAN_OSMO_PDCH across L1SAPHarald Welte1-2/+2
2017-08-01lc-15, sysmo: l1_if: print name on PH-DATA.ind unknwon sapiPau Espin Pedrol1-2/+2
2017-07-10osmo-bts-sysmo: Include frame number in MEAS INDPhilipp Maier1-2/+3
2017-07-10Use osmo_dump_gsmtime to log fn across different layersPau Espin Pedrol1-2/+5
2017-07-10Allow passing low link quality buffers to upper layersPau Espin Pedrol2-13/+11
2017-07-05sysmo: Remove non longer valid -p option from helpPau Espin Pedrol1-1/+0
2017-07-04sysmo, litecell15: Make sure all TCH events are triggeredPau Espin Pedrol1-0/+5
2017-07-04Use L1P instead of L1C for TCH logging and allocationPau Espin Pedrol1-13/+13
2017-07-04Revert "osmo-bts-sysmo: Include frame number in MEAS IND"Philipp Maier1-7/+2
2017-06-30sysmo/tch.c: Clean up use of empty bufferPau Espin Pedrol1-3/+4
2017-06-29Revert "sysmobts: normalize frame number in measurement indication"Philipp Maier1-10/+2
2017-06-24osmo-bts-sysmo/l1_if.c: PH-DATA.ind belongs to L1P, not L1CHarald Welte1-1/+1
2017-06-22Copy sysmobts.service to osmo-bts-sysmoMax2-6/+6
2017-06-15Set and report BTS featuresMax1-0/+5
2017-06-09sysmobts: normalize frame number in measurement indicationPhilipp Maier1-2/+10
2017-06-09Re-add version to phy_instanceMax1-0/+4
2017-06-02Revert "Add version to phy_instance"Neels Hofmeyr1-4/+0
2017-05-29Add version to phy_instanceMax1-0/+4
2017-05-29sysmobts: Re-order the bit-endianness of every HR codec parameterHarald Welte3-6/+57
2017-05-29l1_if: Add inline functions to check dsp/fgpa version at runtimeHarald Welte1-0/+15
2017-05-29Consistently check for minimum attribute/TLV length in RSL and OMLHarald Welte1-2/+1
2017-05-29osmo-bts-sysmo: Include frame number in MEAS INDPhilipp Maier1-2/+7
2017-05-27Implement basic Get Attribute responderMax1-0/+4
2017-05-15Prepare for BTS attribute reporting via OMLMax5-25/+39