osmith submitted this change.
hlr: pyhss: add ussd configuration
Configure the same strings for returning MSISDN and IMSI as in OsmoHLR,
because this is what the tests expect.
Related: https://github.com/nickvsnetworking/pyhss/pull/302
Change-Id: I7d2f62e6c034e3fd3c5dce048ccb297f4dea7825
---
M hlr/pyhss/config.yaml
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/hlr/pyhss/config.yaml b/hlr/pyhss/config.yaml
index 61b819e..61a793c 100644
--- a/hlr/pyhss/config.yaml
+++ b/hlr/pyhss/config.yaml
@@ -75,6 +75,12 @@
gsup:
bind_ip: "127.0.0.1"
bind_port: 4222
+ ussd:
+ codes:
+ - code: "*#100#"
+ msg: "Your extension is %msisdn%"
+ - code: "*#101#"
+ msg: "Your IMSI is %imsi%"
api:
page_size: 200
To view, visit change 43146. To unsubscribe, or for help writing mail filters, visit settings.