Osmocom HLR for GSUP protocol towards OsmoSGSN and OsmoMSC https://osmocom.org/projects/osmo-hlr
Go to file
Vadim Yanitskiy 6a6c7f87ca USSD: fix handle_ussd(): do not free() unconditionally
An internal handler may want to continue session, e.g. to request
more information from the MS.  Let's make the handlers responsible
for session state management, and check that state before calling
ss_session_free(), so a session can remain alive.

Before this patch ss->state was not set/used at all...

Change-Id: I49262e7fe26f29dedbf126087cfb8f3bb3c548dc
2020-11-17 18:47:58 +07:00
contrib contrib/jenkins: Enable parallel make in make distcheck 2020-10-12 19:29:36 +02:00
debian Support setting rt-prio and cpu-affinity mask through VTY 2020-08-18 13:25:34 +02:00
doc doc/manuals: re-organize description of internal USSD handlers 2020-11-17 18:47:58 +07:00
include D-GSM 3/n: implement roaming by mslookup in osmo-hlr 2020-04-30 19:22:24 +02:00
sql db v5: prep for D-GSM: add vlr_via_proxy and sgsn_via_proxy 2020-04-30 19:22:24 +02:00
src USSD: fix handle_ussd(): do not free() unconditionally 2020-11-17 18:47:58 +07:00
tests Support setting rt-prio and cpu-affinity mask through VTY 2020-08-18 13:25:34 +02:00
.gitignore contrib: integrate RPM spec 2020-05-19 17:08:28 +02: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 Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in 2020-05-22 13:40:09 +02:00
TODO-RELEASE Support setting rt-prio and cpu-affinity mask through VTY 2020-08-18 13:25:34 +02:00
configure.ac Support setting rt-prio and cpu-affinity mask through VTY 2020-08-18 13:25:34 +02:00
git-version-gen build with autoconf/automake, add jenkins.sh script 2016-12-11 01:07:26 +01:00
libosmo-gsup-client.pc.in pkg-config: Fix libosmo-gsup-client pkg-config file 2018-07-31 19:37:45 +02:00
libosmo-mslookup.pc.in add libosmo-mslookup abstract client 2020-01-10 16:07:40 +00:00