Omocom GPRS Gb interface aggregation/conversion proxy (between PCU/BSS and SGSN) https://osmocom.org/projects/osmo-gbproxy
Go to file
Vadim Yanitskiy 492468d772 configure.ac: do not require unused dlsym/dlopen
Change-Id: Ib1a208c40ba9c3667980e5c404087e801a4eaaf1
2022-08-16 23:46:29 +07:00
contrib Bump version: 0.2.0.12-3cc7-dirty → 0.3.0 2022-06-29 11:54:09 +02:00
debian Bump version: 0.2.0.12-3cc7-dirty → 0.3.0 2022-06-29 11:54:09 +02:00
doc docs: usermanual: add new chapter gb-ns2-maintenance 2022-04-04 12:20:35 +00: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 gbproxy: Ensure PtP-BVCs are reset when we reset the SGSN SIG-BVC 2022-03-30 16:40:29 +02:00
tests examples/manuals: Improve/update ns-related documentation 2021-04-22 18:18:35 +02: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 Further clean-up in osmo-sgsn -> osmo-gbproxy migration 2021-02-01 10:39:41 +01: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.2.0.12-3cc7-dirty → 0.3.0 2022-06-29 11:54:09 +02:00
configure.ac configure.ac: do not require unused dlsym/dlopen 2022-08-16 23:46:29 +07: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.