Omocom GPRS Gb interface aggregation/conversion proxy (between PCU/BSS and SGSN) https://osmocom.org/projects/osmo-gbproxy
Go to file
Oliver Smith c8113ce75a Bump version: 0.4.1.4-a1a17 → 0.5.0
Change-Id: Ib4432d0ff74aa92176e85817dc54d884ea8b8068
2024-07-25 09:25:29 +02:00
contrib contrib/systemd: run as osmocom user 2024-05-28 14:43:24 +02:00
debian Bump version: 0.4.1.4-a1a17 → 0.5.0 2024-07-25 09:25:29 +02:00
doc Use uniform log format for default config files 2023-12-01 12:39:58 +01:00
include gbproxy_peer: Add rate counters when forwarding packets fail 2022-03-03 18:15:24 +00:00
m4 Drop unneeded ax_check_compile_flag.m4 2022-01-11 18:19:54 +01:00
src gbprox_rx_ptp_from_bss: fix dangling pointer 2023-07-17 07:06:44 +00:00
tests tests: do not depend on $(BUILT_SOURCES), but on osmo-gbproxy 2023-03-30 03:13:56 +07:00
.gitignore gitignore: add gbproxy_vty_reference.xml 2021-04-13 08:51:06 +02:00
.gitreview Further clean-up in osmo-sgsn -> osmo-gbproxy migration 2021-02-01 10:39:41 +01:00
.mailmap add .mailmap file for mapping git author name/mail in shortlog 2016-08-08 17:40:28 +00:00
AUTHORS move openbsc/* to repos root 2017-08-27 17:40:52 +02:00
COPYING move openbsc/* to repos root 2017-08-27 17:40:52 +02:00
Makefile.am contrib: remove rpm spec file 2024-05-08 14:40:58 +02:00
README.md Update README to cover osmo-gbproxy and not osmo-sgsn 2021-02-01 10:51:01 +01:00
README.vty-tests update git URLs (git -> https; gitea) 2022-06-20 10:41:12 +00:00
TODO-RELEASE Bump version: 0.4.1.4-a1a17 → 0.5.0 2024-07-25 09:25:29 +02:00
configure.ac Bump version: 0.4.1.4-a1a17 → 0.5.0 2024-07-25 09:25:29 +02:00
git-version-gen git-version-gen: Don't check for .git directory 2018-07-25 07:03:14 +00:00
osmoappdesc.py Further clean-up in osmo-sgsn -> osmo-gbproxy migration 2021-02-01 10:39:41 +01:00

README.md

About osmo-gbproxy

osmo-gbproxy is a proxy for the Gb interface within the 3GPP GERAN (GPRS/EDGE RAN) architecture. It is part of the Osmocom Open Source Mobile Communications projects.

It allows you to aggregate many Gb links/connections into one. It also has the ability to convert between different Gb interface protocol stacking, such as from Gb-over-FrameRelay to Gb-over-IP.

Until 2021 it used to be part of the osmo-sgsn git repository, and before that (until 2017) part of openbsc.git

Homepage and Issue Tracker

Find the issue tracker and wiki online at https://osmocom.org/projects/osmo-gbproxy and https://osmocom.org/projects/osmo-gbproxy/wiki, respectively.

Documentation

You can find the user manual at https://ftp.osmocom.org/docs/latest/osmogbproxy-usermanual.pdf and the VTY reference manual at https://ftp.osmocom.org/docs/latest/osmogbproxy-vty-reference.pdf.