aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/lapd.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-16LAPD: Propagate lapd_receive() errors to the E1 driverPablo Neira Ayuso1-2/+12
Scenario: BTS are configured and working, then the BSC stops working for some reason (crash or administrative stop). If the BSC comes back to life, LAPD among other things does not know about the previous existing TEIs. Instead of ignoring these frames, we notify the driver that we are seeing frames with unknown TEIs, so it can try to recover, e.g. by resending the SABM message.
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
For a system-level daemon, no protocol parser error should ever call assert, which would take down the entire process.
2011-07-19update to comply with libosmocore namespace fixesHarald Welte1-26/+26
This updates the code and brings it in sync to libosmocore git commit 892e621fec571c7cba3573caa0d328ed1b25d8ee
2011-07-18talloc: revert to use talloc inside libosmocoreHarald Welte1-1/+1
It's not a good idea to confuse the two changes with each other. Moving the Abis part into a separate library is independent from the question whether we have talloc inside libosmocore or use a stand-alone talloc library.
2011-07-05logging: use new harald's logging infrastructure in libosmocorePablo Neira Ayuso1-1/+0
I can send patches to improve it later, better not to waste much time at it by now so port libosmo-abis upon it.
2011-07-05include: export lapd.h since openBSC needs itPablo Neira Ayuso1-1/+1
More specifically, the unfinished ericsson rbs2000 BTS.
2011-06-09include: remove internal definition that are now in libosmocorePablo Neira Ayuso1-0/+1
Still in one separate patch for libosmocore, but they may become part of mainline soon.
2011-06-07src: use include/osmocom/abis instead of include/osmocom/gsm/abisPablo Neira Ayuso1-1/+0
Harald prefers short paths. This patch also remove commented includes in several files.
2011-06-05initial commit of libosmo-abisPablo Neira Ayuso1-0/+713
still many things to get fixed