ulibss7config
Find a file
2025-08-04 22:01:46 +02:00
.github sponsoring 2022-12-17 09:25:44 +01:00
diameter-web-gen modularisation changes 2024-04-05 01:34:35 +02:00
doc Merge branch 'master' into amd 2020-02-26 08:28:31 +01:00
trace-test combined traces 2025-08-04 00:11:04 +02:00
ulibss7config Merge remote-tracking branch 'origin/release-2.1' 2025-08-04 22:01:46 +02:00
ulibss7config.xcodeproj Merge remote-tracking branch 'origin/release-2.1' 2025-08-04 22:01:46 +02:00
ulibss7configTests wip 2025-05-01 10:50:07 +02:00
umss7config-db Merge remote-tracking branch 'origin/release-2.1' 2025-08-04 22:01:46 +02:00
.gitignore wip 2024-05-22 11:02:00 +00:00
aclocal.m4 new files 2018-04-06 10:29:26 +03:00
codesign_environment.sh new files 2018-04-06 10:29:26 +03:00
config.guess wip 2024-05-21 14:01:56 +00:00
config.sub wip 2024-05-21 14:01:56 +00:00
configure wip 2023-11-24 15:09:24 +01:00
configure.ac wip 2024-05-22 10:27:52 +00:00
install.sh new files 2018-04-06 10:29:26 +03:00
make_buildnr.sh.in buildnr. 2021-08-16 15:03:25 +02:00
make_pkg.sh new files 2018-04-06 10:29:26 +03:00
make_version add version.h 2019-07-09 23:45:28 +02:00
Makefile.freebsd.in freebsd 2019-02-12 08:47:15 +01:00
Makefile.linux.in include order 2025-01-09 10:29:21 +01:00
Makefile.osx.in fix build under OSX 2024-05-26 11:27:19 +02:00
README.md wip 2025-01-16 01:15:18 +01:00
RELEASE-NOTES.txt version 1.6.2 2022-02-06 11:27:01 +01:00
ulibss7config.pc.in fix dependencies 2019-07-19 10:52:39 +02:00
ulibss7config_config.h wip 2020-06-08 13:22:42 +02:00
VERSION version 2025-04-21 23:13:57 +02:00

#ulibss7config

The Universal Libary: SS7 configuration

ulibss7config is a library to hold configuration data for SS7 protocol stacks

it reads textual configurtations into a tree of objects which then can be applied to a application stack running the ss7 layers

Related

ulib is the base class of a family of libraries and applications .It gets used and extended by

  • ulibdb a libary to query MySQL Postgres and Redis databases in the same way.
  • ulibasn1 a library to make it easier to deal with ASN.1 encoded objects.
  • ulibsmpp a library to deal with the SMPP protocol
  • ulibsctp a library to extend ulib with SCTP specific sockets
  • ulibm2pa a library implementing the SS7 MTP2 protocol
  • ulibmtp3 a library implementing the SS7 MTP3 protocol
  • ulibm3ua a library implementing the SS7 M3UA protocol
  • ulibsccp a library implementing the SS7 SCCP protocol
  • ulibgt a library implementing SS7 SCCP Global Title handling
  • ulibtcap a library implementing the SS7 TCAP protocol
  • ulibgsmmap a library implementing the SS7 GSM-MAP protocol
  • ulibsms a library implementing SMS encoding/decoding functions
  • ulibdns a library doing DNS functionality
  • schrittmacherclient a library for applications to implement a hot/standby mechanism
  • schrittmacher a system daemon dealing with applications in a hot/standby setup, making sure there is always one system hot and one is standby.
  • ulibcnam a library to deal with CNAM lookups (Number to name translation)
  • messagemover a application implementing a SS7 GSM-SMSC (commercial)
  • smsproxy a application implementing a HLR and MSC for receiving SMS on SS7 (commercial)
  • gsmapi-server a application implementing a SS7 API Server for all kinds of lookups. (commercial)