diff --git a/tunmgr/tunmgr.py b/tunmgr/tunmgr.py
index 4cd024998c7d485e3af7aec05a6d590eeec28c46..e425e76a103bdae490784fb3234abda4895b185d 100755
--- a/tunmgr/tunmgr.py
+++ b/tunmgr/tunmgr.py
@@ -9,7 +9,7 @@ from math import log
 
 from gsm import *
 
-SMS_SIZE = 160 # lettres GSM
+SMS_SIZE = 160*14 # lettres GSM
 PEER = sys.argv[1]
 PORT = 51117