Omocom GPRS Gb interface aggregation/conversion proxy (between PCU/BSS and SGSN) https://osmocom.org/projects/osmo-gbproxy
Go to file
Max 81816139fd Set working directory in systemd service file
By default systemd will execute service with root directory (or home directory for user instance) which might result in
attempts to create files in unexpected place. Let's set it to 'osmocom' subdir of state directory (/var/lib for system instance) instead.

Related: OS#4821
Change-Id: I5117ab8d7b8542a161f69a9784a9667bda599473
2022-08-30 20:05:35 +07:00
contrib Set working directory in systemd service file 2022-08-30 20:05:35 +07: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.