aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2019-12-11gitignore: add various generated doc filesOliver Smith1-0/+3
Change-Id: I14eac5a1e7bc5ff202fc57d76c1b84d4e0050ca8
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: Ib5a22c2ea81fdde036bf9efb47d785a830b88c93
2018-06-14rename m3ua_example to sccp_demo_userStefan Sperling1-1/+1
The new name allows for more natural naming of variables in TTCN3 code when this program is used as a TTCN3 test component. Consider e.g. "SCCP_DEMO_USER_VTY" vs. "M3UA_EXAMPLE_VTY". Change-Id: I92b5e16e765a1ac36371a16933389903628f8dfe Related: OS#2666
2017-10-18Add doxygen docsMax1-0/+1
Make sure doxygen generates library documentation by default (can be disabled at compile time). Change-Id: I2bf7438bcdde19dc88b9bc14c8ad9c8f49099f8a Related: OS#2572
2017-04-13Add osmo-stp executable as new "Osmocom Signaling Transfer Point"Harald Welte1-0/+2
osmo-stp is able to define multiple M3UA and/or SUA application servers (AS) as well as application server processes (ASPs). Clients can then connect via M3UA or SUA, perform the respective ASPSM / ASPTM state changes and finally exchange MTP signaling such as ISUP or SCCP on top of it. Routing is currently only based on point codes (PC). Routing table is fully configurable with Destination PC and mask. Shortcomings: * xUA: only "override" traffic mode supported, no load-balance or broadcast * xUA: no SNM supported, i.e. DAVA/DUNA/... messages are neither parsed nor generated * SCCP: no Global Title based Routing (GTR) yet * SCCP: no Global Title Translation (GTT) yet * no M2PA / M2UA sigtran dialects * no classic CS7 based signaling links(E1/T1 TDM) Change-Id: If32227b8d3127c6178e4ee45527ce65f69bc7b1e
2017-04-10Add example program how to use M3UA+SCCP client and serverHarald Welte1-0/+1
This is an example tool that can be run either as server (SG) or as client (ASP) with a SCCP+M3UA stacking, and communicate via connectionless and connection-oriented primitives over it Change-Id: Id698ce2da5726e304dfa1773b794671dc80d853c
2017-04-10gitignore: use one wildcard line for all test executablesHarald Welte1-8/+1
Change-Id: I53ce43fa8e09646dec56c6cc32b09c4618e9b5a5
2017-04-10gitignore: add 'tags' files as created by 'make ctags'Harald Welte1-0/+2
Change-Id: I9e4ec0e07b996092a1f4e6a01911dc0041111498
2016-05-23Ignore more build/libtool productsArran Cudbard-Bell1-0/+9
Change-Id: I7b0825112afcb630f40b2d2670952e0beea0a436 Reviewed-on: https://gerrit.osmocom.org/72 Tested-by: Jenkins Builder Reviewed-by: Holger Freyther <holger@freyther.de>
2015-06-19gitignore: Add 'compile'Andreas Rottmann1-0/+1
This file is dropped into the top-level source directory by "autoreconf -i".
2011-11-20tests: Run the existing tests with GNU AutotestHolger Hans Peter Freyther1-0/+6
SCCP: Use DST/SRC Ref instead of the pointer value to create stable releases.
2011-05-24libosmo-sccp: update .gitignoreAlexander Huemer1-0/+2
2010-07-30sccp: Ignore certain files.Holger Hans Peter Freyther1-0/+3
2010-06-20add more executables to .gitignoreHarald Welte1-0/+3
2010-03-23automatically include program version and print it from vty and --versionHarald Welte1-0/+3
2010-01-03update .gitignoreSylvain Munaut1-0/+6
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2009-08-20[misc] Create a gitignore to ignore filesHolger Hans Peter Freyther1-0/+39
Make git status more useful. Ignore autoconf files, compiled artefacts, executables and test programs.