Pau Espin Pedrol has uploaded this change for review. (
https://gerrit.osmocom.org/10438
Change subject: osmo-hlr.cfg.tmpl: Add ussd routing prefix for *#100#
......................................................................
osmo-hlr.cfg.tmpl: Add ussd routing prefix for *#100#
Since osmo-hlr.git I1d09fab810a6bb9ab02904de72dbc9e8a414f9f9, USSD
processing has been moved to osmo-ghlr and prfix routing needs to be
configured, otherwise USSD requested are answered back to the MS with an
error "ss-NotAvailable (18)".
Change-Id: I5f75eff0df2d20d7f9b39e69184cffb0e635713d
---
M src/osmo_gsm_tester/templates/osmo-hlr.cfg.tmpl
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester
refs/changes/38/10438/1
diff --git a/src/osmo_gsm_tester/templates/osmo-hlr.cfg.tmpl
b/src/osmo_gsm_tester/templates/osmo-hlr.cfg.tmpl
index ccb8224..014efd3 100644
--- a/src/osmo_gsm_tester/templates/osmo-hlr.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-hlr.cfg.tmpl
@@ -13,3 +13,4 @@
hlr
gsup
bind ip ${hlr.ip_address.addr}
+ ussd route prefix *#100# internal own-msisdn
--
To view, visit https://gerrit.osmocom.org/10438
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5f75eff0df2d20d7f9b39e69184cffb0e635713d
Gerrit-Change-Number: 10438
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>