openggsn | Gateway GPRS Support Node
kandi X-RAY | openggsn Summary
kandi X-RAY | openggsn Summary
openggsn is a C library. openggsn has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
OpenGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile operators as the interface between the Internet and the rest of the mobile network infrastructure. The project also developed an SGSN emulator suitable GPRS core network testing.
OpenGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile operators as the interface between the Internet and the rest of the mobile network infrastructure. The project also developed an SGSN emulator suitable GPRS core network testing.
Support
Quality
Security
License
Reuse
Support
openggsn has a low active ecosystem.
It has 14 star(s) with 10 fork(s). There are 5 watchers for this library.
It had no major release in the last 6 months.
There are 3 open issues and 1 have been closed. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of openggsn is current.
Quality
openggsn has 0 bugs and 0 code smells.
Security
openggsn has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
openggsn code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
openggsn is licensed under the GPL-2.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
openggsn releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
It has 919 lines of code, 0 functions and 1 files.
It has low code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of openggsn
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of openggsn
openggsn Key Features
No Key Features are available at this moment for openggsn.
openggsn Examples and Code Snippets
No Code Snippets are available at this moment for openggsn.
Community Discussions
No Community Discussions are available at this moment for openggsn.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install openggsn
This will install binaries, man pages, configuration files as well as a Sys V init script for the ggsn.
You need to be root in order to install the package, but not in order to compile.
./configure
make
make install
You do not need to perform this step if you are only going to compile the package:. The above will initialise the project to the current version of autotools (As installed in RedHat 8.0). See http://sources.redhat.com/autobook/autobook/autobook_25.html#SEC25 for details on autotools.
Get version from somewhere: Script to extract version from configure.in
Copy the latest config.guess and config.sub from ftp://ftp.gnu.org/gnu/config
Run autoscan and copy configure.scan to configure.in
Add/edit the following lines in configure.in: AC_INIT(openggsn, 0.70, jj@openggsn.org) AC_CONFIG_SRCDIR([gtp/gtp.c]) AM_CONFIG_HEADER([config.h]) AC_PROG_LIBTOOL AM_PROG_LIBTOOL AM_INIT_AUTOMAKE()
libtoolize --automake --copy (ads copy of ltmain.sh)
aclocal
autoheader
automake --add-missing --copy (Ads copy of mkinstalldirs missing, install-sh, depcomp)
automake
autoconf
If compiling under Solaris you need to edit the following line in ggsn/Makefile.in and sgsnemu/Makefile.in:. LDFLAGS = -Wl,--rpath -Wl,/usr/local/lib @EXEC_LDFLAGS@.
./configure
make clean
cd gtp
make
make install (as root)
cd .. (Step 3 to 6 you only need to run the first time to install libgtp)
make
make install (as root)
Add /usr/local/lib to /etc/ld.so.conf
run ldconfig
txt2html -pm -tf README > README.html
txt2html -pm -tf NEWS > NEWS.html
txt2html -pm -tf ChangeLog > ChangeLog.html
man2htm ggsn.8 > ggsn.html
man2htm sgsnemu.8 > sgsnemu.html
This will install binaries, man pages, configuration files as well as a Sys V init script for the ggsn.
rpm -i openggsn-<version>.rpm
You need to be root in order to install the package, but not in order to compile.
./configure
make
make install
You do not need to perform this step if you are only going to compile the package:. The above will initialise the project to the current version of autotools (As installed in RedHat 8.0). See http://sources.redhat.com/autobook/autobook/autobook_25.html#SEC25 for details on autotools.
Get version from somewhere: Script to extract version from configure.in
Copy the latest config.guess and config.sub from ftp://ftp.gnu.org/gnu/config
Run autoscan and copy configure.scan to configure.in
Add/edit the following lines in configure.in: AC_INIT(openggsn, 0.70, jj@openggsn.org) AC_CONFIG_SRCDIR([gtp/gtp.c]) AM_CONFIG_HEADER([config.h]) AC_PROG_LIBTOOL AM_PROG_LIBTOOL AM_INIT_AUTOMAKE()
libtoolize --automake --copy (ads copy of ltmain.sh)
aclocal
autoheader
automake --add-missing --copy (Ads copy of mkinstalldirs missing, install-sh, depcomp)
automake
autoconf
If compiling under Solaris you need to edit the following line in ggsn/Makefile.in and sgsnemu/Makefile.in:. LDFLAGS = -Wl,--rpath -Wl,/usr/local/lib @EXEC_LDFLAGS@.
./configure
make clean
cd gtp
make
make install (as root)
cd .. (Step 3 to 6 you only need to run the first time to install libgtp)
make
make install (as root)
Add /usr/local/lib to /etc/ld.so.conf
run ldconfig
txt2html -pm -tf README > README.html
txt2html -pm -tf NEWS > NEWS.html
txt2html -pm -tf ChangeLog > ChangeLog.html
man2htm ggsn.8 > ggsn.html
man2htm sgsnemu.8 > sgsnemu.html
This will install binaries, man pages, configuration files as well as a Sys V init script for the ggsn.
rpm -i openggsn-<version>.rpm
Support
If you have any questions drop me a line at jj@openggsn.org.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page