osmith submitted this change.

View Change

Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved pespin: Looks good to me, but someone else must approve
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.

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I7d2f62e6c034e3fd3c5dce048ccb297f4dea7825
Gerrit-Change-Number: 43146
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>