aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2018-01-26fix nullpointer deref in rsl_tx_mode_modif_nack()Philipp Maier1-0/+1
2018-01-26rsl: fix double-free in rsl_rx_mode_modif()Philipp Maier1-1/+0
2018-01-08oml.c: Fix use of htons instead of ntohsPau Espin Pedrol1-1/+1
2018-01-08Print FN delta on L1 errorsMax1-2/+2
2018-01-05Remove BSC-specific partsMax1-7/+1
2018-01-04Use existing function to obtain TSCMax1-2/+2
2017-12-11Fix malformed Resource Indication packetPau Espin Pedrol1-0/+1
2017-12-05DTX: avoid illegal character contained in DTX FSM allocation which causes BTS...Harald Welte1-2/+10
2017-12-03Put useful information in RTCP SDES.Harald Welte2-0/+18
2017-12-03rsl.c: Log RTP socket related errors as DRTP, not DRSLHarald Welte1-8/+8
2017-12-02measurment.c: Introduce INFO category for DMEAS loggingHarald Welte1-2/+2
2017-12-02l1sap: Fix log subsystem: Use DRTP for RTP related bits, L1C for MPHHarald Welte1-11/+11
2017-12-02scheduler_trx: L1P is for PH (data), L1M for MPH (control)Harald Welte1-2/+2
2017-12-02scheduler: Harmonize log line format; Always print TS name + decoded FNHarald Welte1-30/+21
2017-12-02measurement.c: Fix various typos in commentsHarald Welte1-8/+8
2017-11-27Remove leftover comments and checksMax1-10/+1
2017-11-08l1sap: Fix abort on big RTP packet receivedPau Espin Pedrol1-1/+3
2017-11-06l1sap: fix wrong return value of is_fill_frame()Harald Welte1-2/+2
2017-11-01vty: skip installing cmds now always installed by defaultNeels Hofmeyr1-4/+0
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-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 OpenBSCMax2-2/+854
2017-09-27vty: print version and description for each phyMax1-0/+12
2017-09-27Replace dead codeMax1-18/+5
2017-09-11OML: print actual type of report sent to BSCMax1-1/+1
2017-09-01Support removing SI13 from PCUMax2-6/+8
2017-08-31Support sending SI13 to PCUMax3-17/+31
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