aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2018-11-27build manuals moved here from osmo-gsm-manuals.gitOliver Smith1-0/+11
Moved to doc/manuals/, with full commit history, in preceding merge commit. Now incorporate in the build system. Build with: $ autoreconf -fi $ ./configure --enable-manuals $ make Shared files from osmo-gsm-manuals.git are found automatically if - the repository is checked out in ../osmo-gsm-manuals; or - if it osmo-gsm-manuals was installed with "make install"; or - OSMO_GSM_MANUALS_DIR is set. Related: OS#3385 Change-Id: I14533676d5774ee0d0ee5054ba77d7dac32cff43
2017-10-13update .gitignoreHarald Welte1-12/+30
Change-Id: I030bd616dd27d49e55b5bdcc7c0b4fa3eb523da4
2017-10-13Add ippool unit-test for 'make check' runsHarald Welte1-0/+6
This test creates a variety of v4 (and one v6) pool and performs allocations until the pool is full, then frees a random number of randomly distributed addresses, re-allocates them and again checks that they're all available and finally once the pool is full allocations fail. Change-Id: Ibf4588e8f3ae71684e5262c0caaa2689aee73a94
2017-09-06Rename OpenGGSN to OsmoGGSNHarald Welte1-3/+3
Osmocom has maintained this program since about 7 years now, while the original author / copyright holder has completely disappeared. With the introduction of Osmocom-style CTRL and VTY interfaces, the way how the program is used and configured has substantially changed. In order to avoid confusion in terms of configuration file format etc, let's rename it to OsmoGGSN. Change-Id: I2da30f7d4828e185bfac1a4e2d8414b01cbe4f9d
2015-11-02gitignore: add 'compile' (from autoconf)Neels Hofmeyr1-0/+1
2012-10-27Fix dpkg-buildpackage build for OpenGGSNMax Suraev1-0/+14
Attached is a trivial patch to make "dpkg-buildpackage -rfakeroot -uc -us" work out of the box. Tested on ubuntu 12.04 x86_64 but should work on any debian-based distro.
2010-05-04add compiler-generated output to .gitignoreHarald Welte1-0/+16
2010-05-04remove config.h.in and ltmain.sh as it is autogenerated, tooHarald Welte1-1/+2
2010-05-04add .gitignore file for autoconf-generated stuffHarald Welte1-0/+15