aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2011-09-30 03:41:44 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2011-09-30 03:41:44 +0200
commitd88c5bf63772bef53e9864d1ad2aa0e0e2ea15a3 (patch)
tree71beb37fee0d3f1b9ca74a38cd3d31a020d8c3c1
parent3c46044cf1d2b352587266784eb064cb5d08260a (diff)
Fixed missing T203 in profiles
-rw-r--r--src/input/lapd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input/lapd.c b/src/input/lapd.c
index a19f0b1..0541c5c 100644
--- a/src/input/lapd.c
+++ b/src/input/lapd.c
@@ -77,6 +77,7 @@ const struct lapd_profile lapd_profile_isdn = {
3,
1,0,
1,0,
+ 2,0,
10,0,
0
};
@@ -88,6 +89,7 @@ const struct lapd_profile lapd_profile_abis = {
0, /* infinite */
0,240000,
1,0,
+ 2,0,
10,0,
0
};
@@ -99,6 +101,7 @@ const struct lapd_profile lapd_profile_sat = {
5,
2,400000,
2,400000,
+ 2,400000,
20,0,
1
};