Osmocom HLR for GSUP protocol towards OsmoSGSN and OsmoMSC https://osmocom.org/projects/osmo-hlr
Go to file
Harald Welte e6f695e0e6 SS/USSD: implement basic USSE routing configuration for VTY
This change introduces basic Unstructured Supplementary Services
processing Entity (USSE) configuration for VTY by analogy with
ESME and SMPP.

The configuration is done by allocating USSE nodes, so each one
is bound to a particular GSUP-connection, and represents a single
processing entity. Then, one or more USSD-code matching patterns
(e.g. code, prefix, regexp) can be assigned to a particular USSE
node, so all matched USSD-requests will be handled by this node.

Among all other USSE nodes, which are basically External USSEs,
there is a special one called IUSSE - internal USSD handler.
It can be optionally configured to handle and answer simple
requests, like *#100#.

Also, it's possible to set the default USSE, which will handle
all USSD-requests unmatched by other USSEs. Otherwise,
unmatched requests are being rejected.

Change-Id: I3cfd7cd401ea32b7e92f1124d129099d9f7dc6e6
2018-07-29 23:17:59 +07:00
contrib jenkins.sh: use --enable-werror configure flag, not CFLAGS 2018-03-05 20:54:54 +01:00
debian sql/Makefile: Create empty /var/lib/osmocom directory at install time 2018-07-02 17:47:24 +02:00
doc doc: install example .cfg files to $(docdir)/examples/ 2017-11-17 14:27:40 +00:00
sql sql/Makefile: Create empty /var/lib/osmocom directory at install time 2018-07-02 17:47:24 +02:00
src SS/USSD: implement basic USSE routing configuration for VTY 2018-07-29 23:17:59 +07:00
tests SS/USSD: implement basic USSE routing configuration for VTY 2018-07-29 23:17:59 +07:00
.gitignore Add missing build products in .gitignore 2018-01-29 09:29:18 +01:00
.gitreview Add gerrit settings 2016-12-21 10:35:38 +01:00
COPYING add COPYING file with AGPLv3 license text 2016-11-11 10:17:06 +01:00
Makefile.am doc: install example .cfg files to $(docdir)/examples/ 2017-11-17 14:27:40 +00:00
configure.ac add gsup_test to catch OS#3231 2018-05-04 16:12:19 +02:00
git-version-gen build with autoconf/automake, add jenkins.sh script 2016-12-11 01:07:26 +01:00