| Commit message (Expand) | Author | Age | Files | Lines |
* | gsm: lapdm.c: Add missing new line char in notice log string | Pau Espin Pedrol | 2018-06-18 | 1 | -1/+1 |
* | lapdm: don't enforce contention resolution on SAPI0/DCCH | Harald Welte | 2018-05-09 | 1 | -5/+2 |
* | lapdm: send_rslms_rll_l3_ui(): Don't include B4/SACCH IE unless needed | Harald Welte | 2018-05-08 | 1 | -3/+5 |
* | lapdm: cleanup: send_rslms_rll_l3_ui(): Use msgb_tv_push() | Harald Welte | 2018-05-08 | 1 | -9/+5 |
* | lapdm: Implement SABM related constraints | Harald Welte | 2018-05-08 | 1 | -0/+45 |
* | lapdm: Fix back-pointer from lapdm_entity to lapdm_channel | Harald Welte | 2018-05-04 | 1 | -0/+2 |
* | RSL/LAPDm: Not all RLL message are "transparent" | Harald Welte | 2018-04-19 | 1 | -3/+21 |
* | Fix malformed Abis/RSL messages with extra L3 Information field | Pau Espin Pedrol | 2017-12-10 | 1 | -5/+0 |
* | cosmetic: Fix trailing whitespace | Pau Espin Pedrol | 2017-12-10 | 1 | -2/+2 |
* | Fix/Update copyright notices; Add SPDX annotation | Harald Welte | 2017-11-13 | 1 | -1/+4 |
* | doxygen: unify use of \file across the board | Neels Hofmeyr | 2017-06-23 | 1 | -7/+5 |
* | doxygen: enable AUTOBRIEF, drop \brief | Neels Hofmeyr | 2017-06-23 | 1 | -16/+16 |
* | update/extend doxygen documentation | Harald Welte | 2017-06-12 | 1 | -0/+1 |
* | use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocore | Harald Welte | 2017-05-15 | 1 | -1/+0 |
* | Check for proper lapdm_datalink entity | Max | 2017-03-02 | 1 | -2/+8 |
* | Add strings with PH primitive names | Max | 2016-05-30 | 1 | -0/+12 |
* | LaPDm: Refuse SUSPEND/RESUME/RECONNECT in BTS mode | Harald Welte | 2015-12-19 | 1 | -0/+17 |
* | msgb: Check the return value of msgb_alloc (Coverity) | Jacob Erlbeck | 2015-04-10 | 1 | -0/+3 |
* | gsm/lapdm: Prevent LAPD tx_queue from filling up in polling mode | Daniel Willmann | 2014-03-26 | 1 | -0/+21 |
* | lapdm: Make lapdm_datalink_for_sapi public | Daniel Willmann | 2014-03-26 | 1 | -3/+3 |
* | ladpm: Fix msgb handling and SAPI=3 establishment delay | Jacob Erlbeck | 2014-03-10 | 1 | -27/+14 |
* | lapdm: Fix typo in the comment | Holger Hans Peter Freyther | 2014-01-23 | 1 | -1/+1 |
* | LAPDm: Allow sending unit data on DCCH | Andreas Eversberg | 2013-07-06 | 1 | -10/+18 |
* | Fix of potential memory leaks at lapdm.c | Andreas Eversberg | 2013-04-06 | 1 | -4/+17 |
* | lapd: Check in rslms_rx_rll() if lapdm context was initialized earlier | Daniel Willmann | 2012-12-26 | 1 | -2/+18 |
* | LAPDm: Ensure there is no payload in DISC frames | Harald Welte | 2012-04-26 | 1 | -1/+6 |
* | doc: Fix the Doxygen section endings | Sylvain Munaut | 2012-04-18 | 1 | -1/+1 |
* | lapdm: fix RSL message format in RLL ERROR INDICATION | Harald Welte | 2012-04-05 | 1 | -1/+0 |
* | lapdm: Make sure that the msgb_l3len(msg) == length... | Holger Hans Peter Freyther | 2012-01-12 | 1 | -4/+4 |
* | gsm/lapdm: Display SAPI in debug message for easier debug | Andreas.Eversberg | 2011-11-12 | 1 | -2/+2 |
* | gsm/lapdm: Fix UI frames from BTS->MS have length (B4 format) | Andreas.Eversberg | 2011-11-12 | 1 | -7/+11 |
* | gsm/lapdm: Fix TA and power level handling in the ACCH header | Andreas.Eversberg | 2011-11-12 | 1 | -6/+14 |
* | gsm/lapdm: Set N201 depending on the frame type | Andreas.Eversberg | 2011-11-12 | 1 | -5/+5 |
* | gsm/lapdm: Make T200 timer depends on the link type (SACCH is slower) | Andreas.Eversberg | 2011-11-12 | 1 | -5/+6 |
* | gsm/lapdm: Add missing msgb_free in rslms_rx_rll error cases | Andreas.Eversberg | 2011-11-12 | 1 | -0/+2 |
* | Added defines to use primitive/operation tuples in switch/case statements | Andreas Eversberg | 2011-10-10 | 1 | -58/+20 |
* | Split of LAPDm into a core part and a GSM specific part | root | 2011-10-10 | 1 | -1620/+327 |
* | LAPDm: Fix encoding of RLL ERROR IE | Harald Welte | 2011-09-03 | 1 | -1/+0 |
* | doxygen: Add documentation for LAPDm code | Harald Welte | 2011-08-17 | 1 | -4/+38 |
* | lapdm: fix memory leak due to unreachable code | Harald Welte | 2011-07-16 | 1 | -1/+0 |
* | lapdm: make sure we flush all queues whenever entering IDLE state | Harald Welte | 2011-06-29 | 1 | -0/+11 |
* | LAPDm: Uplink SACCH frames use format B, not format B4 | Harald Welte | 2011-06-29 | 1 | -5/+12 |
* | LAPDm: When Rx DATA from L1, L1 does not know the SAPI | Harald Welte | 2011-06-27 | 1 | -13/+14 |
* | add LAPDm code from osmocom-bb into libosmocore | Harald Welte | 2011-06-27 | 1 | -0/+2510 |