Commit Graph

586 Commits

Author SHA1 Message Date
mich decc023abd remove crappy non-ascii (hidden) characters 2020-06-16 16:59:50 +02:00
mich 2d61be3350 q 2020-06-15 16:59:44 +02:00
mich 530eb8c848 corenet: add remaining code for NGAP gNB setup 2020-06-15 09:59:56 +02:00
mich c61b8bc0aa mobile: fix the reset of SMS UD value 2020-06-15 09:59:10 +02:00
mich ed0e6b6bf3 asn1rt: fix an invalid space character in the ASN.1 encoding of SEQ OF 2020-06-15 09:58:20 +02:00
mich 527477bcb0 asn1rt: fix special setting of unknown values in OPEN type when encoding in ASN.1 2020-06-10 10:59:52 +02:00
mich ffe38db8dd corenet: fix some gNB NGSetup stuff 2020-04-30 18:28:14 +02:00
mich 5830e3b3a0 corenet: complete explicit exception handling 2020-04-30 13:18:22 +02:00
mich 126b695e51 corenet: add explicit exception handling 2020-04-30 11:19:13 +02:00
mich da627ace3a corenet: introduce initial gNB support 2020-04-30 00:00:49 +02:00
mich a3c9615dee corenet: add a specific handler for gNB 2020-04-29 11:58:54 +02:00
mich 33740d4ca1 Merge branch 'master' of github.com:P1sec/pycrate 2020-04-29 11:58:11 +02:00
mich f1f73b7a8d corenet: continue support for gNB 2020-04-29 11:58:06 +02:00
Benoit Michau 83b967fbe9
Merge pull request #79 from KenWhitesell/master
Fix missing comma in SERVER_GNB definition
2020-04-29 10:10:47 +02:00
Ken Whitesell e479de555c Fix missing comma in SERVER_GNB definition 2020-04-28 19:20:50 -04:00
mich 55628841d0 corenet: complete NGAP skeleton 2020-04-28 14:19:50 +02:00
mich f87859a114 asn1dir: update S1AP to Rel.16 2020-04-28 14:18:43 +02:00
mich 0d0f11d67b asn1dir: update NGAP to Rel.16 (cont) 2020-04-28 12:36:10 +02:00
mich 693b199b70 asn1dir: update NGAP to Rel.16 2020-04-28 12:35:20 +02:00
mich 0b53fb31ee asn1c: fix the order of files in a directory to be compiled 2020-04-28 11:26:53 +02:00
mich 113ede58fb tools: fix output generation in asn1compile for named spec 2020-04-28 11:25:59 +02:00
mich 2d95a525a0 asn1rt: add value check on JER decoding for SEQ / SET 2020-04-27 15:00:44 +02:00
mich bdb01cc9e7 asn1rt: fix JER decoding for extended values in constructed object 2020-04-22 12:29:00 +02:00
mich 7abd4c7413 mobile: fix (again) SCCP LUDT / LUDTS pointers handling 2020-04-17 17:22:29 +02:00
mich 6b631ceca6 corenet: init some 5G RAN support 2020-04-15 18:13:47 +02:00
mich e11b6bd541 tools: move all tools to the Python3 shebang and add berdecode an option for printing hexstream 2020-04-01 16:45:20 +02:00
mich 9f79afe50c tools: fix error printing in ber_decode 2020-04-01 16:09:01 +02:00
mich bf9e07ed52 mobile: fix Ptr value computation for LUDT / LUDTS 2020-03-27 14:25:39 +01:00
mich 6f28ff8f4b README: add support for SCTP 2020-03-13 09:47:07 +01:00
mich f78c6c7765 asn1rt: add a check for named flags within BIT STRING 2020-03-13 09:46:26 +01:00
mich 0767017b74 asn1rt: align SEQ OF and SEQ to_asn1() method 2020-03-03 11:15:52 +01:00
mich 1e02958fdd asn1rt: fix setobj initiatialization after commit 0e5d538a introduced an error on extended value init 2020-03-03 11:07:22 +01:00
mich 6f2820f6c8 asn1rt: fix the support of empty SEQ OF values in plain ASN.1 text 2020-03-03 10:43:17 +01:00
mich 9d19540931 tools: add a simple listing mode to map_op_info 2020-03-03 10:39:10 +01:00
mich 0e5d538ada asn1rt: take of not sorting ASN.1 set of heterogeneous values 2020-02-28 15:45:15 +01:00
mich 8b210fa223 asn1rt: remove unneeded commented lines 2020-02-25 16:04:07 +01:00
mich 222ec8ae4b asn1rt: add a method unset_val() to clean all sub-objects when a value is set 2020-02-25 16:01:40 +01:00
mich e5fcbfb594 asn1rt: add an almighty reset_val() method to reset the entire content of an ASN.1 object 2020-02-25 10:20:48 +01:00
mich c0c8d4ea82 asn1rt: fix OPEN type internal object lookup 2020-02-24 15:48:01 +01:00
mich c5c2803682 asn1rt: do not check INTEGER boundary when a named value is set 2020-02-24 10:08:00 +01:00
mich f84e90b55d core: fix Alt() elt cloning procedure 2020-02-12 18:24:58 +01:00
mich 6336b197fb asn1rt: fix the module name set under the _mod attribute of every compiled ASN.1 objects 2020-02-12 11:53:16 +01:00
mich 5801e329f0 mobile: change the SCCP header spare field to handling, and associated repr dict 2020-02-12 11:52:33 +01:00
mich ad045b4d4f mobile: fix SIGTRAN data transport global value 2020-02-12 11:50:57 +01:00
mich 6773add91c mobile: add MAP Errors into the MAPAppCtx module 2020-02-11 11:53:06 +01:00
mich 0a500811d9 ether: add a complete SCTP handler 2020-02-07 15:10:53 +01:00
mich 88d44fd8aa tool: invert options into asn1compile 2020-02-05 15:18:01 +01:00
mich e91820e904 tools: update asn1compile with an option to recompile any spec from the asn1dir subdir 2020-02-05 10:34:36 +01:00
mich 4a27e928a0 update main 4G and 5G RAN specs to last 3GPP Rel.15 and provide Rel.16 when exists 2020-02-05 10:33:43 +01:00
mich 6006761a86 asn1dir: add old X2AP e80 ASN.1 release 2020-02-03 12:37:37 +01:00