Jolly's fork of osmo-v5.
Go to file
Andreas Eversberg 83d8cbdd3a Prepared autoconf/automake 2022-12-29 17:13:53 +01:00
src Prepared autoconf/automake 2022-12-29 17:13:53 +01:00
.gitignore Prepared autoconf/automake 2022-12-29 17:13:53 +01:00
Makefile.am Prepared autoconf/automake 2022-12-29 17:13:53 +01:00
README.md add README.md 2022-09-11 20:59:17 +02:00
configure.ac Prepared autoconf/automake 2022-12-29 17:13:53 +01:00
git-version-gen Prepared autoconf/automake 2022-12-29 17:13:53 +01:00
lapv5.c Work on lapv5 2022-12-29 17:13:43 +01:00
lapv5.h Work on lapv5 2022-12-29 17:13:43 +01:00
logging.c Add more log levels to logging 2022-12-29 17:13:24 +01:00
logging.h Add PH-socket interface 2022-12-29 17:13:38 +01:00
main.c Hacking on main 2022-12-29 17:13:48 +01:00
ph_socket.c Add PH-socket interface 2022-12-29 17:13:38 +01:00
ph_socket.h Add PH-socket interface 2022-12-29 17:13:38 +01:00
v5x_data.c Work on v5x_data.c and v5x_internal.h 2022-12-29 17:13:44 +01:00
v5x_internal.h Work on v5x_data.c and v5x_internal.h 2022-12-29 17:13:44 +01:00
v5x_l2_mgmt.c Add L2 management process 2022-12-29 17:13:39 +01:00
v5x_l2_mgmt.h Add L2 management process 2022-12-29 17:13:39 +01:00
v5x_le_pstn_fsm.c Add PSTN protocol 2022-12-29 17:13:41 +01:00
v5x_le_pstn_fsm.h Add PSTN protocol 2022-12-29 17:13:41 +01:00
v5x_protocol.c Work on v5x_protocol 2022-12-29 17:13:47 +01:00
v5x_protocol.h Work on v5x_protocol 2022-12-29 17:13:47 +01:00
v51_l1_fsm.c WIP initial import of far incomplete ETSI V5 implementation 2021-12-28 11:35:22 +01:00
v51_le_ctrl.c Serveral fixes to v51_le_ctrl.c 2022-12-29 17:13:33 +01:00
v51_le_ctrl.h Serveral fixes to v51_le_ctrl.c 2022-12-29 17:13:33 +01:00
v51_le_provisioning.c Add minimal provisioning protocol (Clause 14.5) 2022-12-29 17:13:27 +01:00
v51_le_provisioning.h Add minimal provisioning protocol (Clause 14.5) 2022-12-29 17:13:27 +01:00
v52_lcp_fsm.c WIP initial import of far incomplete ETSI V5 implementation 2021-12-28 11:35:22 +01:00
v52_le_user_port_fsm.c Fixed and completed v52_le_user_port_fsm.c for both ISDN and PSTN ports 2022-12-29 17:13:35 +01:00
v52_le_user_port_fsm.h Fixed and completed v52_le_user_port_fsm.c for both ISDN and PSTN ports 2022-12-29 17:13:35 +01:00

README.md

osmo-v5 - Osmocom implementation of ETSI/ITU V5 interface

This is a repository containing very early work-in-progress code implementing the ETSI/ITU V5 interface as specified in ITU-T G.964 + G.965.

V5 is an interface spoken between digital telephone exchange and its [remote] access network (multiplexers + concentrators of subscriber access lines).

For some general intro into V5, you might find the following OsmoDevCall recording interesting: https://media.ccc.de/v/osmodevcall-20211228-laforge-retro-isdn-v5

Initial development was done just using the spec as reference; from 09/2022 onwards a Nokia EKSOS N20 became the primary target.

Homepage

None yet.

GIT Repository

You can clone from the official libosmocore.git repository using

    git clone https://gitea.osmocom.org/laforge/osmo-v5

There is a web interface at https://gitea.osmocom.org/laforge/osmo-v5

Mailing List

Discussions related to osmo-v5 are happening on the discussion@lists.retronetworking.org mailing list, please see https://lists.retronetworking.org/postorius/lists/discussion.lists.retronetworking.org/ for subscription options and the list archive.

Please observe the Osmocom Mailing List Rules when posting.