aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
diff options
context:
space:
mode:
authorPiotr Krysik <pkrysik@elka.pw.edu.pl>2019-08-22 11:18:15 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2019-12-23 18:05:21 +0100
commit6e24a483a92ea8b35448cdc5f0d238ae9be0c8c1 (patch)
tree190d987f99eddaaa7dfe5c4879ec870ad485006e /doc/examples
parent4dd28f4150c5260fb0e3aca537f304c9c36b39ed (diff)
Enabling/disabling 4G RAN for given subscriberneels/36c3
The change adds support for enabling and disabling connection through 4G RAN by a subscriber with use of USSD codes. Change-Id: Idf964d9c770a0a1cb5c486eb2a7592d6bf44171c
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/osmo-hlr.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/osmo-hlr.cfg b/doc/examples/osmo-hlr.cfg
index dc683d9..dee200b 100644
--- a/doc/examples/osmo-hlr.cfg
+++ b/doc/examples/osmo-hlr.cfg
@@ -29,3 +29,5 @@ hlr
ussd route prefix *#201# internal gsm-on
ussd route prefix *#300# internal umts-off
ussd route prefix *#301# internal umts-on
+ ussd route prefix *#400# internal lte-off
+ ussd route prefix *#401# internal lte-on