summaryrefslogtreecommitdiffstats
path: root/src/gsm/lapd_core.c
Commit message (Expand)AuthorAgeFilesLines
* gsm: lapd_core: Log timeout used upon start of T200Pau Espin Pedrol2019-06-211-1/+2
* lapd_core: Perform N200 retransmissions, not N200-1Harald Welte2019-06-051-4/+4
* Log lapd_datalink state on errorsMax2018-01-161-5/+5
* Fix malformed Abis/RSL messages with extra L3 Information fieldPau Espin Pedrol2017-12-101-3/+1
* Fix LAPD UA msgb memory leak.Jean-Francois Dionne2017-12-101-0/+3
* cosmetic: Fix trailing whitespacePau Espin Pedrol2017-12-101-6/+6
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+2
* lapd_core: Fix crash in lapd_est_req() functionIvan Kluchnikov2017-09-011-0/+4
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-9/+8
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-2/+2
* update/extend doxygen documentationHarald Welte2017-06-121-0/+1
* use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocoreHarald Welte2017-05-151-1/+0
* timer: add osmo_timer_setup()Pablo Neira Ayuso2017-05-091-4/+2
* fix spelling in API docu, command reply, logging, descriptionsThorsten Alteholz2017-04-231-1/+1
* Fix LAPD UA message buffer memory leak.Jean-Francois Dionne2017-03-291-5/+5
* lapd_core: Use 'struct value_string' for LAPD state namesHarald Welte2017-03-151-28/+33
* lapd_core: Fix MDL-ERROR ind after RELEASE indPhilipp Maier2017-02-071-4/+4
* lapd_core: fix program flowPhilipp Maier2017-02-071-5/+5
* lapd_core: Improve debug outputPhilipp Maier2017-02-031-144/+190
* Fix compilation warnings: missing includes: gsm0411_utils.c, lapd_core.c, oap...Max2017-01-131-0/+1
* LAPD: improve loggingMax2017-01-101-4/+6
* lapd_core: Fix crash in lapd_dl_flush_hist()Harald Welte2016-08-011-1/+1
* lapd_dl_flush_hist(): Don't flush a non-existant historyHarald Welte2016-07-031-0/+3
* some comments / fixed typosNeels Hofmeyr2015-12-211-1/+1
* gsm/lapdm: Prevent LAPD tx_queue from filling up in polling modeDaniel Willmann2014-03-261-0/+6
* lapd: Improve log message and mention the SAPI the dl is onHolger Hans Peter Freyther2014-03-161-2/+2
* lapd: Use the right struct for the talloc_zero_array callHolger Hans Peter Freyther2014-02-091-2/+2
* lapd: Remove the double NULL check idiom with msgb_freeHolger Hans Peter Freyther2013-08-091-22/+13
* LAPD: Free resume/re-establishment msgb if it carries no contentAndreas Eversberg2013-07-101-2/+5
* LAPDm: Fix re-establishment of datalinkAndreas Eversberg2013-07-061-5/+14
* lapd_core: msgb_trim() the L2 padding from ESTABLISH.indHarald Welte2013-06-181-2/+3
* lapd: Set the tx_hist to NULL after freeing itHolger Hans Peter Freyther2013-05-081-0/+1
* Fix: LAPDm contention resoltion must acknowledge subsequent SABMAndreas Eversberg2013-04-061-2/+8
* misc: Doxygen tweaks: fixed some typos and minor errorsKaterina Barone-Adesi2013-02-151-1/+2
* lapd: Use LOGL_ERROR for messgaes that are wrong in the given contextHolger Hans Peter Freyther2012-11-261-14/+14
* misc: Use static const struct for LAPD and AbisHolger Hans Peter Freyther2012-11-221-1/+1
* lapd: Remove unused variable t200_start in lapd_acknowledge.Holger Hans Peter Freyther2012-03-161-2/+1
* lapd: Warn if someone attempts to send an empty messageHolger Hans Peter Freyther2012-01-121-0/+7
* lapd: Mention the L3 size of the payload being sentHolger Hans Peter Freyther2012-01-121-1/+2
* libosmocore/lapd: Fixed handling of sequence errors at lapd_core.cAndreas.Eversberg2012-01-101-3/+21
* gsm/lapd_core: Make sure rc is initialize in lapd_rx_uSylvain Munaut2011-11-201-1/+1
* lapd: Fixed possible double free buf in lapd_core.cAndreas Eversberg2011-11-121-2/+3
* LAPD: Moved timer handling into seperate functionsAndreas Eversberg2011-10-101-72/+87
* Split of LAPDm into a core part and a GSM specific partroot2011-10-101-0/+2128