aboutsummaryrefslogtreecommitdiffstats
path: root/src/hlr_ussd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hlr_ussd.c')
-rw-r--r--src/hlr_ussd.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hlr_ussd.c b/src/hlr_ussd.c
index 4ec9825..c96f47c 100644
--- a/src/hlr_ussd.c
+++ b/src/hlr_ussd.c
@@ -507,6 +507,11 @@ int rx_proc_ss_req(struct osmo_gsup_conn *conn, const struct osmo_gsup_message *
ss->is_external = false;
ss->u.iuse = rt->u.iuse;
}
+ } else {
+ if (hlr->euse_default) {
+ ss->is_external = true;
+ ss->u.euse = hlr->euse_default;
+ }
}
}
/* dispatch unstructured SS to routing */