An open source implementation of the LE (Local Exchange) side of the ETSI/ITU V5 interface, in order to talk to Access Multiplexers (AN), such as Nokia EKSOS, DeTeWe ALIAN, etc. https://osmocom.org/projects/retronetworking/wiki/Osmo-v5
Go to file
Andreas Eversberg 0e42560095 Loss of frame support for detecting L1 failurew
LOF is not supported by V5.2 protocol. LOS is used instead.

If LOF or LOS is received, LOS is assumed in the L1 state machine.

If both LOF and LOS ceased, no LOS is assumed in the L1 state machine.
2024-01-16 00:28:54 +01:00
docs Add graph of protocol entities 2023-03-07 15:46:19 +01:00
m4 Added libecho, the line-echo-canceler from spandsp 2023-03-07 15:46:34 +01:00
src Loss of frame support for detecting L1 failurew 2024-01-16 00:28:54 +01:00
tests Add echo suppressor along with echo canceller 2023-03-07 15:47:01 +01:00
.gitignore gitignore: add m4/*.m4 2023-07-18 11:23:41 +02:00
Makefile.am Added libecho, the line-echo-canceler from spandsp 2023-03-07 15:46:34 +01:00
README.md README.md: Fix copy+paste error 2023-07-18 11:21:02 +02:00
configure.ac Update configure.ac to current release of libosmocore/libosmo-abis 2023-03-07 15:46:48 +01:00
git-version-gen Prepared autoconf/automake 2023-03-07 15:45:07 +01:00

README.md

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

This is a repository containing 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. The code has been uses successfully against Nokia EKSOS N20 and Siemens Fastlink.

Homepage

The project homepage is at https://osmocom.org/projects/retronetworking/wiki/Osmo-v5.

GIT Repository

You can clone from the official osmo-v5.git repository using

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

There is a web interface at https://gitea.osmocom.org/retronetworking/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.