aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/lapd.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-14treewide: remove FSF address2021q4Oliver Smith1-4/+0
2021-11-17lapd: don't add parenthesis around datalink nameHarald Welte1-5/+5
2020-07-15lapd: Use lapd_dl_init2 instead of deprecated lapd_dl_initPau Espin Pedrol1-2/+1
2020-07-15cosmetic: lapd: Fix trailing whitespacePau Espin Pedrol1-1/+1
2020-07-03input/lapd.c: Enlarge message buffers for DL-SAP primitivesHarald Welte1-1/+1
2020-07-03lapd: Replace magic numbers with #definesHarald Welte1-3/+6
2020-06-09lapd: Always print context information when loggingHarald Welte1-39/+55
2017-11-13Add SPDX-License-Identifier to all source filesHarald Welte1-0/+2
2017-03-15lapd: log pointer addressesPhilipp Maier1-2/+7
2017-03-14lapd: Reduce N200 (SABM retransmission count)Philipp Maier1-2/+2
2016-11-02lapd: adding support for ericsson's lapd dialectPhilipp1-0/+28
2013-03-09lapd: Do not override t203_sec initialization.Holger Hans Peter Freyther1-1/+1
2012-08-30input: add generic PCAP interface for LAPDPablo Neira Ayuso1-0/+12
2012-08-30lapd: use C99 structure initialization for profile templatesPablo Neira Ayuso1-27/+27
2011-10-01Length check of LAPD messages to prevent overflows on corrupt framesAndreas Eversberg1-7/+49
2011-09-30Fixed missing T203 in profilesAndreas Eversberg1-0/+3
2011-09-29Addition to last commit 2f5a3714075882ac946536709ac581453b6ad52aAndreas Eversberg1-11/+13
2011-09-29LAPD profiles are globally defined structuresAndreas Eversberg1-34/+49
2011-09-29Replaced LAPD implementation with new LAPD core of libosmogsmAndreas Eversberg1-491/+344
2011-08-26lapd: stop timers in lapd_instance_free()Harald Welte1-0/+11
2011-08-24LAPD: Add function to release/free a LAPD instanceHarald Welte1-0/+7
2011-08-16LAPD: Propagate lapd_receive() errors to the E1 driverPablo Neira Ayuso1-2/+12
2011-08-16LAPD: Use proper log levels and prefix all messages with LAPDHarald Welte1-26/+29
2011-08-16LAPD: Remove all calls to 'assert' from the codeHarald Welte1-4/+11
2011-07-19update to comply with libosmocore namespace fixesHarald Welte1-26/+26
2011-07-18talloc: revert to use talloc inside libosmocoreHarald Welte1-1/+1
2011-07-05logging: use new harald's logging infrastructure in libosmocorePablo Neira Ayuso1-1/+0
2011-07-05include: export lapd.h since openBSC needs itPablo Neira Ayuso1-1/+1
2011-06-09include: remove internal definition that are now in libosmocorePablo Neira Ayuso1-0/+1
2011-06-07src: use include/osmocom/abis instead of include/osmocom/gsm/abisPablo Neira Ayuso1-1/+0
2011-06-05initial commit of libosmo-abisPablo Neira Ayuso1-0/+713