aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-07-03 19:05:44 +0200
committerHarald Welte <laforge@osmocom.org>2020-07-03 19:08:42 +0200
commit47c247b9406308d5bb6735a02eca313cc99ce05f (patch)
treee1e79e10746ca45adca0632df769deb261ad7479
parentea7da44bdd80eeab79f36f9d2167f60a6ef46845 (diff)
input/lapd.c: Enlarge message buffers for DL-SAP primitives
The DL-SAP primitive msgbs are currently allocated to only have headroom but no tailroom. Let's change that Change-Id: Ia476c8a2f70e6579be53230427923885a573f801 Related: OS#4644
-rw-r--r--src/input/lapd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/lapd.c b/src/input/lapd.c
index 9bab5a9..5c0a6b6 100644
--- a/src/input/lapd.c
+++ b/src/input/lapd.c
@@ -82,7 +82,7 @@
#define LOGSAP(sap, level, fmt, args ...) \
LOGP(DLLAPD, level, "%s: " fmt, (sap)->dl.name, ## args)
-#define DLSAP_MSGB_SIZE 56
+#define DLSAP_MSGB_SIZE 128
#define DLSAP_MSGB_HEADROOM 56
const struct lapd_profile lapd_profile_isdn = {