aboutsummaryrefslogtreecommitdiffstats
path: root/mncc_test.py
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-12-02 00:23:09 +0100
committerHarald Welte <laforge@gnumonks.org>2015-12-02 00:23:09 +0100
commit47ff79107532a5e04470db23c3254dc998e1c39c (patch)
tree22831097a424b74fc3ebf5652d59b8c1579ac1ef /mncc_test.py
parent7e94f0d22f3435497deaf88a253edfdcda6958f8 (diff)
add license headers
Diffstat (limited to 'mncc_test.py')
-rwxr-xr-xmncc_test.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/mncc_test.py b/mncc_test.py
index 8a07265..2427d53 100755
--- a/mncc_test.py
+++ b/mncc_test.py
@@ -1,5 +1,14 @@
#!/usr/bin/python
+# Python testing tool for establishing calls via the OsmoNITB MNCC
+# interface.
+#
+# (C) 2015 by Harald Welte <laforge@gnumonks.org>
+#
+# Licensed under GNU General Public License, Version 2 or at your
+# option, any later version.
+
+
from gsm_call_fsm import GsmCallFsm, GsmCallConnector
from mncc_sock import MnccSocket
from thread import start_new_thread