ulibgsmmap
Find a file
2025-12-09 12:02:20 +01:00
.github sponsoring 2022-12-17 09:25:11 +01:00
doc Merge remote-tracking branch 'refs/remotes/origin/master' 2021-01-26 16:49:43 +01:00
supporting-files version 2020-11-14 22:11:01 +01:00
ulibgsmmap fix ton/npi 2025-12-09 12:02:20 +01:00
ulibgsmmap.xcodeproj version_and_xcode_cleanups 2025-12-01 10:46:57 +01:00
ulibgsmmapTests updated MAP with additional fields 2018-07-09 23:05:08 +02:00
.gitignore wip 2024-05-22 11:10:18 +00:00
aclocal.m4 initial checkin 2016-10-28 08:54:49 +02:00
codesign_environment.sh initial checkin 2016-10-28 08:54:49 +02:00
config.guess wip 2024-05-21 14:01:22 +00:00
config.sub wip 2024-05-21 14:01:22 +00:00
configure wip 2024-05-21 14:01:22 +00:00
configure.ac wip 2024-05-22 10:26:37 +00:00
install.sh initial checkin 2016-10-28 08:54:49 +02:00
LICENSE initial commit 2016-10-28 14:22:58 +02:00
make_buildnr.sh.in buildnr 2021-08-16 15:02:45 +02:00
make_pkg.sh osx packaging improvement 2017-05-08 19:04:09 +02:00
Makefile.freebsd.in freebsd port 2021-08-17 11:11:30 +00:00
Makefile.linux.in freebsd port 2021-08-17 11:11:30 +00:00
Makefile.osx.in osx packaging improvement 2017-05-08 19:04:09 +02:00
README.md initial commit 2016-10-28 10:58:34 +02:00
RELEASE-NOTES.txt version 1.6.2 2022-02-06 11:26:35 +01:00
ulibgsmmap.pc.in lock to specific library version to be able to run multiple releases properly 2017-06-10 12:15:26 +02:00
VERSION version_and_xcode_cleanups 2025-12-01 10:46:57 +01:00

#ulibgsmmap

The Universal Libary: GSM MAP

ulib is a collection of generic useful Objective-C classes which can be used on macOS, iOS, tvOS, watchOS, Linux and probably many other Unixes. It builds on top of Foundation under Apple operating systems and GnuStep's base under Linux. It also used to work with Cocotron in the past.

ulibgsmmap implements the GSM Mobile Application Part layer of SS7 according to ITU-T Q.700 series. It's the layer6 of the ulib based universal SS7 stack

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)
  • cnam-server a application implementing a SS7 API Server for all kinds of lookups. (commercial)