aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2017-08-22OML: use fom_hdr while handling attr. requestMax1-7/+9
2017-08-20Treat SIGTERM just like SIGINT in our programsHarald Welte1-0/+2
2017-08-14Fix build after recent gsm_bts_alloc() changeHarald Welte1-1/+1
2017-08-09l1sap/osmo-bts-sysmo: Improve loggingHarald Welte1-12/+23
2017-08-09GSMTAP: Don't log fill frames via GSMTAPHarald Welte1-0/+27
2017-08-09L1SAP: Use RSL_CHAN_OSMO_PDCH across L1SAPHarald Welte2-8/+5
2017-07-30L1SAP: Print chan_nr and link_id always as hexHarald Welte1-8/+8
2017-07-19scheduler: Fix wrong log subsystem: L1C is L1 *control* not user dataHarald Welte1-9/+9
2017-07-19lc15: port lc15bts-mgr changesMax1-0/+4
2017-07-15Ensure we don't send dummy UI frames on BCCH for TC=5Harald Welte1-1/+7
2017-07-11si2q: do not consider count update as errorMax1-2/+1
2017-07-10measurement: fix measurment reportPhilipp Maier1-24/+65
2017-07-10Use osmo_dump_gsmtime to log fn across different layersPau Espin Pedrol1-9/+7
2017-07-10Move dump_gsmtime to libosmocore as osmo_dump_gsmtimePau Espin Pedrol1-13/+4
2017-07-10l1sap.c: fn_ms_adj: Add err logging and always return GSM_RTP_DURATIONPau Espin Pedrol1-5/+6
2017-07-10l1sap.c: Avoid sending RTP frame with empty payloadPau Espin Pedrol1-14/+26
2017-07-10Allow passing low link quality buffers to upper layersPau Espin Pedrol2-2/+13
2017-07-04Fix annoying trailing whitespacePau Espin Pedrol1-3/+3
2017-07-01l1sap: Don't enqueue PTCCH blocks for loopbackHarald Welte1-1/+1
2017-06-28Add loopback support for PDTCHHarald Welte1-27/+89
2017-06-28RSL: receive and send multiple SI2q messagesMax2-14/+41
2017-06-26measurement: improve log outputPhilipp Maier1-4/+7
2017-06-26Add missing include for abis.h header fileMax1-0/+1
2017-06-24l1sap: if lchan is in loopback, don't accept incoming RTPHarald Welte1-0/+5
2017-06-24l1sap.c: Factor out function to limit message queueHarald Welte1-21/+18
2017-06-24measurement: Remove dead codeHarald Welte1-37/+0
2017-06-24Revert "RSL: receive and send multiple SI2q messages"Neels Hofmeyr2-49/+28
2017-06-24Revert "RSL: check for abnormal SI2q values"Neels Hofmeyr1-6/+0
2017-06-22OML: move BTS number check into separate functionMax1-16/+34
2017-06-18OML Add osmocom-specific way to deactivate radio link timeoutHarald Welte2-5/+19
2017-06-16RSL: check for abnormal SI2q valuesMax1-0/+6
2017-06-15RSL: receive and send multiple SI2q messagesMax2-28/+49
2017-06-15cosmetic: fix some typosVadim Yanitskiy1-3/+3
2017-06-15Cleanup SI schedulingMax1-20/+12
2017-06-15Set and report BTS featuresMax1-0/+9
2017-06-15Extend Get Attribute responderMax1-43/+85
2017-06-13measurement: Improve log outputPhilipp Maier2-12/+36
2017-06-09cosmetic: remove unused variablePhilipp Maier1-1/+0
2017-06-09Revert "measurement: exclude idle channels from uplink measurement"Philipp Maier1-29/+24
2017-06-09measurement: fix measurement computationPhilipp Maier2-1/+53
2017-05-29OML: fix Coverity-reported issuesMax1-2/+6
2017-05-29vty: Remove command for manual channel activation/deactivationHarald Welte1-60/+0
2017-05-29l1sap.c: Add spec reference to link timeout implementationHarald Welte1-1/+3
2017-05-29Consistently check for minimum attribute/TLV length in RSL and OMLHarald Welte2-29/+29
2017-05-27Implement basic Get Attribute responderMax1-0/+132
2017-05-24measurement: exclude idle channels from uplink measurementPhilipp Maier1-24/+29
2017-05-24phy_link: Fix typo in state being printedPau Espin Pedrol1-1/+1
2017-05-17measurement: Compute measurement results on measurement idicationPhilipp Maier1-5/+4
2017-05-17measurement: make lchan_meas_check_compute() available to l1sap.cPhilipp Maier1-1/+1
2017-05-17measurement: fix measurement reporting periodPhilipp Maier1-3/+35