Commit Graph

74 Commits

Author SHA1 Message Date
Andreas Eversberg ee6d366feb Add minimal provisioning protocol (Clause 14.5) 2022-12-29 17:13:27 +01:00
Andreas Eversberg ffeded74af Add more log levels to logging 2022-12-29 17:13:24 +01:00
Harald Welte 65dfe9080b Iniatial gsmtap support
This requires a wireshark with support for passing the new gsmtap V5
format into the existing wireshark dissectors for V5.
2022-12-29 17:13:23 +01:00
Andreas Eversberg 5af684bed2 Work on control protocols 2022-12-29 17:13:20 +01:00
Andreas Eversberg fe6a4b91f8 Hacking on main.c 2022-12-29 17:13:19 +01:00
Andreas Eversberg 1560a36dfc Work on v5x_data.c and v5x_internal.h 2022-12-29 17:13:18 +01:00
Andreas Eversberg 5fd7b682f4 Several fixes for lapv5.c 2022-12-29 17:13:15 +01:00
Andreas Eversberg a77eb4020f Work on v5x_protocol.c 2022-12-29 17:13:14 +01:00
Andreas Eversberg 0bb6303c34 Changes to Makefile 2022-12-29 17:13:13 +01:00
Andreas Eversberg 04e99eb55f Rename SAP functions of lapv5 to be more conclusive 2022-12-29 17:13:10 +01:00
Andreas Eversberg 4f9292b698 Add logging.c/logging.h 2022-12-29 17:13:09 +01:00
Andreas Eversberg 10b269d24c Removed config file 2022-12-29 17:13:03 +01:00
Harald Welte 0f42168f9f add README.md 2022-09-11 20:59:17 +02:00
Harald Welte 19435b7348 Makefile: build + link more source files 2022-09-11 20:50:40 +02:00
Harald Welte 36f1170dec v51_le_ctrl: Dispatch events for received port control messages 2022-09-11 20:50:40 +02:00
Harald Welte 9fcd2c429b main.c: use correct sub-system when printing received HDLC frames 2022-09-11 20:50:40 +02:00
Harald Welte 5027a2ba43 v5x_protocol: look-up user port only where needed (PSTN signaling)
... and add some more comments on the grouping of messages
2022-09-11 20:50:40 +02:00
Harald Welte 704336eb79 v51_le_ctrl: remove TODO (it's already implemented) 2022-09-11 20:50:40 +02:00
Harald Welte 134cadaa6a v51_le_ctrl: dispatch events to common control FSM 2022-09-11 20:50:40 +02:00
Harald Welte 70fda77610 fix typo in comment 2022-09-11 20:50:40 +02:00
Harald Welte 445290267d turn LAPD copy+paste into an actual LAPV5-DL implementation
This means
* getting rid of SAPI+TEI an replacing it with a V5 data link address,
* removing the hierarchical TEI/SAPI data structures
* removing the TEI manager
2022-09-11 20:50:40 +02:00
Harald Welte 7245238cc3 various compile fixes 2022-09-11 17:33:01 +02:00
Harald Welte 28f9c63f7a add skeleton for v5le (just opening the E1 line and adding LAPD) 2022-09-11 16:59:23 +02:00
Harald Welte e1070616f1 WIP initial import of far incomplete ETSI V5 implementation 2021-12-28 11:35:22 +01:00