Osmocom Serving GPRS Support Node for 2G(GPRS) and 3G(UMTS) https://osmocom.org/projects/osmosgsn
Go to file
Alexander Couzens dd930a25ad gtphub: rename sgsn's oww osmo_sockaddr into sgsn_sockaddr
The osmo_ prefix should be only used for official struct/apis of libosmocore.
This commit was done via `sed -i 's/osmo_sockaddr/sgsn_sockaddr/g'`.

In prepartion of introducing a different api of osmo_sockaddr to
libosmocore.

Change-Id: Ibb1ddce9ff1ffe7494de5cdb8ea1843c45fe4566
2020-07-18 21:43:49 +00:00
contrib *.spec.in: Use %config(noreplace) to retain current config file 2020-06-22 15:20:33 +02:00
debian Bump version: 1.5.0.91-5997-dirty → 1.6.0 2020-01-03 19:17:56 +01:00
doc manual: explain IuPS, add SCCP/M3UA section from common chapters 2020-03-23 20:06:12 +01:00
include gtphub: rename sgsn's oww osmo_sockaddr into sgsn_sockaddr 2020-07-18 21:43:49 +00:00
m4 move openbsc/* to repos root 2017-08-27 17:40:52 +02:00
src gtphub: rename sgsn's oww osmo_sockaddr into sgsn_sockaddr 2020-07-18 21:43:49 +00:00
tests gtphub: rename sgsn's oww osmo_sockaddr into sgsn_sockaddr 2020-07-18 21:43:49 +00:00
.gitignore contrib: integrate RPM spec 2020-05-19 16:49:33 +02: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 Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in 2020-05-22 13:45:48 +02: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
TODO-RELEASE use new osmo_mobile_identity API everywhere 2020-06-18 11:23:35 +00:00
configure.ac contrib: integrate RPM spec 2020-05-19 16:49:33 +02:00
git-version-gen git-version-gen: Don't check for .git directory 2018-07-25 07:03:14 +00:00
osmoappdesc.py osmoappdesc.py, tests: switch to python 3 2019-12-11 09:41:27 +01: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