From 521973e8546276c3a97cf5693a74f7f43bcdb44b Mon Sep 17 00:00:00 2001 From: Symphorien Gibol <symphorien.gibol@gmail.com> Date: Fri, 3 Jun 2016 14:52:44 +0200 Subject: [PATCH] 14 SMS --- tunmgr/tunmgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tunmgr/tunmgr.py b/tunmgr/tunmgr.py index 4cd0249..e425e76 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 -- GitLab