aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/lapdm.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-18gsm: lapdm.c: Add missing new line char in notice log stringPau Espin Pedrol1-1/+1
2018-05-09lapdm: don't enforce contention resolution on SAPI0/DCCHHarald Welte1-5/+2
2018-05-08lapdm: send_rslms_rll_l3_ui(): Don't include B4/SACCH IE unless neededHarald Welte1-3/+5
2018-05-08lapdm: cleanup: send_rslms_rll_l3_ui(): Use msgb_tv_push()Harald Welte1-9/+5
2018-05-08lapdm: Implement SABM related constraintsHarald Welte1-0/+45
2018-05-04lapdm: Fix back-pointer from lapdm_entity to lapdm_channelHarald Welte1-0/+2
2018-04-19RSL/LAPDm: Not all RLL message are "transparent"Harald Welte1-3/+21
2017-12-10Fix malformed Abis/RSL messages with extra L3 Information fieldPau Espin Pedrol1-5/+0
2017-12-10cosmetic: Fix trailing whitespacePau Espin Pedrol1-2/+2
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-1/+4
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-7/+5
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-16/+16
2017-06-12update/extend doxygen documentationHarald Welte1-0/+1
2017-05-15use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocoreHarald Welte1-1/+0
2017-03-02Check for proper lapdm_datalink entityMax1-2/+8
2016-05-30Add strings with PH primitive namesMax1-0/+12
2015-12-19LaPDm: Refuse SUSPEND/RESUME/RECONNECT in BTS modeHarald Welte1-0/+17
2015-04-10msgb: Check the return value of msgb_alloc (Coverity)Jacob Erlbeck1-0/+3
2014-03-26gsm/lapdm: Prevent LAPD tx_queue from filling up in polling modeDaniel Willmann1-0/+21
2014-03-26lapdm: Make lapdm_datalink_for_sapi publicDaniel Willmann1-3/+3
2014-03-10ladpm: Fix msgb handling and SAPI=3 establishment delayJacob Erlbeck1-27/+14
2014-01-23lapdm: Fix typo in the commentHolger Hans Peter Freyther1-1/+1
2013-07-06LAPDm: Allow sending unit data on DCCHAndreas Eversberg1-10/+18
2013-04-06Fix of potential memory leaks at lapdm.cAndreas Eversberg1-4/+17
2012-12-26lapd: Check in rslms_rx_rll() if lapdm context was initialized earlierDaniel Willmann1-2/+18
2012-04-26LAPDm: Ensure there is no payload in DISC frames0.4.2Harald Welte1-1/+6
2012-04-18doc: Fix the Doxygen section endingsSylvain Munaut1-1/+1
2012-04-05lapdm: fix RSL message format in RLL ERROR INDICATIONHarald Welte1-1/+0
2012-01-12lapdm: Make sure that the msgb_l3len(msg) == length...Holger Hans Peter Freyther1-4/+4
2011-11-12gsm/lapdm: Display SAPI in debug message for easier debugAndreas.Eversberg1-2/+2
2011-11-12gsm/lapdm: Fix UI frames from BTS->MS have length (B4 format)Andreas.Eversberg1-7/+11
2011-11-12gsm/lapdm: Fix TA and power level handling in the ACCH headerAndreas.Eversberg1-6/+14
2011-11-12gsm/lapdm: Set N201 depending on the frame typeAndreas.Eversberg1-5/+5
2011-11-12gsm/lapdm: Make T200 timer depends on the link type (SACCH is slower)Andreas.Eversberg1-5/+6
2011-11-12gsm/lapdm: Add missing msgb_free in rslms_rx_rll error casesAndreas.Eversberg1-0/+2
2011-10-10Added defines to use primitive/operation tuples in switch/case statementsAndreas Eversberg1-58/+20
2011-10-10Split of LAPDm into a core part and a GSM specific partroot1-1620/+327
2011-09-03LAPDm: Fix encoding of RLL ERROR IE0.3.8Harald Welte1-1/+0
2011-08-17doxygen: Add documentation for LAPDm codeHarald Welte1-4/+38
2011-07-16lapdm: fix memory leak due to unreachable codeHarald Welte1-1/+0
2011-06-29lapdm: make sure we flush all queues whenever entering IDLE state0.3.4Harald Welte1-0/+11
2011-06-29LAPDm: Uplink SACCH frames use format B, not format B4Harald Welte1-5/+12
2011-06-27LAPDm: When Rx DATA from L1, L1 does not know the SAPIHarald Welte1-13/+14
2011-06-27add LAPDm code from osmocom-bb into libosmocore0.3.3Harald Welte1-0/+2510