Omocom GPRS Gb interface aggregation/conversion proxy (between PCU/BSS and SGSN) https://osmocom.org/projects/osmo-gbproxy
Go to file
Pau Espin 266b61abc6 tests: Fix selection of python version
According to documentation (and personal experience), AM_PATH_PYTHON
selects the highest version of python, no matter if major version is
different, which means if both python2 and 3 are available, 3 will be
chosen an PYTHON will point to "/.../python" which is python3. Apparently,
the macro cannot be easily used to pick highest python2 version.

As {vty,ctrl}_test_runner.py require python2 and are incompatible with
python3, let's instead rely on the system having a "python2" binary
available, which is the case in most distros.

Change-Id: If8e57924ed2c8da7ab7692f58a4bb5c5a970484f
2017-11-28 20:08:19 +01:00
contrib jenkins: use osmo-clean-workspace.sh before and after build 2017-10-28 15:08:01 +00:00
debian debian: remove doublicated project name in example files 2017-11-15 23:32:02 +01:00
doc drop files unrelated to osmo-sgsn 2017-09-06 16:47:47 +02:00
include/osmocom/sgsn move include/openbsc to include/osmocom/sgsn 2017-09-06 16:47:47 +02:00
m4 move openbsc/* to repos root 2017-08-27 17:40:52 +02:00
tests tests: Fix selection of python version 2017-11-28 20:08:19 +01:00
.gitignore .gitignore: remove unneeded ignores of bsc/msc/nitb files 2017-11-15 22:02:20 +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 move openbsc.pc to osmo-sgsn.pc 2017-09-06 16:47:47 +02:00
README rewrite README 2017-09-06 16:47:47 +02:00
README.vty-tests move openbsc/* to repos root 2017-08-27 17:40:52 +02:00
configure.ac tests: Fix selection of python version 2017-11-28 20:08:19 +01: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