Omocom GPRS Gb interface aggregation/conversion proxy (between PCU/BSS and SGSN) https://osmocom.org/projects/osmo-gbproxy
Go to file
Pau Espin a47d02eee9 gbproxy: Replace '.' in counter names with ':'
The '.' is illegal character in counter names, as they are exported
via CTRL interface, where '.' has a special meaning that cannot be
used by strings comprising the variable name.

Change-Id: I93a2e5b6ec66c9edb6e93d95032e788f552af44b
2018-07-24 12:41:33 +02:00
contrib Drop all references of unused MGCP 2018-06-20 23:56:38 +02:00
debian Drop unused common_vty.c 2018-06-21 00:05:22 +02:00
doc examples: Enable by default echo req towards active GGSNs 2018-07-13 11:51:52 +02:00
include/osmocom/sgsn gb_proxy: Add ctrl interface and nsvc-state, gbproxy-state commands 2018-06-15 07:33:46 +00:00
m4 move openbsc/* to repos root 2017-08-27 17:40:52 +02:00
tests finish gbproxy_parse_bssgp_unitdata test 2018-06-23 16:51:30 +02:00
.gitignore .gitignore: Add m4 files 2018-02-13 22:22:00 +01:00
.gitreview .gitreview: update repo url to new location 2017-08-08 17:28:24 +02: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 Remove unneeded .py scripts 2017-12-19 18:21:13 +01:00
README rewrite README 2017-09-06 16:47:47 +02:00
README.vty-tests Remove obsolete ./configure option 2017-12-28 13:00:51 +01:00
configure.ac Bump version: 1.2.0.58-85ca87-dirty → 1.3.0 2018-05-03 19:01:44 +02:00
git-version-gen git-version-gen: look for .git in ./, not ../ 2017-08-27 17:40:52 +02:00
osmo-sgsn.pc.in move openbsc.pc to osmo-sgsn.pc 2017-09-06 16:47:47 +02:00
osmoappdesc.py split off osmo-sgsn: remove files, apply build 2017-08-30 14:14:58 +02:00

README

About OsmoSGSN
==============

OsmoSGSN originated from the OpenBSC project, as a separate program within
openbsc.git. In 2017, OpenBSC was split in separate repositories, and hence
OsmoSGSN was given its own separate git repository.

OsmoSGSN exposes
- GSUP towards OsmoHLR (or a MAP proxy);
- GTP towards a GGSN (e.g. OsmoGGSN);
- Gb towards a BSS (e.g. OsmoPCU);
- IuPS towards an RNC or HNB-GW (e.g. OsmoHNBGW) for 3G data;
- The Osmocom typical telnet VTY and CTRL interfaces.

Find OsmoSGSN issue tracker and wiki online at
https://osmocom.org/projects/osmosgsn
https://osmocom.org/projects/osmosgsn/wiki