diff --git a/pycrate_asn1c/__init__.py b/pycrate_asn1c/__init__.py index 2487820a..fb11ffb3 100644 --- a/pycrate_asn1c/__init__.py +++ b/pycrate_asn1c/__init__.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * @@ -31,4 +31,4 @@ 'dictobj', 'setobj', 'refobj', 'asnobj', 'extractor', 'specdir', 'proc', 'generator' ] -__version__ = '0.2.0' +__version__ = '0.4.0' diff --git a/pycrate_asn1c/asnobj.py b/pycrate_asn1c/asnobj.py index 88ddd930..4ae148ae 100644 --- a/pycrate_asn1c/asnobj.py +++ b/pycrate_asn1c/asnobj.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_asn1c/dictobj.py b/pycrate_asn1c/dictobj.py index 8751a5d3..e62d2e2d 100644 --- a/pycrate_asn1c/dictobj.py +++ b/pycrate_asn1c/dictobj.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_asn1c/err.py b/pycrate_asn1c/err.py index 128a64e9..4b68cd2e 100644 --- a/pycrate_asn1c/err.py +++ b/pycrate_asn1c/err.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_asn1c/extractor.py b/pycrate_asn1c/extractor.py index eeb50cdd..0282f7cf 100644 --- a/pycrate_asn1c/extractor.py +++ b/pycrate_asn1c/extractor.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_asn1c/generator.py b/pycrate_asn1c/generator.py index b83a4cfc..65b9f53c 100644 --- a/pycrate_asn1c/generator.py +++ b/pycrate_asn1c/generator.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_asn1c/glob.py b/pycrate_asn1c/glob.py index f334b662..f35e3920 100644 --- a/pycrate_asn1c/glob.py +++ b/pycrate_asn1c/glob.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_asn1c/proc.py b/pycrate_asn1c/proc.py index 42ef8651..cda6fd82 100644 --- a/pycrate_asn1c/proc.py +++ b/pycrate_asn1c/proc.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_asn1c/refobj.py b/pycrate_asn1c/refobj.py index ce5bc403..45c1d9ee 100644 --- a/pycrate_asn1c/refobj.py +++ b/pycrate_asn1c/refobj.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_asn1c/setobj.py b/pycrate_asn1c/setobj.py index eda91b1e..401ffeda 100644 --- a/pycrate_asn1c/setobj.py +++ b/pycrate_asn1c/setobj.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_asn1c/specdir.py b/pycrate_asn1c/specdir.py index f7f4ee59..be527b7e 100644 --- a/pycrate_asn1c/specdir.py +++ b/pycrate_asn1c/specdir.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_asn1c/tokenizer.py b/pycrate_asn1c/tokenizer.py index 92f3bcc6..482f29cd 100644 --- a/pycrate_asn1c/tokenizer.py +++ b/pycrate_asn1c/tokenizer.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. # * diff --git a/pycrate_asn1c/utils.py b/pycrate_asn1c/utils.py index bda0b5ca..2df11380 100644 --- a/pycrate_asn1c/utils.py +++ b/pycrate_asn1c/utils.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- # /** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_asn1rt/__init__.py b/pycrate_asn1rt/__init__.py index 589b66a3..344c0308 100644 --- a/pycrate_asn1rt/__init__.py +++ b/pycrate_asn1rt/__init__.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * @@ -30,5 +30,5 @@ __all__ = ['utils', 'err', 'glob', 'dictobj', 'setobj', 'refobj', 'asnobj_basic', 'asnobj_str', 'asnobj_construct', 'asnobj_class', 'asnobj_ext', 'wrapper'] -__version__ = '0.2.0' +__version__ = '0.4.0' diff --git a/pycrate_asn1rt/asnobj.py b/pycrate_asn1rt/asnobj.py index 1774c6a2..67051546 100644 --- a/pycrate_asn1rt/asnobj.py +++ b/pycrate_asn1rt/asnobj.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * Copyright 2018. Benoit Michau. P1Sec. diff --git a/pycrate_asn1rt/asnobj_basic.py b/pycrate_asn1rt/asnobj_basic.py index 648e117b..7355a57c 100644 --- a/pycrate_asn1rt/asnobj_basic.py +++ b/pycrate_asn1rt/asnobj_basic.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * Copyright 2018. Benoit Michau. P1Sec. diff --git a/pycrate_asn1rt/asnobj_class.py b/pycrate_asn1rt/asnobj_class.py index 013e85d8..49b55cd2 100644 --- a/pycrate_asn1rt/asnobj_class.py +++ b/pycrate_asn1rt/asnobj_class.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * Copyright 2018. Benoit Michau. P1Sec. diff --git a/pycrate_asn1rt/asnobj_construct.py b/pycrate_asn1rt/asnobj_construct.py index 21022464..6a27a19f 100644 --- a/pycrate_asn1rt/asnobj_construct.py +++ b/pycrate_asn1rt/asnobj_construct.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * Copyright 2018. Benoit Michau. P1Sec. diff --git a/pycrate_asn1rt/asnobj_ext.py b/pycrate_asn1rt/asnobj_ext.py index 2ae62f0f..7651d8bf 100644 --- a/pycrate_asn1rt/asnobj_ext.py +++ b/pycrate_asn1rt/asnobj_ext.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * Copyright 2018. Benoit Michau. P1Sec. diff --git a/pycrate_asn1rt/asnobj_str.py b/pycrate_asn1rt/asnobj_str.py index 26ca6b85..aecc4ecc 100644 --- a/pycrate_asn1rt/asnobj_str.py +++ b/pycrate_asn1rt/asnobj_str.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * Copyright 2018. Benoit Michau. P1Sec. diff --git a/pycrate_asn1rt/codecs.py b/pycrate_asn1rt/codecs.py index c8cd23c7..766b508e 100644 --- a/pycrate_asn1rt/codecs.py +++ b/pycrate_asn1rt/codecs.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_asn1rt/dictobj.py b/pycrate_asn1rt/dictobj.py index 77c53006..71b9e519 100644 --- a/pycrate_asn1rt/dictobj.py +++ b/pycrate_asn1rt/dictobj.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_asn1rt/err.py b/pycrate_asn1rt/err.py index ed6036b8..ba51ac61 100644 --- a/pycrate_asn1rt/err.py +++ b/pycrate_asn1rt/err.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_asn1rt/glob.py b/pycrate_asn1rt/glob.py index f9ca9b2c..b6f62c30 100644 --- a/pycrate_asn1rt/glob.py +++ b/pycrate_asn1rt/glob.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_asn1rt/init.py b/pycrate_asn1rt/init.py index 4380c09a..3b1a8a4f 100644 --- a/pycrate_asn1rt/init.py +++ b/pycrate_asn1rt/init.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_asn1rt/refobj.py b/pycrate_asn1rt/refobj.py index 24723b11..74496f54 100644 --- a/pycrate_asn1rt/refobj.py +++ b/pycrate_asn1rt/refobj.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_asn1rt/setobj.py b/pycrate_asn1rt/setobj.py index 81e6fddb..730110a8 100644 --- a/pycrate_asn1rt/setobj.py +++ b/pycrate_asn1rt/setobj.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_asn1rt/utils.py b/pycrate_asn1rt/utils.py index e02c82e0..4f45bf5b 100644 --- a/pycrate_asn1rt/utils.py +++ b/pycrate_asn1rt/utils.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- # /** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_asn1rt/wrapper.py b/pycrate_asn1rt/wrapper.py index 349c3ac2..5e862845 100644 --- a/pycrate_asn1rt/wrapper.py +++ b/pycrate_asn1rt/wrapper.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_core/__init__.py b/pycrate_core/__init__.py index 8b5c0dbc..2cab9aab 100644 --- a/pycrate_core/__init__.py +++ b/pycrate_core/__init__.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * @@ -28,4 +28,4 @@ #*/ # __all__ = ['utils', 'charpy', 'repr', 'elt', 'base'] -__version__ = '0.2.0' +__version__ = '0.4.0' diff --git a/pycrate_core/base.py b/pycrate_core/base.py index 8e5f0b86..4d2279ec 100644 --- a/pycrate_core/base.py +++ b/pycrate_core/base.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_core/charpy.py b/pycrate_core/charpy.py index c9fe65eb..edfe9b9e 100644 --- a/pycrate_core/charpy.py +++ b/pycrate_core/charpy.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_core/elt.py b/pycrate_core/elt.py index 1d5fc144..da3ad7d4 100644 --- a/pycrate_core/elt.py +++ b/pycrate_core/elt.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_core/repr.py b/pycrate_core/repr.py index ee49b703..759f56a3 100644 --- a/pycrate_core/repr.py +++ b/pycrate_core/repr.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_core/utils.py b/pycrate_core/utils.py index 3b396678..97961aed 100644 --- a/pycrate_core/utils.py +++ b/pycrate_core/utils.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_core/utils_py2.py b/pycrate_core/utils_py2.py index a824c918..8377b47c 100644 --- a/pycrate_core/utils_py2.py +++ b/pycrate_core/utils_py2.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_core/utils_py3.py b/pycrate_core/utils_py3.py index e0fff3ec..7b22d722 100644 --- a/pycrate_core/utils_py3.py +++ b/pycrate_core/utils_py3.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/HdlrENB.py b/pycrate_corenet/HdlrENB.py index a1b6293b..e0278df6 100644 --- a/pycrate_corenet/HdlrENB.py +++ b/pycrate_corenet/HdlrENB.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/HdlrHNB.py b/pycrate_corenet/HdlrHNB.py index 49f94374..cb230d07 100644 --- a/pycrate_corenet/HdlrHNB.py +++ b/pycrate_corenet/HdlrHNB.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/HdlrUE.py b/pycrate_corenet/HdlrUE.py index 79da7f73..74674fa2 100644 --- a/pycrate_corenet/HdlrUE.py +++ b/pycrate_corenet/HdlrUE.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/HdlrUEIu.py b/pycrate_corenet/HdlrUEIu.py index 531516f5..14bef0a2 100644 --- a/pycrate_corenet/HdlrUEIu.py +++ b/pycrate_corenet/HdlrUEIu.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/HdlrUEIuCS.py b/pycrate_corenet/HdlrUEIuCS.py index f2253049..c60847aa 100644 --- a/pycrate_corenet/HdlrUEIuCS.py +++ b/pycrate_corenet/HdlrUEIuCS.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/HdlrUEIuPS.py b/pycrate_corenet/HdlrUEIuPS.py index b194a342..abbb8b42 100644 --- a/pycrate_corenet/HdlrUEIuPS.py +++ b/pycrate_corenet/HdlrUEIuPS.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/HdlrUES1.py b/pycrate_corenet/HdlrUES1.py index e4a79b9d..c0674e0c 100644 --- a/pycrate_corenet/HdlrUES1.py +++ b/pycrate_corenet/HdlrUES1.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/HdlrUESMS.py b/pycrate_corenet/HdlrUESMS.py index e2eff770..5ad20598 100644 --- a/pycrate_corenet/HdlrUESMS.py +++ b/pycrate_corenet/HdlrUESMS.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/ProcCNEMM.py b/pycrate_corenet/ProcCNEMM.py index facee539..acb0f074 100644 --- a/pycrate_corenet/ProcCNEMM.py +++ b/pycrate_corenet/ProcCNEMM.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/ProcCNESM.py b/pycrate_corenet/ProcCNESM.py index 14f0dd89..11970813 100644 --- a/pycrate_corenet/ProcCNESM.py +++ b/pycrate_corenet/ProcCNESM.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/ProcCNGMM.py b/pycrate_corenet/ProcCNGMM.py index 36d5203a..2cbe3427 100644 --- a/pycrate_corenet/ProcCNGMM.py +++ b/pycrate_corenet/ProcCNGMM.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/ProcCNHnbap.py b/pycrate_corenet/ProcCNHnbap.py index 12c6e7d1..d0dad417 100644 --- a/pycrate_corenet/ProcCNHnbap.py +++ b/pycrate_corenet/ProcCNHnbap.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/ProcCNMM.py b/pycrate_corenet/ProcCNMM.py index e59ee526..941c46d1 100644 --- a/pycrate_corenet/ProcCNMM.py +++ b/pycrate_corenet/ProcCNMM.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/ProcCNRanap.py b/pycrate_corenet/ProcCNRanap.py index 9c9e8ab4..9eeab0e8 100644 --- a/pycrate_corenet/ProcCNRanap.py +++ b/pycrate_corenet/ProcCNRanap.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/ProcCNRua.py b/pycrate_corenet/ProcCNRua.py index d5bd6a74..60368fa5 100644 --- a/pycrate_corenet/ProcCNRua.py +++ b/pycrate_corenet/ProcCNRua.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/ProcCNS1ap.py b/pycrate_corenet/ProcCNS1ap.py index db2b2535..7e162c30 100644 --- a/pycrate_corenet/ProcCNS1ap.py +++ b/pycrate_corenet/ProcCNS1ap.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/ProcCNSM.py b/pycrate_corenet/ProcCNSM.py index 09700b2e..fdb8c568 100644 --- a/pycrate_corenet/ProcCNSM.py +++ b/pycrate_corenet/ProcCNSM.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/ProcCNSMS.py b/pycrate_corenet/ProcCNSMS.py index 9f370202..4f71d538 100644 --- a/pycrate_corenet/ProcCNSMS.py +++ b/pycrate_corenet/ProcCNSMS.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/ProcProto.py b/pycrate_corenet/ProcProto.py index d05ca530..8ae815fd 100644 --- a/pycrate_corenet/ProcProto.py +++ b/pycrate_corenet/ProcProto.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/Server.py b/pycrate_corenet/Server.py index 0f340f17..0704a475 100644 --- a/pycrate_corenet/Server.py +++ b/pycrate_corenet/Server.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/ServerAuC.py b/pycrate_corenet/ServerAuC.py index d45bcbc6..ce72848f 100644 --- a/pycrate_corenet/ServerAuC.py +++ b/pycrate_corenet/ServerAuC.py @@ -1,7 +1,7 @@ # −*− coding: UTF−8 −*− #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/ServerGTPU.py b/pycrate_corenet/ServerGTPU.py index f6e9b631..cd46ac3a 100644 --- a/pycrate_corenet/ServerGTPU.py +++ b/pycrate_corenet/ServerGTPU.py @@ -1,7 +1,7 @@ # −*− coding: UTF−8 −*− #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright © 2013. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/ServerSMS.py b/pycrate_corenet/ServerSMS.py index a5ad7141..a9e67e86 100644 --- a/pycrate_corenet/ServerSMS.py +++ b/pycrate_corenet/ServerSMS.py @@ -1,7 +1,7 @@ # −*− coding: UTF−8 −*− #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright © 2013. Benoit Michau. ANSSI. # * diff --git a/pycrate_corenet/__init__.py b/pycrate_corenet/__init__.py index 9f9719b6..004420c7 100644 --- a/pycrate_corenet/__init__.py +++ b/pycrate_corenet/__init__.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * @@ -33,4 +33,4 @@ 'ProcProto', 'ProcCNHnbap', 'ProcCNRua', 'ProcCNRanap', 'ProcCNS1ap', 'ProcCNMM', 'ProcCNGMM', 'ProcCNEMM', 'ProcCNESM', ] -__version__ = '0.2.0' +__version__ = '0.4.0' diff --git a/pycrate_corenet/utils.py b/pycrate_corenet/utils.py index 1d697de7..fa8d256c 100644 --- a/pycrate_corenet/utils.py +++ b/pycrate_corenet/utils.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_csn1/__init__.py b/pycrate_csn1/__init__.py index bd75b8ee..61699724 100644 --- a/pycrate_csn1/__init__.py +++ b/pycrate_csn1/__init__.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * @@ -28,5 +28,5 @@ #*/ __all__ = ['utils', 'trans', 'csnobj'] -__version__ = '0.3.0' +__version__ = '0.4.0' diff --git a/pycrate_csn1/csnobj.py b/pycrate_csn1/csnobj.py index 349884b5..122bdd12 100644 --- a/pycrate_csn1/csnobj.py +++ b/pycrate_csn1/csnobj.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1/trans.py b/pycrate_csn1/trans.py index 76c71c93..6ae8aa05 100644 --- a/pycrate_csn1/trans.py +++ b/pycrate_csn1/trans.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1/utils.py b/pycrate_csn1/utils.py index 9d79c081..bce7be66 100644 --- a/pycrate_csn1/utils.py +++ b/pycrate_csn1/utils.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_csn1dir/_3g_csg_description_ie.py b/pycrate_csn1dir/_3g_csg_description_ie.py index f28a8e99..ca96ed04 100644 --- a/pycrate_csn1dir/_3g_csg_description_ie.py +++ b/pycrate_csn1dir/_3g_csg_description_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/_3g_priority_parameters_ie.py b/pycrate_csn1dir/_3g_priority_parameters_ie.py index f20f2501..16b6b681 100644 --- a/pycrate_csn1dir/_3g_priority_parameters_ie.py +++ b/pycrate_csn1dir/_3g_priority_parameters_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ack_nack_description_ie.py b/pycrate_csn1dir/ack_nack_description_ie.py index e522a388..65859930 100644 --- a/pycrate_csn1dir/ack_nack_description_ie.py +++ b/pycrate_csn1dir/ack_nack_description_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/additional_ms_radio_access_capabilities_message_content.py b/pycrate_csn1dir/additional_ms_radio_access_capabilities_message_content.py index 532c7591..02914185 100644 --- a/pycrate_csn1dir/additional_ms_radio_access_capabilities_message_content.py +++ b/pycrate_csn1dir/additional_ms_radio_access_capabilities_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ba_list_pref.py b/pycrate_csn1dir/ba_list_pref.py index 4f22546a..8837ffbc 100644 --- a/pycrate_csn1dir/ba_list_pref.py +++ b/pycrate_csn1dir/ba_list_pref.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/cell_identification_ie.py b/pycrate_csn1dir/cell_identification_ie.py index 23b3a7bd..749311f7 100644 --- a/pycrate_csn1dir/cell_identification_ie.py +++ b/pycrate_csn1dir/cell_identification_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/cell_selection_indicator_after_release_of_all_tch_and_sdcch_value_part.py b/pycrate_csn1dir/cell_selection_indicator_after_release_of_all_tch_and_sdcch_value_part.py index 206816a2..4e9a8185 100644 --- a/pycrate_csn1dir/cell_selection_indicator_after_release_of_all_tch_and_sdcch_value_part.py +++ b/pycrate_csn1dir/cell_selection_indicator_after_release_of_all_tch_and_sdcch_value_part.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/channel_request_description_2_value_part.py b/pycrate_csn1dir/channel_request_description_2_value_part.py index 4b5fce01..5d188f0d 100644 --- a/pycrate_csn1dir/channel_request_description_2_value_part.py +++ b/pycrate_csn1dir/channel_request_description_2_value_part.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/channel_request_description_ie.py b/pycrate_csn1dir/channel_request_description_ie.py index a438a8b6..db6f6556 100644 --- a/pycrate_csn1dir/channel_request_description_ie.py +++ b/pycrate_csn1dir/channel_request_description_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/classmark_3_value_part.py b/pycrate_csn1dir/classmark_3_value_part.py index 1636e4e1..78873603 100644 --- a/pycrate_csn1dir/classmark_3_value_part.py +++ b/pycrate_csn1dir/classmark_3_value_part.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/compact_reduced_ma_ie.py b/pycrate_csn1dir/compact_reduced_ma_ie.py index 9ab7822a..d0f8c559 100644 --- a/pycrate_csn1dir/compact_reduced_ma_ie.py +++ b/pycrate_csn1dir/compact_reduced_ma_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/cs_handover_radio_resources_ie.py b/pycrate_csn1dir/cs_handover_radio_resources_ie.py index 2c5515b2..bc4c0ea4 100644 --- a/pycrate_csn1dir/cs_handover_radio_resources_ie.py +++ b/pycrate_csn1dir/cs_handover_radio_resources_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/dlmc_channel_quality_report_ie.py b/pycrate_csn1dir/dlmc_channel_quality_report_ie.py index f1f9a8b0..2f0938ca 100644 --- a/pycrate_csn1dir/dlmc_channel_quality_report_ie.py +++ b/pycrate_csn1dir/dlmc_channel_quality_report_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/downlink_rlc_mac_control_message.py b/pycrate_csn1dir/downlink_rlc_mac_control_message.py index 7d2fa6c7..9f4880a1 100644 --- a/pycrate_csn1dir/downlink_rlc_mac_control_message.py +++ b/pycrate_csn1dir/downlink_rlc_mac_control_message.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/dtm_handover_command_message_content.py b/pycrate_csn1dir/dtm_handover_command_message_content.py index c507f115..6f33714f 100644 --- a/pycrate_csn1dir/dtm_handover_command_message_content.py +++ b/pycrate_csn1dir/dtm_handover_command_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/dtm_handover_ps_radio_resources_2_ie.py b/pycrate_csn1dir/dtm_handover_ps_radio_resources_2_ie.py index 11196d7d..e6e37041 100644 --- a/pycrate_csn1dir/dtm_handover_ps_radio_resources_2_ie.py +++ b/pycrate_csn1dir/dtm_handover_ps_radio_resources_2_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/dtm_handover_ps_radio_resources_3_ie.py b/pycrate_csn1dir/dtm_handover_ps_radio_resources_3_ie.py index 9b6a95f7..58ecbe1a 100644 --- a/pycrate_csn1dir/dtm_handover_ps_radio_resources_3_ie.py +++ b/pycrate_csn1dir/dtm_handover_ps_radio_resources_3_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/dtm_handover_ps_radio_resources_ie.py b/pycrate_csn1dir/dtm_handover_ps_radio_resources_ie.py index bfa5cb23..93589677 100644 --- a/pycrate_csn1dir/dtm_handover_ps_radio_resources_ie.py +++ b/pycrate_csn1dir/dtm_handover_ps_radio_resources_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/dtm_information_details_value_part.py b/pycrate_csn1dir/dtm_information_details_value_part.py index 4b0367b2..1b350821 100644 --- a/pycrate_csn1dir/dtm_information_details_value_part.py +++ b/pycrate_csn1dir/dtm_information_details_value_part.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/dual_carrier_frequency_parameters_ie.py b/pycrate_csn1dir/dual_carrier_frequency_parameters_ie.py index 08c31b0a..bb57d1bd 100644 --- a/pycrate_csn1dir/dual_carrier_frequency_parameters_ie.py +++ b/pycrate_csn1dir/dual_carrier_frequency_parameters_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/dynamic_allocation_2_ie.py b/pycrate_csn1dir/dynamic_allocation_2_ie.py index d2eb3b07..019ae70d 100644 --- a/pycrate_csn1dir/dynamic_allocation_2_ie.py +++ b/pycrate_csn1dir/dynamic_allocation_2_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/dynamic_allocation_3_ie.py b/pycrate_csn1dir/dynamic_allocation_3_ie.py index 27f8240c..431551e6 100644 --- a/pycrate_csn1dir/dynamic_allocation_3_ie.py +++ b/pycrate_csn1dir/dynamic_allocation_3_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/dynamic_arfcn_mapping.py b/pycrate_csn1dir/dynamic_arfcn_mapping.py index 160fdb57..106036ac 100644 --- a/pycrate_csn1dir/dynamic_arfcn_mapping.py +++ b/pycrate_csn1dir/dynamic_arfcn_mapping.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/e_utran_csg_description_ie.py b/pycrate_csn1dir/e_utran_csg_description_ie.py index 354be63b..bdf0beb2 100644 --- a/pycrate_csn1dir/e_utran_csg_description_ie.py +++ b/pycrate_csn1dir/e_utran_csg_description_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/e_utran_csg_measurement_report_ie.py b/pycrate_csn1dir/e_utran_csg_measurement_report_ie.py index c88254db..2fd6000a 100644 --- a/pycrate_csn1dir/e_utran_csg_measurement_report_ie.py +++ b/pycrate_csn1dir/e_utran_csg_measurement_report_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/e_utran_csg_target_cell_ie.py b/pycrate_csn1dir/e_utran_csg_target_cell_ie.py index 80fc83ed..da8b65ea 100644 --- a/pycrate_csn1dir/e_utran_csg_target_cell_ie.py +++ b/pycrate_csn1dir/e_utran_csg_target_cell_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/e_utran_ipp_with_extended_earfcns_ie.py b/pycrate_csn1dir/e_utran_ipp_with_extended_earfcns_ie.py index 0c67fb1a..013dcec2 100644 --- a/pycrate_csn1dir/e_utran_ipp_with_extended_earfcns_ie.py +++ b/pycrate_csn1dir/e_utran_ipp_with_extended_earfcns_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/e_utran_nc_with_extended_earfcns_ie.py b/pycrate_csn1dir/e_utran_nc_with_extended_earfcns_ie.py index ee2d8cf2..576b3957 100644 --- a/pycrate_csn1dir/e_utran_nc_with_extended_earfcns_ie.py +++ b/pycrate_csn1dir/e_utran_nc_with_extended_earfcns_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/e_utran_parameters_ie.py b/pycrate_csn1dir/e_utran_parameters_ie.py index 74c07af2..72e58c4c 100644 --- a/pycrate_csn1dir/e_utran_parameters_ie.py +++ b/pycrate_csn1dir/e_utran_parameters_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/e_utran_target_cell_ie.py b/pycrate_csn1dir/e_utran_target_cell_ie.py index ac910739..4417bf17 100644 --- a/pycrate_csn1dir/e_utran_target_cell_ie.py +++ b/pycrate_csn1dir/e_utran_target_cell_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/e_utran_target_cell_with_extended_earfcn_ie.py b/pycrate_csn1dir/e_utran_target_cell_with_extended_earfcn_ie.py index e2597fd9..5fa81512 100644 --- a/pycrate_csn1dir/e_utran_target_cell_with_extended_earfcn_ie.py +++ b/pycrate_csn1dir/e_utran_target_cell_with_extended_earfcn_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_ack_nack_description_ie.py b/pycrate_csn1dir/ec_ack_nack_description_ie.py index 915455df..4fd2b2cc 100644 --- a/pycrate_csn1dir/ec_ack_nack_description_ie.py +++ b/pycrate_csn1dir/ec_ack_nack_description_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_channel_quality_report_ie.py b/pycrate_csn1dir/ec_channel_quality_report_ie.py index 983eeab4..e5a25ade 100644 --- a/pycrate_csn1dir/ec_channel_quality_report_ie.py +++ b/pycrate_csn1dir/ec_channel_quality_report_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_downlink_assignment_message_content.py b/pycrate_csn1dir/ec_downlink_assignment_message_content.py index 383f1c12..90c64fb9 100644 --- a/pycrate_csn1dir/ec_downlink_assignment_message_content.py +++ b/pycrate_csn1dir/ec_downlink_assignment_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_downlink_assignment_message_type_2_content.py b/pycrate_csn1dir/ec_downlink_assignment_message_type_2_content.py index f8904ee2..2620b666 100644 --- a/pycrate_csn1dir/ec_downlink_assignment_message_type_2_content.py +++ b/pycrate_csn1dir/ec_downlink_assignment_message_type_2_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_dummy_message_content.py b/pycrate_csn1dir/ec_dummy_message_content.py index 17cbaa79..5057a4b9 100644 --- a/pycrate_csn1dir/ec_dummy_message_content.py +++ b/pycrate_csn1dir/ec_dummy_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_immediate_assignment_reject_message_content.py b/pycrate_csn1dir/ec_immediate_assignment_reject_message_content.py index 9742a63c..756c1a0b 100644 --- a/pycrate_csn1dir/ec_immediate_assignment_reject_message_content.py +++ b/pycrate_csn1dir/ec_immediate_assignment_reject_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_immediate_assignment_type_2_message_content.py b/pycrate_csn1dir/ec_immediate_assignment_type_2_message_content.py index 648201fe..0901787f 100644 --- a/pycrate_csn1dir/ec_immediate_assignment_type_2_message_content.py +++ b/pycrate_csn1dir/ec_immediate_assignment_type_2_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_immediate_assignment_type_3_message_content.py b/pycrate_csn1dir/ec_immediate_assignment_type_3_message_content.py index fc0fb78c..2f5647a8 100644 --- a/pycrate_csn1dir/ec_immediate_assignment_type_3_message_content.py +++ b/pycrate_csn1dir/ec_immediate_assignment_type_3_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_immediate_assignment_type_4_message_content.py b/pycrate_csn1dir/ec_immediate_assignment_type_4_message_content.py index 09dbcfa9..aec96240 100644 --- a/pycrate_csn1dir/ec_immediate_assignment_type_4_message_content.py +++ b/pycrate_csn1dir/ec_immediate_assignment_type_4_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_packet_access_reject_message_content.py b/pycrate_csn1dir/ec_packet_access_reject_message_content.py index 52345f5d..eccdb59d 100644 --- a/pycrate_csn1dir/ec_packet_access_reject_message_content.py +++ b/pycrate_csn1dir/ec_packet_access_reject_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_packet_channel_description_type_1.py b/pycrate_csn1dir/ec_packet_channel_description_type_1.py index 0773b363..c42e7cac 100644 --- a/pycrate_csn1dir/ec_packet_channel_description_type_1.py +++ b/pycrate_csn1dir/ec_packet_channel_description_type_1.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_packet_channel_description_type_2.py b/pycrate_csn1dir/ec_packet_channel_description_type_2.py index af69e94b..63a1a022 100644 --- a/pycrate_csn1dir/ec_packet_channel_description_type_2.py +++ b/pycrate_csn1dir/ec_packet_channel_description_type_2.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_packet_channel_request_message_content_cc1.py b/pycrate_csn1dir/ec_packet_channel_request_message_content_cc1.py index 2305b164..175dc64d 100644 --- a/pycrate_csn1dir/ec_packet_channel_request_message_content_cc1.py +++ b/pycrate_csn1dir/ec_packet_channel_request_message_content_cc1.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_packet_control_acknowledgement_message_content.py b/pycrate_csn1dir/ec_packet_control_acknowledgement_message_content.py index f410b5f5..df3dde08 100644 --- a/pycrate_csn1dir/ec_packet_control_acknowledgement_message_content.py +++ b/pycrate_csn1dir/ec_packet_control_acknowledgement_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_packet_downlink_ack_nack_message_content.py b/pycrate_csn1dir/ec_packet_downlink_ack_nack_message_content.py index e001c84d..f84a8699 100644 --- a/pycrate_csn1dir/ec_packet_downlink_ack_nack_message_content.py +++ b/pycrate_csn1dir/ec_packet_downlink_ack_nack_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_packet_downlink_assignment_message_content.py b/pycrate_csn1dir/ec_packet_downlink_assignment_message_content.py index 8fe8d6f2..54e7db34 100644 --- a/pycrate_csn1dir/ec_packet_downlink_assignment_message_content.py +++ b/pycrate_csn1dir/ec_packet_downlink_assignment_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_packet_downlink_dummy_control_block_message_content.py b/pycrate_csn1dir/ec_packet_downlink_dummy_control_block_message_content.py index 32b913b8..f08db18b 100644 --- a/pycrate_csn1dir/ec_packet_downlink_dummy_control_block_message_content.py +++ b/pycrate_csn1dir/ec_packet_downlink_dummy_control_block_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_packet_polling_request_message_content.py b/pycrate_csn1dir/ec_packet_polling_request_message_content.py index 287f60c8..0c0eddc5 100644 --- a/pycrate_csn1dir/ec_packet_polling_request_message_content.py +++ b/pycrate_csn1dir/ec_packet_polling_request_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_packet_power_control_timing_advance_message_content.py b/pycrate_csn1dir/ec_packet_power_control_timing_advance_message_content.py index 19210a17..74bf5ab5 100644 --- a/pycrate_csn1dir/ec_packet_power_control_timing_advance_message_content.py +++ b/pycrate_csn1dir/ec_packet_power_control_timing_advance_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_packet_tbf_release_message_content.py b/pycrate_csn1dir/ec_packet_tbf_release_message_content.py index f7065d7c..a9518c5a 100644 --- a/pycrate_csn1dir/ec_packet_tbf_release_message_content.py +++ b/pycrate_csn1dir/ec_packet_tbf_release_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_packet_timing_advance_ie.py b/pycrate_csn1dir/ec_packet_timing_advance_ie.py index f237e1e3..615a3832 100644 --- a/pycrate_csn1dir/ec_packet_timing_advance_ie.py +++ b/pycrate_csn1dir/ec_packet_timing_advance_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_packet_uplink_ack_nack_and_contention_resolution_message_content.py b/pycrate_csn1dir/ec_packet_uplink_ack_nack_and_contention_resolution_message_content.py index 4aabab5e..9065595a 100644 --- a/pycrate_csn1dir/ec_packet_uplink_ack_nack_and_contention_resolution_message_content.py +++ b/pycrate_csn1dir/ec_packet_uplink_ack_nack_and_contention_resolution_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_packet_uplink_ack_nack_message_content.py b/pycrate_csn1dir/ec_packet_uplink_ack_nack_message_content.py index 35b0e361..1f411cbe 100644 --- a/pycrate_csn1dir/ec_packet_uplink_ack_nack_message_content.py +++ b/pycrate_csn1dir/ec_packet_uplink_ack_nack_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_packet_uplink_assignment_message_content.py b/pycrate_csn1dir/ec_packet_uplink_assignment_message_content.py index ba070d15..ae9fadab 100644 --- a/pycrate_csn1dir/ec_packet_uplink_assignment_message_content.py +++ b/pycrate_csn1dir/ec_packet_uplink_assignment_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_paging_indication.py b/pycrate_csn1dir/ec_paging_indication.py index 5887ac8b..dfcb121d 100644 --- a/pycrate_csn1dir/ec_paging_indication.py +++ b/pycrate_csn1dir/ec_paging_indication.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_paging_request_message_content.py b/pycrate_csn1dir/ec_paging_request_message_content.py index 1de4f768..88556b24 100644 --- a/pycrate_csn1dir/ec_paging_request_message_content.py +++ b/pycrate_csn1dir/ec_paging_request_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_primary_ack_nack_description_ie.py b/pycrate_csn1dir/ec_primary_ack_nack_description_ie.py index 51b26f32..0bcc5d58 100644 --- a/pycrate_csn1dir/ec_primary_ack_nack_description_ie.py +++ b/pycrate_csn1dir/ec_primary_ack_nack_description_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_request_reference_description.py b/pycrate_csn1dir/ec_request_reference_description.py index 83db7bf6..2d00cbd7 100644 --- a/pycrate_csn1dir/ec_request_reference_description.py +++ b/pycrate_csn1dir/ec_request_reference_description.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_system_information_type_1.py b/pycrate_csn1dir/ec_system_information_type_1.py index 4f1b6e5a..0bd3a0ce 100644 --- a/pycrate_csn1dir/ec_system_information_type_1.py +++ b/pycrate_csn1dir/ec_system_information_type_1.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_system_information_type_2.py b/pycrate_csn1dir/ec_system_information_type_2.py index ba6da661..39966963 100644 --- a/pycrate_csn1dir/ec_system_information_type_2.py +++ b/pycrate_csn1dir/ec_system_information_type_2.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_system_information_type_3.py b/pycrate_csn1dir/ec_system_information_type_3.py index bfd5a72a..17292052 100644 --- a/pycrate_csn1dir/ec_system_information_type_3.py +++ b/pycrate_csn1dir/ec_system_information_type_3.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ec_system_information_type_4.py b/pycrate_csn1dir/ec_system_information_type_4.py index 854477d1..8ff5dd7e 100644 --- a/pycrate_csn1dir/ec_system_information_type_4.py +++ b/pycrate_csn1dir/ec_system_information_type_4.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/egprs_ack_nack_description_dlmc_ie.py b/pycrate_csn1dir/egprs_ack_nack_description_dlmc_ie.py index f5d292a7..8bc72698 100644 --- a/pycrate_csn1dir/egprs_ack_nack_description_dlmc_ie.py +++ b/pycrate_csn1dir/egprs_ack_nack_description_dlmc_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/egprs_ack_nack_description_ie.py b/pycrate_csn1dir/egprs_ack_nack_description_ie.py index 82b8ea74..4d5a7673 100644 --- a/pycrate_csn1dir/egprs_ack_nack_description_ie.py +++ b/pycrate_csn1dir/egprs_ack_nack_description_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/egprs_bep_link_quality_measurements_ie.py b/pycrate_csn1dir/egprs_bep_link_quality_measurements_ie.py index 2f067e26..0de6ac8e 100644 --- a/pycrate_csn1dir/egprs_bep_link_quality_measurements_ie.py +++ b/pycrate_csn1dir/egprs_bep_link_quality_measurements_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/egprs_bep_link_quality_measurements_type_2_ie.py b/pycrate_csn1dir/egprs_bep_link_quality_measurements_type_2_ie.py index cf71ef27..22e1a138 100644 --- a/pycrate_csn1dir/egprs_bep_link_quality_measurements_type_2_ie.py +++ b/pycrate_csn1dir/egprs_bep_link_quality_measurements_type_2_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/egprs_channel_quality_report_ie.py b/pycrate_csn1dir/egprs_channel_quality_report_ie.py index cd6716a2..8e9e0ebb 100644 --- a/pycrate_csn1dir/egprs_channel_quality_report_ie.py +++ b/pycrate_csn1dir/egprs_channel_quality_report_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/egprs_channel_quality_report_type_2_ie.py b/pycrate_csn1dir/egprs_channel_quality_report_type_2_ie.py index 54aaec19..c2fc2807 100644 --- a/pycrate_csn1dir/egprs_channel_quality_report_type_2_ie.py +++ b/pycrate_csn1dir/egprs_channel_quality_report_type_2_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/egprs_level_ie.py b/pycrate_csn1dir/egprs_level_ie.py index 88fe3556..63cf5073 100644 --- a/pycrate_csn1dir/egprs_level_ie.py +++ b/pycrate_csn1dir/egprs_level_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/egprs_mode_2_ie.py b/pycrate_csn1dir/egprs_mode_2_ie.py index 404f47a5..015866f6 100644 --- a/pycrate_csn1dir/egprs_mode_2_ie.py +++ b/pycrate_csn1dir/egprs_mode_2_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/egprs_modulation_and_coding_scheme_ie.py b/pycrate_csn1dir/egprs_modulation_and_coding_scheme_ie.py index 3d4ddb2b..37f25662 100644 --- a/pycrate_csn1dir/egprs_modulation_and_coding_scheme_ie.py +++ b/pycrate_csn1dir/egprs_modulation_and_coding_scheme_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/egprs_packet_channel_request_message_content.py b/pycrate_csn1dir/egprs_packet_channel_request_message_content.py index 29b645b1..0240b7d4 100644 --- a/pycrate_csn1dir/egprs_packet_channel_request_message_content.py +++ b/pycrate_csn1dir/egprs_packet_channel_request_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/egprs_packet_downlink_ack_nack_dlmc_message_content.py b/pycrate_csn1dir/egprs_packet_downlink_ack_nack_dlmc_message_content.py index 29169367..69251cec 100644 --- a/pycrate_csn1dir/egprs_packet_downlink_ack_nack_dlmc_message_content.py +++ b/pycrate_csn1dir/egprs_packet_downlink_ack_nack_dlmc_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/egprs_packet_downlink_ack_nack_message_content.py b/pycrate_csn1dir/egprs_packet_downlink_ack_nack_message_content.py index 47122e8c..7e8e2dce 100644 --- a/pycrate_csn1dir/egprs_packet_downlink_ack_nack_message_content.py +++ b/pycrate_csn1dir/egprs_packet_downlink_ack_nack_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/egprs_packet_downlink_ack_nack_type_2_message_content.py b/pycrate_csn1dir/egprs_packet_downlink_ack_nack_type_2_message_content.py index 662f819f..31c18958 100644 --- a/pycrate_csn1dir/egprs_packet_downlink_ack_nack_type_2_message_content.py +++ b/pycrate_csn1dir/egprs_packet_downlink_ack_nack_type_2_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/egprs_packet_downlink_ack_nack_type_3_message_content.py b/pycrate_csn1dir/egprs_packet_downlink_ack_nack_type_3_message_content.py index 60577157..dbe130ef 100644 --- a/pycrate_csn1dir/egprs_packet_downlink_ack_nack_type_3_message_content.py +++ b/pycrate_csn1dir/egprs_packet_downlink_ack_nack_type_3_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/egprs_timeslot_link_quality_measurements_ie.py b/pycrate_csn1dir/egprs_timeslot_link_quality_measurements_ie.py index bf728e3e..795cce8f 100644 --- a/pycrate_csn1dir/egprs_timeslot_link_quality_measurements_ie.py +++ b/pycrate_csn1dir/egprs_timeslot_link_quality_measurements_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/egprs_timeslot_link_quality_measurements_type_2_ie.py b/pycrate_csn1dir/egprs_timeslot_link_quality_measurements_type_2_ie.py index 05d66b8c..64265249 100644 --- a/pycrate_csn1dir/egprs_timeslot_link_quality_measurements_type_2_ie.py +++ b/pycrate_csn1dir/egprs_timeslot_link_quality_measurements_type_2_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/egprs_window_size_ie.py b/pycrate_csn1dir/egprs_window_size_ie.py index 34937667..04f1a830 100644 --- a/pycrate_csn1dir/egprs_window_size_ie.py +++ b/pycrate_csn1dir/egprs_window_size_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/enhanced_cell_reselection_parameters_ie.py b/pycrate_csn1dir/enhanced_cell_reselection_parameters_ie.py index 1eef24a1..f4e46d61 100644 --- a/pycrate_csn1dir/enhanced_cell_reselection_parameters_ie.py +++ b/pycrate_csn1dir/enhanced_cell_reselection_parameters_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/enhanced_measurement_report.py b/pycrate_csn1dir/enhanced_measurement_report.py index 14f7c415..374cc4a6 100644 --- a/pycrate_csn1dir/enhanced_measurement_report.py +++ b/pycrate_csn1dir/enhanced_measurement_report.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/extension_bits_ie.py b/pycrate_csn1dir/extension_bits_ie.py index fab053c0..738e40c0 100644 --- a/pycrate_csn1dir/extension_bits_ie.py +++ b/pycrate_csn1dir/extension_bits_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/flo_ack_nack_description_ie.py b/pycrate_csn1dir/flo_ack_nack_description_ie.py index 461219b6..85ccc9bd 100644 --- a/pycrate_csn1dir/flo_ack_nack_description_ie.py +++ b/pycrate_csn1dir/flo_ack_nack_description_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/frequency_parameters_ie.py b/pycrate_csn1dir/frequency_parameters_ie.py index 360f2523..04dc4f09 100644 --- a/pycrate_csn1dir/frequency_parameters_ie.py +++ b/pycrate_csn1dir/frequency_parameters_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/g_rnti_ie.py b/pycrate_csn1dir/g_rnti_ie.py index 0dc7489a..abaa21b2 100644 --- a/pycrate_csn1dir/g_rnti_ie.py +++ b/pycrate_csn1dir/g_rnti_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/generator/header.txt b/pycrate_csn1dir/generator/header.txt index 263c6373..4d5012d2 100644 --- a/pycrate_csn1dir/generator/header.txt +++ b/pycrate_csn1dir/generator/header.txt @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. # * diff --git a/pycrate_csn1dir/global_packet_timing_advance_ie.py b/pycrate_csn1dir/global_packet_timing_advance_ie.py index b0b1eb7d..69d710f1 100644 --- a/pycrate_csn1dir/global_packet_timing_advance_ie.py +++ b/pycrate_csn1dir/global_packet_timing_advance_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/global_power_control_parameters_ie.py b/pycrate_csn1dir/global_power_control_parameters_ie.py index 88e7c59f..68cfee0a 100644 --- a/pycrate_csn1dir/global_power_control_parameters_ie.py +++ b/pycrate_csn1dir/global_power_control_parameters_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/global_tfi_ie.py b/pycrate_csn1dir/global_tfi_ie.py index 7a4714a2..0fbd8bbe 100644 --- a/pycrate_csn1dir/global_tfi_ie.py +++ b/pycrate_csn1dir/global_tfi_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/gprs_broadcast_information_value_part.py b/pycrate_csn1dir/gprs_broadcast_information_value_part.py index 44ba5135..0892006d 100644 --- a/pycrate_csn1dir/gprs_broadcast_information_value_part.py +++ b/pycrate_csn1dir/gprs_broadcast_information_value_part.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/gprs_cell_options_ie.py b/pycrate_csn1dir/gprs_cell_options_ie.py index bee402d6..7be81f87 100644 --- a/pycrate_csn1dir/gprs_cell_options_ie.py +++ b/pycrate_csn1dir/gprs_cell_options_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/gprs_mobile_allocation_ie.py b/pycrate_csn1dir/gprs_mobile_allocation_ie.py index f6986d70..c6eebbf8 100644 --- a/pycrate_csn1dir/gprs_mobile_allocation_ie.py +++ b/pycrate_csn1dir/gprs_mobile_allocation_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/gprs_power_control_parameters_ie.py b/pycrate_csn1dir/gprs_power_control_parameters_ie.py index 4cb578a3..f141be84 100644 --- a/pycrate_csn1dir/gprs_power_control_parameters_ie.py +++ b/pycrate_csn1dir/gprs_power_control_parameters_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/gsm_priority_parameters_ie.py b/pycrate_csn1dir/gsm_priority_parameters_ie.py index 5563708b..d5fecea1 100644 --- a/pycrate_csn1dir/gsm_priority_parameters_ie.py +++ b/pycrate_csn1dir/gsm_priority_parameters_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/handover_access_8_bit_message.py b/pycrate_csn1dir/handover_access_8_bit_message.py index bc8e5e42..fa3ac9f2 100644 --- a/pycrate_csn1dir/handover_access_8_bit_message.py +++ b/pycrate_csn1dir/handover_access_8_bit_message.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ia_rest_octets.py b/pycrate_csn1dir/ia_rest_octets.py index 4cc68d23..06270db4 100644 --- a/pycrate_csn1dir/ia_rest_octets.py +++ b/pycrate_csn1dir/ia_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/iar_rest_octets.py b/pycrate_csn1dir/iar_rest_octets.py index 299b3a9b..96be909b 100644 --- a/pycrate_csn1dir/iar_rest_octets.py +++ b/pycrate_csn1dir/iar_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/iax_rest_octets.py b/pycrate_csn1dir/iax_rest_octets.py index e3150d11..48425b2a 100644 --- a/pycrate_csn1dir/iax_rest_octets.py +++ b/pycrate_csn1dir/iax_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/individual_priorities.py b/pycrate_csn1dir/individual_priorities.py index 332fc6a1..5fbd1ceb 100644 --- a/pycrate_csn1dir/individual_priorities.py +++ b/pycrate_csn1dir/individual_priorities.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/individual_priorities_ie.py b/pycrate_csn1dir/individual_priorities_ie.py index d7c4ebea..734c70f5 100644 --- a/pycrate_csn1dir/individual_priorities_ie.py +++ b/pycrate_csn1dir/individual_priorities_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ipa_rest_octets.py b/pycrate_csn1dir/ipa_rest_octets.py index 8a1fa354..0cf24b71 100644 --- a/pycrate_csn1dir/ipa_rest_octets.py +++ b/pycrate_csn1dir/ipa_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/iu_mode_channel_request_description_ie.py b/pycrate_csn1dir/iu_mode_channel_request_description_ie.py index babf33bb..2b83624d 100644 --- a/pycrate_csn1dir/iu_mode_channel_request_description_ie.py +++ b/pycrate_csn1dir/iu_mode_channel_request_description_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/lsa_parameters_ie.py b/pycrate_csn1dir/lsa_parameters_ie.py index 4c421222..07811843 100644 --- a/pycrate_csn1dir/lsa_parameters_ie.py +++ b/pycrate_csn1dir/lsa_parameters_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/mbms_assignment_distribution_message_content.py b/pycrate_csn1dir/mbms_assignment_distribution_message_content.py index d6ee8308..69c2a664 100644 --- a/pycrate_csn1dir/mbms_assignment_distribution_message_content.py +++ b/pycrate_csn1dir/mbms_assignment_distribution_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/mbms_assignment_non_distribution_message_content.py b/pycrate_csn1dir/mbms_assignment_non_distribution_message_content.py index f2566b89..fd0e3a3c 100644 --- a/pycrate_csn1dir/mbms_assignment_non_distribution_message_content.py +++ b/pycrate_csn1dir/mbms_assignment_non_distribution_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/mbms_channel_parameters_ie.py b/pycrate_csn1dir/mbms_channel_parameters_ie.py index b108c2ed..02d028e1 100644 --- a/pycrate_csn1dir/mbms_channel_parameters_ie.py +++ b/pycrate_csn1dir/mbms_channel_parameters_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/mbms_downlink_ack_nack_message_content.py b/pycrate_csn1dir/mbms_downlink_ack_nack_message_content.py index 4431a117..ec04c67d 100644 --- a/pycrate_csn1dir/mbms_downlink_ack_nack_message_content.py +++ b/pycrate_csn1dir/mbms_downlink_ack_nack_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/mbms_in_band_signalling_indicator_ie.py b/pycrate_csn1dir/mbms_in_band_signalling_indicator_ie.py index aaf2f388..9d836b41 100644 --- a/pycrate_csn1dir/mbms_in_band_signalling_indicator_ie.py +++ b/pycrate_csn1dir/mbms_in_band_signalling_indicator_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/mbms_ms_id_assignment_message_content.py b/pycrate_csn1dir/mbms_ms_id_assignment_message_content.py index 9d907b2c..abcc0427 100644 --- a/pycrate_csn1dir/mbms_ms_id_assignment_message_content.py +++ b/pycrate_csn1dir/mbms_ms_id_assignment_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/mbms_neighbouring_cell_information_message_content.py b/pycrate_csn1dir/mbms_neighbouring_cell_information_message_content.py index 9a246a41..778ddec0 100644 --- a/pycrate_csn1dir/mbms_neighbouring_cell_information_message_content.py +++ b/pycrate_csn1dir/mbms_neighbouring_cell_information_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/mbms_p_t_m_channel_description_ie.py b/pycrate_csn1dir/mbms_p_t_m_channel_description_ie.py index c1f270c7..3193dbf7 100644 --- a/pycrate_csn1dir/mbms_p_t_m_channel_description_ie.py +++ b/pycrate_csn1dir/mbms_p_t_m_channel_description_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/mbms_p_t_m_channel_description_value_part.py b/pycrate_csn1dir/mbms_p_t_m_channel_description_value_part.py index 7e639700..9e594b8b 100644 --- a/pycrate_csn1dir/mbms_p_t_m_channel_description_value_part.py +++ b/pycrate_csn1dir/mbms_p_t_m_channel_description_value_part.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/mbms_service_request_message_content.py b/pycrate_csn1dir/mbms_service_request_message_content.py index 4d1181dd..f0b7ec6f 100644 --- a/pycrate_csn1dir/mbms_service_request_message_content.py +++ b/pycrate_csn1dir/mbms_service_request_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/mbms_session_identity_value_part.py b/pycrate_csn1dir/mbms_session_identity_value_part.py index 69fee4f8..a67041af 100644 --- a/pycrate_csn1dir/mbms_session_identity_value_part.py +++ b/pycrate_csn1dir/mbms_session_identity_value_part.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/mbms_session_parameters_list_ie.py b/pycrate_csn1dir/mbms_session_parameters_list_ie.py index 795a68df..cd8e8774 100644 --- a/pycrate_csn1dir/mbms_session_parameters_list_ie.py +++ b/pycrate_csn1dir/mbms_session_parameters_list_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/mbms_session_parameters_list_value_part.py b/pycrate_csn1dir/mbms_session_parameters_list_value_part.py index b43554a4..d5496b34 100644 --- a/pycrate_csn1dir/mbms_session_parameters_list_value_part.py +++ b/pycrate_csn1dir/mbms_session_parameters_list_value_part.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/mbms_sessions_list_ie.py b/pycrate_csn1dir/mbms_sessions_list_ie.py index 6068747b..8961bf74 100644 --- a/pycrate_csn1dir/mbms_sessions_list_ie.py +++ b/pycrate_csn1dir/mbms_sessions_list_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/measurement_control_parameters_description.py b/pycrate_csn1dir/measurement_control_parameters_description.py index a777dbda..7a95de5d 100644 --- a/pycrate_csn1dir/measurement_control_parameters_description.py +++ b/pycrate_csn1dir/measurement_control_parameters_description.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/measurement_information.py b/pycrate_csn1dir/measurement_information.py index 733ff356..5eeebe21 100644 --- a/pycrate_csn1dir/measurement_information.py +++ b/pycrate_csn1dir/measurement_information.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/measurement_results_contents.py b/pycrate_csn1dir/measurement_results_contents.py index c8f4d171..712d347e 100644 --- a/pycrate_csn1dir/measurement_results_contents.py +++ b/pycrate_csn1dir/measurement_results_contents.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/mprach_control_parameters_ie.py b/pycrate_csn1dir/mprach_control_parameters_ie.py index 9e4a2998..de0d9a36 100644 --- a/pycrate_csn1dir/mprach_control_parameters_ie.py +++ b/pycrate_csn1dir/mprach_control_parameters_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/mprach_description_ie.py b/pycrate_csn1dir/mprach_description_ie.py index 1883cdf1..7aeb7cda 100644 --- a/pycrate_csn1dir/mprach_description_ie.py +++ b/pycrate_csn1dir/mprach_description_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/mprach_description_value_part.py b/pycrate_csn1dir/mprach_description_value_part.py index e0de5fbe..19319d8e 100644 --- a/pycrate_csn1dir/mprach_description_value_part.py +++ b/pycrate_csn1dir/mprach_description_value_part.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/mprach_packet_channel_request_message_content.py b/pycrate_csn1dir/mprach_packet_channel_request_message_content.py index fa22c14c..434886e0 100644 --- a/pycrate_csn1dir/mprach_packet_channel_request_message_content.py +++ b/pycrate_csn1dir/mprach_packet_channel_request_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ms_network_capability_value_part.py b/pycrate_csn1dir/ms_network_capability_value_part.py index 72403ca8..984f2823 100644 --- a/pycrate_csn1dir/ms_network_capability_value_part.py +++ b/pycrate_csn1dir/ms_network_capability_value_part.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ms_ra_capability_value_part.py b/pycrate_csn1dir/ms_ra_capability_value_part.py index 8eaa1934..10274485 100644 --- a/pycrate_csn1dir/ms_ra_capability_value_part.py +++ b/pycrate_csn1dir/ms_ra_capability_value_part.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ms_radio_access_capability_2_ie.py b/pycrate_csn1dir/ms_radio_access_capability_2_ie.py index 192ef345..3f530669 100644 --- a/pycrate_csn1dir/ms_radio_access_capability_2_ie.py +++ b/pycrate_csn1dir/ms_radio_access_capability_2_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/multiple_downlink_assignment_2_ie.py b/pycrate_csn1dir/multiple_downlink_assignment_2_ie.py index 785729d2..2e1c4386 100644 --- a/pycrate_csn1dir/multiple_downlink_assignment_2_ie.py +++ b/pycrate_csn1dir/multiple_downlink_assignment_2_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/multiple_tbf_downlink_assignment_message_content.py b/pycrate_csn1dir/multiple_tbf_downlink_assignment_message_content.py index a6002d0a..ab1b6e8b 100644 --- a/pycrate_csn1dir/multiple_tbf_downlink_assignment_message_content.py +++ b/pycrate_csn1dir/multiple_tbf_downlink_assignment_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/multiple_tbf_timeslot_reconfigure_message_content.py b/pycrate_csn1dir/multiple_tbf_timeslot_reconfigure_message_content.py index 4ef8291b..0063941a 100644 --- a/pycrate_csn1dir/multiple_tbf_timeslot_reconfigure_message_content.py +++ b/pycrate_csn1dir/multiple_tbf_timeslot_reconfigure_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/multiple_tbf_uplink_assignment_message_content.py b/pycrate_csn1dir/multiple_tbf_uplink_assignment_message_content.py index b0a4273b..85d62c2a 100644 --- a/pycrate_csn1dir/multiple_tbf_uplink_assignment_message_content.py +++ b/pycrate_csn1dir/multiple_tbf_uplink_assignment_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/multiple_uplink_assignment_2_ie.py b/pycrate_csn1dir/multiple_uplink_assignment_2_ie.py index e53de68a..7afff8b6 100644 --- a/pycrate_csn1dir/multiple_uplink_assignment_2_ie.py +++ b/pycrate_csn1dir/multiple_uplink_assignment_2_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/nas_container_for_ps_handover_ie.py b/pycrate_csn1dir/nas_container_for_ps_handover_ie.py index fed20884..b77c4cda 100644 --- a/pycrate_csn1dir/nas_container_for_ps_handover_ie.py +++ b/pycrate_csn1dir/nas_container_for_ps_handover_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/non_gprs_cell_options_ie.py b/pycrate_csn1dir/non_gprs_cell_options_ie.py index 8cf28183..07ecdc3c 100644 --- a/pycrate_csn1dir/non_gprs_cell_options_ie.py +++ b/pycrate_csn1dir/non_gprs_cell_options_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/notification_facch.py b/pycrate_csn1dir/notification_facch.py index c8cafe20..12579203 100644 --- a/pycrate_csn1dir/notification_facch.py +++ b/pycrate_csn1dir/notification_facch.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/notify_application_data.py b/pycrate_csn1dir/notify_application_data.py index 4933bcfc..b082158f 100644 --- a/pycrate_csn1dir/notify_application_data.py +++ b/pycrate_csn1dir/notify_application_data.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ntn_rest_octets.py b/pycrate_csn1dir/ntn_rest_octets.py index cec3c4ca..19b7fb81 100644 --- a/pycrate_csn1dir/ntn_rest_octets.py +++ b/pycrate_csn1dir/ntn_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/p1_rest_octets.py b/pycrate_csn1dir/p1_rest_octets.py index 4a5cafb6..9f4213e9 100644 --- a/pycrate_csn1dir/p1_rest_octets.py +++ b/pycrate_csn1dir/p1_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/p2_rest_octets.py b/pycrate_csn1dir/p2_rest_octets.py index 31d7bab8..6970a91d 100644 --- a/pycrate_csn1dir/p2_rest_octets.py +++ b/pycrate_csn1dir/p2_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/p3_rest_octets.py b/pycrate_csn1dir/p3_rest_octets.py index e2b71c4d..b2ebdd4d 100644 --- a/pycrate_csn1dir/p3_rest_octets.py +++ b/pycrate_csn1dir/p3_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_access_reject_message_content.py b/pycrate_csn1dir/packet_access_reject_message_content.py index df29a2a0..ef859f1f 100644 --- a/pycrate_csn1dir/packet_access_reject_message_content.py +++ b/pycrate_csn1dir/packet_access_reject_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_application_information_message_content.py b/pycrate_csn1dir/packet_application_information_message_content.py index ce13025c..57e91b2f 100644 --- a/pycrate_csn1dir/packet_application_information_message_content.py +++ b/pycrate_csn1dir/packet_application_information_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_cell_change_continue_message_content.py b/pycrate_csn1dir/packet_cell_change_continue_message_content.py index 69e95922..e225131e 100644 --- a/pycrate_csn1dir/packet_cell_change_continue_message_content.py +++ b/pycrate_csn1dir/packet_cell_change_continue_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_cell_change_failure_message_content.py b/pycrate_csn1dir/packet_cell_change_failure_message_content.py index 922b9f3c..6ab523da 100644 --- a/pycrate_csn1dir/packet_cell_change_failure_message_content.py +++ b/pycrate_csn1dir/packet_cell_change_failure_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_cell_change_notification_message_content.py b/pycrate_csn1dir/packet_cell_change_notification_message_content.py index ba7eef59..63ff6538 100644 --- a/pycrate_csn1dir/packet_cell_change_notification_message_content.py +++ b/pycrate_csn1dir/packet_cell_change_notification_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_cell_change_order_message_content.py b/pycrate_csn1dir/packet_cell_change_order_message_content.py index ad2cc6c1..77879099 100644 --- a/pycrate_csn1dir/packet_cell_change_order_message_content.py +++ b/pycrate_csn1dir/packet_cell_change_order_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_channel_description.py b/pycrate_csn1dir/packet_channel_description.py index 6bf71d2a..d4f3b1c0 100644 --- a/pycrate_csn1dir/packet_channel_description.py +++ b/pycrate_csn1dir/packet_channel_description.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_channel_request_11_bit_message_content.py b/pycrate_csn1dir/packet_channel_request_11_bit_message_content.py index cfac3ddc..5e6d2c9c 100644 --- a/pycrate_csn1dir/packet_channel_request_11_bit_message_content.py +++ b/pycrate_csn1dir/packet_channel_request_11_bit_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_control_acknowledgement_message_content.py b/pycrate_csn1dir/packet_control_acknowledgement_message_content.py index 5e43841c..5673abec 100644 --- a/pycrate_csn1dir/packet_control_acknowledgement_message_content.py +++ b/pycrate_csn1dir/packet_control_acknowledgement_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_cs_command_message_content.py b/pycrate_csn1dir/packet_cs_command_message_content.py index 98c977a5..bf4f4573 100644 --- a/pycrate_csn1dir/packet_cs_command_message_content.py +++ b/pycrate_csn1dir/packet_cs_command_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_cs_release_message_content.py b/pycrate_csn1dir/packet_cs_release_message_content.py index 61aeb191..017e77a1 100644 --- a/pycrate_csn1dir/packet_cs_release_message_content.py +++ b/pycrate_csn1dir/packet_cs_release_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_cs_request_message_content.py b/pycrate_csn1dir/packet_cs_request_message_content.py index e5d7dbc6..87f01cff 100644 --- a/pycrate_csn1dir/packet_cs_request_message_content.py +++ b/pycrate_csn1dir/packet_cs_request_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_dbpsch_assignment_message_content.py b/pycrate_csn1dir/packet_dbpsch_assignment_message_content.py index adae0c2e..a27adfb4 100644 --- a/pycrate_csn1dir/packet_dbpsch_assignment_message_content.py +++ b/pycrate_csn1dir/packet_dbpsch_assignment_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_dbpsch_downlink_ack_nack_message.py b/pycrate_csn1dir/packet_dbpsch_downlink_ack_nack_message.py index f8fbce7e..44051a83 100644 --- a/pycrate_csn1dir/packet_dbpsch_downlink_ack_nack_message.py +++ b/pycrate_csn1dir/packet_dbpsch_downlink_ack_nack_message.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_dbpsch_downlink_ack_nack_type_2_message.py b/pycrate_csn1dir/packet_dbpsch_downlink_ack_nack_type_2_message.py index f2f77be8..0e9eabfc 100644 --- a/pycrate_csn1dir/packet_dbpsch_downlink_ack_nack_type_2_message.py +++ b/pycrate_csn1dir/packet_dbpsch_downlink_ack_nack_type_2_message.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_dbpsch_uplink_ack_nack_message_content.py b/pycrate_csn1dir/packet_dbpsch_uplink_ack_nack_message_content.py index 3a7b754d..89e0f0d7 100644 --- a/pycrate_csn1dir/packet_dbpsch_uplink_ack_nack_message_content.py +++ b/pycrate_csn1dir/packet_dbpsch_uplink_ack_nack_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_dbpsch_uplink_ack_nack_type_2_message_content.py b/pycrate_csn1dir/packet_dbpsch_uplink_ack_nack_type_2_message_content.py index 16f08836..d4067981 100644 --- a/pycrate_csn1dir/packet_dbpsch_uplink_ack_nack_type_2_message_content.py +++ b/pycrate_csn1dir/packet_dbpsch_uplink_ack_nack_type_2_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_downlink_ack_nack_message_content.py b/pycrate_csn1dir/packet_downlink_ack_nack_message_content.py index c02ae860..2809cf4c 100644 --- a/pycrate_csn1dir/packet_downlink_ack_nack_message_content.py +++ b/pycrate_csn1dir/packet_downlink_ack_nack_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_downlink_assignment_message_content.py b/pycrate_csn1dir/packet_downlink_assignment_message_content.py index 974debf3..3054c056 100644 --- a/pycrate_csn1dir/packet_downlink_assignment_message_content.py +++ b/pycrate_csn1dir/packet_downlink_assignment_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_downlink_dummy_control_block_message_content.py b/pycrate_csn1dir/packet_downlink_dummy_control_block_message_content.py index 7fab69a5..d07cd3da 100644 --- a/pycrate_csn1dir/packet_downlink_dummy_control_block_message_content.py +++ b/pycrate_csn1dir/packet_downlink_dummy_control_block_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_enhanced_measurement_report_message_content.py b/pycrate_csn1dir/packet_enhanced_measurement_report_message_content.py index 8aa43703..49819221 100644 --- a/pycrate_csn1dir/packet_enhanced_measurement_report_message_content.py +++ b/pycrate_csn1dir/packet_enhanced_measurement_report_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_mbms_announcement_message_content.py b/pycrate_csn1dir/packet_mbms_announcement_message_content.py index 726d36f0..e78f714a 100644 --- a/pycrate_csn1dir/packet_mbms_announcement_message_content.py +++ b/pycrate_csn1dir/packet_mbms_announcement_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_measurement_order_message_content.py b/pycrate_csn1dir/packet_measurement_order_message_content.py index 02e19494..b5085442 100644 --- a/pycrate_csn1dir/packet_measurement_order_message_content.py +++ b/pycrate_csn1dir/packet_measurement_order_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_measurement_report_message_content.py b/pycrate_csn1dir/packet_measurement_report_message_content.py index a126969a..c545ef54 100644 --- a/pycrate_csn1dir/packet_measurement_report_message_content.py +++ b/pycrate_csn1dir/packet_measurement_report_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_mobile_tbf_status_message_content.py b/pycrate_csn1dir/packet_mobile_tbf_status_message_content.py index f3357afb..fc6bd3a6 100644 --- a/pycrate_csn1dir/packet_mobile_tbf_status_message_content.py +++ b/pycrate_csn1dir/packet_mobile_tbf_status_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_neighbour_cell_data_message_content.py b/pycrate_csn1dir/packet_neighbour_cell_data_message_content.py index b21363c1..46bb05b7 100644 --- a/pycrate_csn1dir/packet_neighbour_cell_data_message_content.py +++ b/pycrate_csn1dir/packet_neighbour_cell_data_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_paging_request_message_content.py b/pycrate_csn1dir/packet_paging_request_message_content.py index 3988e96f..bcaf6140 100644 --- a/pycrate_csn1dir/packet_paging_request_message_content.py +++ b/pycrate_csn1dir/packet_paging_request_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_pause_message_content.py b/pycrate_csn1dir/packet_pause_message_content.py index 4e5c6e4d..df0acd58 100644 --- a/pycrate_csn1dir/packet_pause_message_content.py +++ b/pycrate_csn1dir/packet_pause_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_pdch_release_message_content.py b/pycrate_csn1dir/packet_pdch_release_message_content.py index c5d1cfd9..02d29a21 100644 --- a/pycrate_csn1dir/packet_pdch_release_message_content.py +++ b/pycrate_csn1dir/packet_pdch_release_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_physical_information_message_content.py b/pycrate_csn1dir/packet_physical_information_message_content.py index 536bc328..baa6631d 100644 --- a/pycrate_csn1dir/packet_physical_information_message_content.py +++ b/pycrate_csn1dir/packet_physical_information_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_polling_request_message_content.py b/pycrate_csn1dir/packet_polling_request_message_content.py index 084190ff..2670c964 100644 --- a/pycrate_csn1dir/packet_polling_request_message_content.py +++ b/pycrate_csn1dir/packet_polling_request_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_power_control_timing_advance_message_content.py b/pycrate_csn1dir/packet_power_control_timing_advance_message_content.py index 91556006..711bb289 100644 --- a/pycrate_csn1dir/packet_power_control_timing_advance_message_content.py +++ b/pycrate_csn1dir/packet_power_control_timing_advance_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_prach_parameters_message_content.py b/pycrate_csn1dir/packet_prach_parameters_message_content.py index d053c53b..feb11b7d 100644 --- a/pycrate_csn1dir/packet_prach_parameters_message_content.py +++ b/pycrate_csn1dir/packet_prach_parameters_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_psi_status_message_content.py b/pycrate_csn1dir/packet_psi_status_message_content.py index a4e0d347..f74fdd85 100644 --- a/pycrate_csn1dir/packet_psi_status_message_content.py +++ b/pycrate_csn1dir/packet_psi_status_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_queueing_notification_message_content.py b/pycrate_csn1dir/packet_queueing_notification_message_content.py index 12799ded..4bb9a29f 100644 --- a/pycrate_csn1dir/packet_queueing_notification_message_content.py +++ b/pycrate_csn1dir/packet_queueing_notification_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_request_reference_ie.py b/pycrate_csn1dir/packet_request_reference_ie.py index edda0a7b..cbabe69c 100644 --- a/pycrate_csn1dir/packet_request_reference_ie.py +++ b/pycrate_csn1dir/packet_request_reference_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_resource_request_message_content.py b/pycrate_csn1dir/packet_resource_request_message_content.py index 12b4af11..444b8eba 100644 --- a/pycrate_csn1dir/packet_resource_request_message_content.py +++ b/pycrate_csn1dir/packet_resource_request_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_serving_cell_data_message_content.py b/pycrate_csn1dir/packet_serving_cell_data_message_content.py index 3a8e13ad..f67a602a 100644 --- a/pycrate_csn1dir/packet_serving_cell_data_message_content.py +++ b/pycrate_csn1dir/packet_serving_cell_data_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_serving_cell_si_message_content.py b/pycrate_csn1dir/packet_serving_cell_si_message_content.py index 08850f2b..834ade7f 100644 --- a/pycrate_csn1dir/packet_serving_cell_si_message_content.py +++ b/pycrate_csn1dir/packet_serving_cell_si_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_si_status_message_content.py b/pycrate_csn1dir/packet_si_status_message_content.py index 5e869e52..b3ae8c45 100644 --- a/pycrate_csn1dir/packet_si_status_message_content.py +++ b/pycrate_csn1dir/packet_si_status_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_tbf_release_message_content.py b/pycrate_csn1dir/packet_tbf_release_message_content.py index 130e4556..841168c0 100644 --- a/pycrate_csn1dir/packet_tbf_release_message_content.py +++ b/pycrate_csn1dir/packet_tbf_release_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_timeslot_reconfigure_message_content.py b/pycrate_csn1dir/packet_timeslot_reconfigure_message_content.py index c615f675..3e5a2c41 100644 --- a/pycrate_csn1dir/packet_timeslot_reconfigure_message_content.py +++ b/pycrate_csn1dir/packet_timeslot_reconfigure_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_timing_advance_ie.py b/pycrate_csn1dir/packet_timing_advance_ie.py index 5ce13e5b..9a9b6ba9 100644 --- a/pycrate_csn1dir/packet_timing_advance_ie.py +++ b/pycrate_csn1dir/packet_timing_advance_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_uplink_ack_nack_message_content.py b/pycrate_csn1dir/packet_uplink_ack_nack_message_content.py index c58c27e6..704631c6 100644 --- a/pycrate_csn1dir/packet_uplink_ack_nack_message_content.py +++ b/pycrate_csn1dir/packet_uplink_ack_nack_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_uplink_assignment_message_content.py b/pycrate_csn1dir/packet_uplink_assignment_message_content.py index 652b447f..e98b2469 100644 --- a/pycrate_csn1dir/packet_uplink_assignment_message_content.py +++ b/pycrate_csn1dir/packet_uplink_assignment_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/packet_uplink_dummy_control_block_message_content.py b/pycrate_csn1dir/packet_uplink_dummy_control_block_message_content.py index 30642380..3ff7165d 100644 --- a/pycrate_csn1dir/packet_uplink_dummy_control_block_message_content.py +++ b/pycrate_csn1dir/packet_uplink_dummy_control_block_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/padding_bits.py b/pycrate_csn1dir/padding_bits.py index 2e071807..bbcbca03 100644 --- a/pycrate_csn1dir/padding_bits.py +++ b/pycrate_csn1dir/padding_bits.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/pccch_organization_parameters_ie.py b/pycrate_csn1dir/pccch_organization_parameters_ie.py index feac448d..8f4457ba 100644 --- a/pycrate_csn1dir/pccch_organization_parameters_ie.py +++ b/pycrate_csn1dir/pccch_organization_parameters_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/pcid_group_ie.py b/pycrate_csn1dir/pcid_group_ie.py index b79f4ff9..c2255d11 100644 --- a/pycrate_csn1dir/pcid_group_ie.py +++ b/pycrate_csn1dir/pcid_group_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/pdch_pairs_description_ie.py b/pycrate_csn1dir/pdch_pairs_description_ie.py index 16b9683b..04003ae6 100644 --- a/pycrate_csn1dir/pdch_pairs_description_ie.py +++ b/pycrate_csn1dir/pdch_pairs_description_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/physical_information_message_content.py b/pycrate_csn1dir/physical_information_message_content.py index 228f5b73..2bf921a5 100644 --- a/pycrate_csn1dir/physical_information_message_content.py +++ b/pycrate_csn1dir/physical_information_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/power_control_parameters_ie.py b/pycrate_csn1dir/power_control_parameters_ie.py index b84fb615..7c2a00ac 100644 --- a/pycrate_csn1dir/power_control_parameters_ie.py +++ b/pycrate_csn1dir/power_control_parameters_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/prach_control_parameters_ie.py b/pycrate_csn1dir/prach_control_parameters_ie.py index 2256dfcc..83301825 100644 --- a/pycrate_csn1dir/prach_control_parameters_ie.py +++ b/pycrate_csn1dir/prach_control_parameters_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ps_handover_access_message_content_8_bit_message.py b/pycrate_csn1dir/ps_handover_access_message_content_8_bit_message.py index ec64e518..4d0db089 100644 --- a/pycrate_csn1dir/ps_handover_access_message_content_8_bit_message.py +++ b/pycrate_csn1dir/ps_handover_access_message_content_8_bit_message.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ps_handover_command_message_content.py b/pycrate_csn1dir/ps_handover_command_message_content.py index b2b88126..eb0246f8 100644 --- a/pycrate_csn1dir/ps_handover_command_message_content.py +++ b/pycrate_csn1dir/ps_handover_command_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ps_handover_radio_resources_2_ie.py b/pycrate_csn1dir/ps_handover_radio_resources_2_ie.py index 64de46e2..40ee3c96 100644 --- a/pycrate_csn1dir/ps_handover_radio_resources_2_ie.py +++ b/pycrate_csn1dir/ps_handover_radio_resources_2_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ps_handover_radio_resources_3_ie.py b/pycrate_csn1dir/ps_handover_radio_resources_3_ie.py index 1429bf89..606fe8b6 100644 --- a/pycrate_csn1dir/ps_handover_radio_resources_3_ie.py +++ b/pycrate_csn1dir/ps_handover_radio_resources_3_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/ps_handover_radio_resources_ie.py b/pycrate_csn1dir/ps_handover_radio_resources_ie.py index 50a8f25e..4beaf01d 100644 --- a/pycrate_csn1dir/ps_handover_radio_resources_ie.py +++ b/pycrate_csn1dir/ps_handover_radio_resources_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/psc_group_ie.py b/pycrate_csn1dir/psc_group_ie.py index ae504df7..f4284371 100644 --- a/pycrate_csn1dir/psc_group_ie.py +++ b/pycrate_csn1dir/psc_group_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/psi13_message_content.py b/pycrate_csn1dir/psi13_message_content.py index 9f0b46d6..29cd1830 100644 --- a/pycrate_csn1dir/psi13_message_content.py +++ b/pycrate_csn1dir/psi13_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/psi14_message_content.py b/pycrate_csn1dir/psi14_message_content.py index d178b77e..a4df0c78 100644 --- a/pycrate_csn1dir/psi14_message_content.py +++ b/pycrate_csn1dir/psi14_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/psi15_message_content.py b/pycrate_csn1dir/psi15_message_content.py index 16c856e0..2b58c85e 100644 --- a/pycrate_csn1dir/psi15_message_content.py +++ b/pycrate_csn1dir/psi15_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/psi16_message_content.py b/pycrate_csn1dir/psi16_message_content.py index 0d3bd080..801cd07e 100644 --- a/pycrate_csn1dir/psi16_message_content.py +++ b/pycrate_csn1dir/psi16_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/psi1_message_content.py b/pycrate_csn1dir/psi1_message_content.py index 934e2c96..8951fa3f 100644 --- a/pycrate_csn1dir/psi1_message_content.py +++ b/pycrate_csn1dir/psi1_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/psi2_message_content.py b/pycrate_csn1dir/psi2_message_content.py index 49c5e3e2..795597aa 100644 --- a/pycrate_csn1dir/psi2_message_content.py +++ b/pycrate_csn1dir/psi2_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/psi3_bis_message_content.py b/pycrate_csn1dir/psi3_bis_message_content.py index 1d2f488e..6d0f1a83 100644 --- a/pycrate_csn1dir/psi3_bis_message_content.py +++ b/pycrate_csn1dir/psi3_bis_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/psi3_message_content.py b/pycrate_csn1dir/psi3_message_content.py index 1d88b1c2..7e02236d 100644 --- a/pycrate_csn1dir/psi3_message_content.py +++ b/pycrate_csn1dir/psi3_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/psi3_quater_message_content.py b/pycrate_csn1dir/psi3_quater_message_content.py index 1ff0d224..b19ab51e 100644 --- a/pycrate_csn1dir/psi3_quater_message_content.py +++ b/pycrate_csn1dir/psi3_quater_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/psi3_ter_message_content.py b/pycrate_csn1dir/psi3_ter_message_content.py index 7f732841..4e5789d1 100644 --- a/pycrate_csn1dir/psi3_ter_message_content.py +++ b/pycrate_csn1dir/psi3_ter_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/psi5_message_content.py b/pycrate_csn1dir/psi5_message_content.py index 67579453..d9f8b2c9 100644 --- a/pycrate_csn1dir/psi5_message_content.py +++ b/pycrate_csn1dir/psi5_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/psi6_message_content.py b/pycrate_csn1dir/psi6_message_content.py index 40a3275e..ac79c34f 100644 --- a/pycrate_csn1dir/psi6_message_content.py +++ b/pycrate_csn1dir/psi6_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/psi8_message_content.py b/pycrate_csn1dir/psi8_message_content.py index 31447379..4fdc2a92 100644 --- a/pycrate_csn1dir/psi8_message_content.py +++ b/pycrate_csn1dir/psi8_message_content.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/pulse_format_ie.py b/pycrate_csn1dir/pulse_format_ie.py index 29bc50a7..486d6d87 100644 --- a/pycrate_csn1dir/pulse_format_ie.py +++ b/pycrate_csn1dir/pulse_format_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/receive_npdu_number_list_value.py b/pycrate_csn1dir/receive_npdu_number_list_value.py index 70e066f9..383eaa71 100644 --- a/pycrate_csn1dir/receive_npdu_number_list_value.py +++ b/pycrate_csn1dir/receive_npdu_number_list_value.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/restriction_timer_value_part.py b/pycrate_csn1dir/restriction_timer_value_part.py index d4da8bbe..8608ed31 100644 --- a/pycrate_csn1dir/restriction_timer_value_part.py +++ b/pycrate_csn1dir/restriction_timer_value_part.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/rr_packet_downlink_assignment_type_2_value_part.py b/pycrate_csn1dir/rr_packet_downlink_assignment_type_2_value_part.py index c0f56e82..20751e12 100644 --- a/pycrate_csn1dir/rr_packet_downlink_assignment_type_2_value_part.py +++ b/pycrate_csn1dir/rr_packet_downlink_assignment_type_2_value_part.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/rr_packet_downlink_assignment_value_part.py b/pycrate_csn1dir/rr_packet_downlink_assignment_value_part.py index 62031aff..bcb78c75 100644 --- a/pycrate_csn1dir/rr_packet_downlink_assignment_value_part.py +++ b/pycrate_csn1dir/rr_packet_downlink_assignment_value_part.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/rr_packet_uplink_assignment_value_part.py b/pycrate_csn1dir/rr_packet_uplink_assignment_value_part.py index 3496c0d0..01242fac 100644 --- a/pycrate_csn1dir/rr_packet_uplink_assignment_value_part.py +++ b/pycrate_csn1dir/rr_packet_uplink_assignment_value_part.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/rrc_container_ie.py b/pycrate_csn1dir/rrc_container_ie.py index 62d7ae1f..b4e80b10 100644 --- a/pycrate_csn1dir/rrc_container_ie.py +++ b/pycrate_csn1dir/rrc_container_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/si10_rest_octets.py b/pycrate_csn1dir/si10_rest_octets.py index 2a6c9e8b..23cd120b 100644 --- a/pycrate_csn1dir/si10_rest_octets.py +++ b/pycrate_csn1dir/si10_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/si10bis_rest_octets.py b/pycrate_csn1dir/si10bis_rest_octets.py index 8b8ed8fe..8035494b 100644 --- a/pycrate_csn1dir/si10bis_rest_octets.py +++ b/pycrate_csn1dir/si10bis_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/si14_rest_octets.py b/pycrate_csn1dir/si14_rest_octets.py index 84408d00..dbb19f20 100644 --- a/pycrate_csn1dir/si14_rest_octets.py +++ b/pycrate_csn1dir/si14_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/si15_rest_octets.py b/pycrate_csn1dir/si15_rest_octets.py index c1f6d51f..0357b356 100644 --- a/pycrate_csn1dir/si15_rest_octets.py +++ b/pycrate_csn1dir/si15_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/si16_rest_octets.py b/pycrate_csn1dir/si16_rest_octets.py index b72c632b..6decc715 100644 --- a/pycrate_csn1dir/si16_rest_octets.py +++ b/pycrate_csn1dir/si16_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/si1_rest_octets.py b/pycrate_csn1dir/si1_rest_octets.py index 1bfd7931..5ad8b27e 100644 --- a/pycrate_csn1dir/si1_rest_octets.py +++ b/pycrate_csn1dir/si1_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/si2bis_rest_octets.py b/pycrate_csn1dir/si2bis_rest_octets.py index 6565b856..229bb9d8 100644 --- a/pycrate_csn1dir/si2bis_rest_octets.py +++ b/pycrate_csn1dir/si2bis_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/si2n_rest_octets.py b/pycrate_csn1dir/si2n_rest_octets.py index 770ebeb3..fbaedd88 100644 --- a/pycrate_csn1dir/si2n_rest_octets.py +++ b/pycrate_csn1dir/si2n_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/si2quater_rest_octets.py b/pycrate_csn1dir/si2quater_rest_octets.py index 146fecb7..d1e21036 100644 --- a/pycrate_csn1dir/si2quater_rest_octets.py +++ b/pycrate_csn1dir/si2quater_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/si2ter_rest_octets.py b/pycrate_csn1dir/si2ter_rest_octets.py index 7580def5..c1449228 100644 --- a/pycrate_csn1dir/si2ter_rest_octets.py +++ b/pycrate_csn1dir/si2ter_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/si3_rest_octet.py b/pycrate_csn1dir/si3_rest_octet.py index 592f2e11..891e0ac2 100644 --- a/pycrate_csn1dir/si3_rest_octet.py +++ b/pycrate_csn1dir/si3_rest_octet.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/si4_rest_octets.py b/pycrate_csn1dir/si4_rest_octets.py index abaec9a3..b2b9c8f1 100644 --- a/pycrate_csn1dir/si4_rest_octets.py +++ b/pycrate_csn1dir/si4_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/si6_rest_octets.py b/pycrate_csn1dir/si6_rest_octets.py index 326ed736..cd2e769e 100644 --- a/pycrate_csn1dir/si6_rest_octets.py +++ b/pycrate_csn1dir/si6_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/si9_rest_octets.py b/pycrate_csn1dir/si9_rest_octets.py index b8aed99f..4490dd11 100644 --- a/pycrate_csn1dir/si9_rest_octets.py +++ b/pycrate_csn1dir/si9_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/si_13_rest_octets.py b/pycrate_csn1dir/si_13_rest_octets.py index 497a83a3..928d61f5 100644 --- a/pycrate_csn1dir/si_13_rest_octets.py +++ b/pycrate_csn1dir/si_13_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/si_13alt_rest_octets.py b/pycrate_csn1dir/si_13alt_rest_octets.py index 9ed1a60c..27c68ddf 100644 --- a/pycrate_csn1dir/si_13alt_rest_octets.py +++ b/pycrate_csn1dir/si_13alt_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/si_18_rest_octets.py b/pycrate_csn1dir/si_18_rest_octets.py index 9a48a871..10b411c8 100644 --- a/pycrate_csn1dir/si_18_rest_octets.py +++ b/pycrate_csn1dir/si_18_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/si_19_rest_octets.py b/pycrate_csn1dir/si_19_rest_octets.py index 2c1d7f1c..20b8dd1c 100644 --- a/pycrate_csn1dir/si_19_rest_octets.py +++ b/pycrate_csn1dir/si_19_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/si_21_rest_octets.py b/pycrate_csn1dir/si_21_rest_octets.py index 5e15e5d1..5a45187f 100644 --- a/pycrate_csn1dir/si_21_rest_octets.py +++ b/pycrate_csn1dir/si_21_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/si_22_rest_octets.py b/pycrate_csn1dir/si_22_rest_octets.py index 1e6a0066..4078f6e4 100644 --- a/pycrate_csn1dir/si_22_rest_octets.py +++ b/pycrate_csn1dir/si_22_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/si_23_rest_octets.py b/pycrate_csn1dir/si_23_rest_octets.py index 3f939303..e4254b94 100644 --- a/pycrate_csn1dir/si_23_rest_octets.py +++ b/pycrate_csn1dir/si_23_rest_octets.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/single_downlink_assignment_2_ie.py b/pycrate_csn1dir/single_downlink_assignment_2_ie.py index b8a648be..9c5c4b85 100644 --- a/pycrate_csn1dir/single_downlink_assignment_2_ie.py +++ b/pycrate_csn1dir/single_downlink_assignment_2_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/single_uplink_assignment_2_ie.py b/pycrate_csn1dir/single_uplink_assignment_2_ie.py index 0e74c3ec..db314d9e 100644 --- a/pycrate_csn1dir/single_uplink_assignment_2_ie.py +++ b/pycrate_csn1dir/single_uplink_assignment_2_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/starting_frame_number_description_ie.py b/pycrate_csn1dir/starting_frame_number_description_ie.py index b05c8eef..61f584e3 100644 --- a/pycrate_csn1dir/starting_frame_number_description_ie.py +++ b/pycrate_csn1dir/starting_frame_number_description_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/system_information_type_10.py b/pycrate_csn1dir/system_information_type_10.py index f2ebed41..d7489251 100644 --- a/pycrate_csn1dir/system_information_type_10.py +++ b/pycrate_csn1dir/system_information_type_10.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/system_information_type_10bis.py b/pycrate_csn1dir/system_information_type_10bis.py index d656576b..94d7c6ae 100644 --- a/pycrate_csn1dir/system_information_type_10bis.py +++ b/pycrate_csn1dir/system_information_type_10bis.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/system_information_type_10ter.py b/pycrate_csn1dir/system_information_type_10ter.py index a6b9ad9e..762ff7ac 100644 --- a/pycrate_csn1dir/system_information_type_10ter.py +++ b/pycrate_csn1dir/system_information_type_10ter.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/tlli_g_rnti_ie.py b/pycrate_csn1dir/tlli_g_rnti_ie.py index a517df2b..bd63bcf6 100644 --- a/pycrate_csn1dir/tlli_g_rnti_ie.py +++ b/pycrate_csn1dir/tlli_g_rnti_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/tmgi_ie.py b/pycrate_csn1dir/tmgi_ie.py index ae8bfc6d..e52f273d 100644 --- a/pycrate_csn1dir/tmgi_ie.py +++ b/pycrate_csn1dir/tmgi_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/uplink_free.py b/pycrate_csn1dir/uplink_free.py index 2d8e0e55..1001f740 100644 --- a/pycrate_csn1dir/uplink_free.py +++ b/pycrate_csn1dir/uplink_free.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/uplink_rlc_mac_control_message.py b/pycrate_csn1dir/uplink_rlc_mac_control_message.py index fe10fd22..111ac690 100644 --- a/pycrate_csn1dir/uplink_rlc_mac_control_message.py +++ b/pycrate_csn1dir/uplink_rlc_mac_control_message.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/used_dl_coverage_class_ie.py b/pycrate_csn1dir/used_dl_coverage_class_ie.py index c492beda..af7dc716 100644 --- a/pycrate_csn1dir/used_dl_coverage_class_ie.py +++ b/pycrate_csn1dir/used_dl_coverage_class_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/utran_csg_measurement_report_ie.py b/pycrate_csn1dir/utran_csg_measurement_report_ie.py index 2e99c30b..09083994 100644 --- a/pycrate_csn1dir/utran_csg_measurement_report_ie.py +++ b/pycrate_csn1dir/utran_csg_measurement_report_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/utran_csg_target_cell_ie.py b/pycrate_csn1dir/utran_csg_target_cell_ie.py index 03255b49..a9702f19 100644 --- a/pycrate_csn1dir/utran_csg_target_cell_ie.py +++ b/pycrate_csn1dir/utran_csg_target_cell_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/utran_fdd_target_cell_ie.py b/pycrate_csn1dir/utran_fdd_target_cell_ie.py index 59d77984..ed702dd3 100644 --- a/pycrate_csn1dir/utran_fdd_target_cell_ie.py +++ b/pycrate_csn1dir/utran_fdd_target_cell_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/utran_freq_list.py b/pycrate_csn1dir/utran_freq_list.py index fbcab4d2..5bf4145f 100644 --- a/pycrate_csn1dir/utran_freq_list.py +++ b/pycrate_csn1dir/utran_freq_list.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/utran_tdd_target_cell_ie.py b/pycrate_csn1dir/utran_tdd_target_cell_ie.py index 31d88362..67d89e6b 100644 --- a/pycrate_csn1dir/utran_tdd_target_cell_ie.py +++ b/pycrate_csn1dir/utran_tdd_target_cell_ie.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/vbs_vgcs_reconfigure.py b/pycrate_csn1dir/vbs_vgcs_reconfigure.py index cc3f614f..349c32ec 100644 --- a/pycrate_csn1dir/vbs_vgcs_reconfigure.py +++ b/pycrate_csn1dir/vbs_vgcs_reconfigure.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/vbs_vgcs_reconfigure2.py b/pycrate_csn1dir/vbs_vgcs_reconfigure2.py index c29bd8d0..c025353e 100644 --- a/pycrate_csn1dir/vbs_vgcs_reconfigure2.py +++ b/pycrate_csn1dir/vbs_vgcs_reconfigure2.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/vgcs_additional_info.py b/pycrate_csn1dir/vgcs_additional_info.py index 2c6fd6f9..76c23eb0 100644 --- a/pycrate_csn1dir/vgcs_additional_info.py +++ b/pycrate_csn1dir/vgcs_additional_info.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/vgcs_neighbour_cell_information.py b/pycrate_csn1dir/vgcs_neighbour_cell_information.py index 11111ac6..3b05365b 100644 --- a/pycrate_csn1dir/vgcs_neighbour_cell_information.py +++ b/pycrate_csn1dir/vgcs_neighbour_cell_information.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_csn1dir/vgcs_sms_information.py b/pycrate_csn1dir/vgcs_sms_information.py index ad014fcc..50e3500b 100644 --- a/pycrate_csn1dir/vgcs_sms_information.py +++ b/pycrate_csn1dir/vgcs_sms_information.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_ether/ARP.py b/pycrate_ether/ARP.py index de1da317..2f95ec52 100644 --- a/pycrate_ether/ARP.py +++ b/pycrate_ether/ARP.py @@ -1,7 +1,7 @@ # −*− coding: UTF−8 −*− #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_ether/Ethernet.py b/pycrate_ether/Ethernet.py index 2a45cf6e..a6d2beb4 100644 --- a/pycrate_ether/Ethernet.py +++ b/pycrate_ether/Ethernet.py @@ -1,7 +1,7 @@ # −*− coding: UTF−8 −*− #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_ether/IP.py b/pycrate_ether/IP.py index f39105b0..ce2be936 100644 --- a/pycrate_ether/IP.py +++ b/pycrate_ether/IP.py @@ -1,7 +1,7 @@ # −*− coding: UTF−8 −*− #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_ether/PCAP.py b/pycrate_ether/PCAP.py index 2f676e54..b7aa640c 100644 --- a/pycrate_ether/PCAP.py +++ b/pycrate_ether/PCAP.py @@ -1,7 +1,7 @@ # −*− coding: UTF−8 −*− #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_ether/__init__.py b/pycrate_ether/__init__.py index 64736d0e..980bd0ab 100644 --- a/pycrate_ether/__init__.py +++ b/pycrate_ether/__init__.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * @@ -28,4 +28,4 @@ #*/ # __all__ = ['Ethernet', 'ARP', 'IP', 'PCAP'] -__version__ = '0.2.0' +__version__ = '0.4.0' diff --git a/pycrate_media/BMP.py b/pycrate_media/BMP.py index d503b23d..d30ad443 100644 --- a/pycrate_media/BMP.py +++ b/pycrate_media/BMP.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_media/GIF.py b/pycrate_media/GIF.py index 3022cf81..d8c29ee5 100644 --- a/pycrate_media/GIF.py +++ b/pycrate_media/GIF.py @@ -1,7 +1,7 @@ # −*− coding: UTF−8 −*− #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_media/JPEG.py b/pycrate_media/JPEG.py index 22a57aef..15e1e336 100644 --- a/pycrate_media/JPEG.py +++ b/pycrate_media/JPEG.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_media/MP3.py b/pycrate_media/MP3.py index 5c1f55f4..90d449c2 100644 --- a/pycrate_media/MP3.py +++ b/pycrate_media/MP3.py @@ -1,7 +1,7 @@ # −*− coding: UTF−8 −*− #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_media/MPEG4.py b/pycrate_media/MPEG4.py index e1d4062e..c4d446a9 100644 --- a/pycrate_media/MPEG4.py +++ b/pycrate_media/MPEG4.py @@ -1,7 +1,7 @@ # −*− coding: UTF−8 −*− #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_media/PNG.py b/pycrate_media/PNG.py index 94525f5f..85726254 100644 --- a/pycrate_media/PNG.py +++ b/pycrate_media/PNG.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_media/TIFF.py b/pycrate_media/TIFF.py index d6d3014a..1f2244a6 100644 --- a/pycrate_media/TIFF.py +++ b/pycrate_media/TIFF.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/pycrate_media/__init__.py b/pycrate_media/__init__.py index b1116d5e..e3261ded 100644 --- a/pycrate_media/__init__.py +++ b/pycrate_media/__init__.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * @@ -28,4 +28,4 @@ #*/ # __all__ = ['BMP', 'PNG', 'JPEG', 'TIFF', 'GIF', 'MPEG4', 'MP3'] -__version__ = '0.2.0' +__version__ = '0.4.0' diff --git a/pycrate_mobile/GSMTAP.py b/pycrate_mobile/GSMTAP.py index 05f10084..fa8b7f1d 100644 --- a/pycrate_mobile/GSMTAP.py +++ b/pycrate_mobile/GSMTAP.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * Copyright 2018. Benoit Michau. P1sec. diff --git a/pycrate_mobile/NAS.py b/pycrate_mobile/NAS.py index 7de0c411..6f5d835c 100644 --- a/pycrate_mobile/NAS.py +++ b/pycrate_mobile/NAS.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_mobile/NASLTE.py b/pycrate_mobile/NASLTE.py index 4b41c70d..6f9e4230 100644 --- a/pycrate_mobile/NASLTE.py +++ b/pycrate_mobile/NASLTE.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_mobile/PPP.py b/pycrate_mobile/PPP.py index e52ba0d2..23fcdb21 100644 --- a/pycrate_mobile/PPP.py +++ b/pycrate_mobile/PPP.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_mobile/SCCP.py b/pycrate_mobile/SCCP.py index 4866ed96..e51e47b2 100644 --- a/pycrate_mobile/SCCP.py +++ b/pycrate_mobile/SCCP.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * Copyright 2018. Benoit Michau. P1Sec. diff --git a/pycrate_mobile/SIGTRAN.py b/pycrate_mobile/SIGTRAN.py index a97e6b72..bdf61ebb 100644 --- a/pycrate_mobile/SIGTRAN.py +++ b/pycrate_mobile/SIGTRAN.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * Copyright 2018. Benoit Michau. P1Sec. diff --git a/pycrate_mobile/TS23038.py b/pycrate_mobile/TS23038.py index 12cfc261..50efadae 100644 --- a/pycrate_mobile/TS23038.py +++ b/pycrate_mobile/TS23038.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_mobile/TS23040_SMS.py b/pycrate_mobile/TS23040_SMS.py index 361018f8..37ca4af4 100644 --- a/pycrate_mobile/TS23040_SMS.py +++ b/pycrate_mobile/TS23040_SMS.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_mobile/TS23041_CBS.py b/pycrate_mobile/TS23041_CBS.py index 11ba00b3..f8b2cfde 100644 --- a/pycrate_mobile/TS23041_CBS.py +++ b/pycrate_mobile/TS23041_CBS.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.2 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_mobile/TS24007.py b/pycrate_mobile/TS24007.py index b0511f8b..5b066912 100644 --- a/pycrate_mobile/TS24007.py +++ b/pycrate_mobile/TS24007.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_mobile/TS24008_CC.py b/pycrate_mobile/TS24008_CC.py index 945417f3..7478050d 100644 --- a/pycrate_mobile/TS24008_CC.py +++ b/pycrate_mobile/TS24008_CC.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_mobile/TS24008_GMM.py b/pycrate_mobile/TS24008_GMM.py index 9fdd9bc5..385665f7 100644 --- a/pycrate_mobile/TS24008_GMM.py +++ b/pycrate_mobile/TS24008_GMM.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_mobile/TS24008_IE.py b/pycrate_mobile/TS24008_IE.py index d2a09cb7..1d1b6f19 100644 --- a/pycrate_mobile/TS24008_IE.py +++ b/pycrate_mobile/TS24008_IE.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_mobile/TS24008_MM.py b/pycrate_mobile/TS24008_MM.py index 88be9668..de6fe8c4 100644 --- a/pycrate_mobile/TS24008_MM.py +++ b/pycrate_mobile/TS24008_MM.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_mobile/TS24008_SM.py b/pycrate_mobile/TS24008_SM.py index 7b0d0f69..f5354500 100644 --- a/pycrate_mobile/TS24008_SM.py +++ b/pycrate_mobile/TS24008_SM.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_mobile/TS24011_PPSMS.py b/pycrate_mobile/TS24011_PPSMS.py index 4db71026..d0d3d9f8 100644 --- a/pycrate_mobile/TS24011_PPSMS.py +++ b/pycrate_mobile/TS24011_PPSMS.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_mobile/TS24080_SS.py b/pycrate_mobile/TS24080_SS.py index fdc5a77e..6313d53c 100644 --- a/pycrate_mobile/TS24080_SS.py +++ b/pycrate_mobile/TS24080_SS.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_mobile/TS24301_EMM.py b/pycrate_mobile/TS24301_EMM.py index 7e270ce3..725a9693 100644 --- a/pycrate_mobile/TS24301_EMM.py +++ b/pycrate_mobile/TS24301_EMM.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_mobile/TS24301_ESM.py b/pycrate_mobile/TS24301_ESM.py index 2c5c00af..e3b18bef 100644 --- a/pycrate_mobile/TS24301_ESM.py +++ b/pycrate_mobile/TS24301_ESM.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_mobile/TS24301_IE.py b/pycrate_mobile/TS24301_IE.py index 45631ea6..5c45ed50 100644 --- a/pycrate_mobile/TS24301_IE.py +++ b/pycrate_mobile/TS24301_IE.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/pycrate_mobile/TS44018_GTTP.py b/pycrate_mobile/TS44018_GTTP.py index 411a24f9..b4a0d815 100644 --- a/pycrate_mobile/TS44018_GTTP.py +++ b/pycrate_mobile/TS44018_GTTP.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. P1sec. # * diff --git a/pycrate_mobile/TS44018_IE.py b/pycrate_mobile/TS44018_IE.py index 8b763313..ac810545 100644 --- a/pycrate_mobile/TS44018_IE.py +++ b/pycrate_mobile/TS44018_IE.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_mobile/TS44018_RR.py b/pycrate_mobile/TS44018_RR.py index cf68cd66..a9925d6c 100644 --- a/pycrate_mobile/TS44018_RR.py +++ b/pycrate_mobile/TS44018_RR.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. P1sec. # * diff --git a/pycrate_mobile/__init__.py b/pycrate_mobile/__init__.py index 2f05c8dd..27ce7477 100644 --- a/pycrate_mobile/__init__.py +++ b/pycrate_mobile/__init__.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * This library is free software; you can redistribute it and/or # * modify it under the terms of the GNU Lesser General Public @@ -30,4 +30,4 @@ 'TS24008_IE', 'TS24008_MM', 'TS24008_GMM', 'TS24008_CC', 'TS24008_SM', 'TS23038', 'TS23040_SMS', 'TS23041_CBS', 'TS24011_PPSMS', 'TS24301_IE', 'TS24301_NAS', 'TS24301_EMM', 'TS24301_ESM'] -__version__ = '0.2.0' +__version__ = '0.4.0' diff --git a/pycrate_sys/MBR.py b/pycrate_sys/MBR.py index 889f27d7..bea9826a 100644 --- a/pycrate_sys/MBR.py +++ b/pycrate_sys/MBR.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. # * diff --git a/pycrate_sys/__init__.py b/pycrate_sys/__init__.py index d6fccbae..e622fb6a 100644 --- a/pycrate_sys/__init__.py +++ b/pycrate_sys/__init__.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. ANSSI. # * @@ -28,4 +28,4 @@ #*/ # __all__ = ['MBR'] -__version__ = '0.3.0' +__version__ = '0.4.0' diff --git a/setup.py b/setup.py index 595c6b8e..f2d8d48b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="pycrate", - version="0.3", + version="0.4", #packages=find_packages(), packages=["pycrate_core", diff --git a/test/__init__.py b/test/__init__.py index ac73dbda..3b047d5c 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * @@ -29,5 +29,5 @@ # __all__ = ['test_core', 'test_media', 'test_ether', 'test_mobile', 'test_asn1rt', 'test_asn1rt_mod', 'test_csn1', 'test_pycrate'] -__version__ = '0.3.0' +__version__ = '0.4.0' diff --git a/test/test_asn1rt.py b/test/test_asn1rt.py index b83dc25e..e43ddfd0 100644 --- a/test/test_asn1rt.py +++ b/test/test_asn1rt.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/test/test_core.py b/test/test_core.py index 2df70c05..1b3fb6b0 100644 --- a/test/test_core.py +++ b/test/test_core.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/test/test_csn1.py b/test/test_csn1.py index 6a9444a2..91ffa75b 100644 --- a/test/test_csn1.py +++ b/test/test_csn1.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/test/test_ether.py b/test/test_ether.py index 3d9278ff..946a738f 100644 --- a/test/test_ether.py +++ b/test/test_ether.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/test/test_gsmrr.py b/test/test_gsmrr.py index 7d5d2b44..e5a6e2a5 100644 --- a/test/test_gsmrr.py +++ b/test/test_gsmrr.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2018. Benoit Michau. P1sec. # * diff --git a/test/test_media.py b/test/test_media.py index 970dd06e..fb58f36c 100644 --- a/test/test_media.py +++ b/test/test_media.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/test/test_mobile.py b/test/test_mobile.py index 552c64f0..b539dedd 100644 --- a/test/test_mobile.py +++ b/test/test_mobile.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/test/test_pycrate.py b/test/test_pycrate.py index 04f54fd3..05b1b0f3 100644 --- a/test/test_pycrate.py +++ b/test/test_pycrate.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2016. Benoit Michau. ANSSI. # * diff --git a/test/test_s1ap.py b/test/test_s1ap.py index 77010f07..b3c22e9f 100644 --- a/test/test_s1ap.py +++ b/test/test_s1ap.py @@ -16,7 +16,7 @@ # * # * # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017 Benoit Michau. ANSSI. # * diff --git a/test/test_tcapmap.py b/test/test_tcapmap.py index 651d22e8..523cc3ea 100644 --- a/test/test_tcapmap.py +++ b/test/test_tcapmap.py @@ -16,7 +16,7 @@ # * # * # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017 Benoit Michau. ANSSI. # * diff --git a/tools/pycrate_asn1compile.py b/tools/pycrate_asn1compile.py index 6be2d48e..a37100f5 100755 --- a/tools/pycrate_asn1compile.py +++ b/tools/pycrate_asn1compile.py @@ -3,7 +3,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/tools/pycrate_berdecode.py b/tools/pycrate_berdecode.py index e0d038ba..b743200a 100755 --- a/tools/pycrate_berdecode.py +++ b/tools/pycrate_berdecode.py @@ -3,7 +3,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # * diff --git a/tools/pycrate_showmedia.py b/tools/pycrate_showmedia.py index e08486bb..f74b4883 100755 --- a/tools/pycrate_showmedia.py +++ b/tools/pycrate_showmedia.py @@ -3,7 +3,7 @@ # -*- coding: UTF-8 -*- #/** # * Software Name : pycrate -# * Version : 0.3 +# * Version : 0.4 # * # * Copyright 2017. Benoit Michau. ANSSI. # *