osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/43146?usp=email )
Change subject: hlr: pyhss: add ussd configuration ......................................................................
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(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved pespin: Looks good to me, but someone else must approve
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