blob: 2be96171cee9d4f50ee266b2b1b5848b60a6180a [file] [log] [blame]
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +02001OsmoHLR> list
2 show version
3 show online-help
4 list
5 exit
6 help
7 enable
8 terminal length <0-512>
9 terminal no length
10 who
11 show history
12 logging enable
13...
14 show logging vty
15 show alarms
Harald Welte7ee6e552018-02-14 00:52:05 +010016 show talloc-context (application|all) (full|brief|DEPTH)
17 show talloc-context (application|all) (full|brief|DEPTH) tree ADDRESS
18 show talloc-context (application|all) (full|brief|DEPTH) filter REGEXP
Max20ddfdb2019-02-18 13:12:27 +010019 show stats
20 show stats level (global|peer|subscriber)
21 show asciidoc counters
22 show rate-counters
Harald Weltefa7ee332018-06-24 13:20:32 +020023 show gsup-connections
Oliver Smith02078b72019-01-11 15:41:29 +010024 subscriber (imsi|msisdn|id|imei) IDENT show
25 show subscriber (imsi|msisdn|id|imei) IDENT
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020026
27OsmoHLR> enable
28OsmoHLR# list
29 help
Oliver Smith2b0bf312019-10-08 11:06:09 +020030...
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020031 exit
32 disable
33 configure terminal
34 copy running-config startup-config
35 show startup-config
36 show version
37 show online-help
38 terminal length <0-512>
39 terminal no length
40 who
41 show history
42 terminal monitor
43 terminal no monitor
44 logging enable
45...
46
47OsmoHLR# configure terminal
48OsmoHLR(config)# list
49 help
Oliver Smith2b0bf312019-10-08 11:06:09 +020050...
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020051 exit
52 end
53...
54 hlr
55
56OsmoHLR(config)# hlr
57OsmoHLR(config-hlr)# list
58 help
Oliver Smith2b0bf312019-10-08 11:06:09 +020059...
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020060 exit
61 end
62 gsup
Neels Hofmeyr5857c592019-04-02 04:24:49 +020063 database PATH
Harald Welte4956ae12018-06-15 22:04:28 +020064 euse NAME
65 no euse NAME
Harald Weltedab544e2018-07-29 16:14:48 +020066 ussd route prefix PREFIX internal (own-msisdn|own-imsi)
67 ussd route prefix PREFIX external EUSE
68 no ussd route prefix PREFIX
69 ussd default-route external EUSE
70 no ussd default-route
Vadim Yanitskiyd157a562018-12-01 00:03:39 +070071 ncss-guard-timeout <0-255>
Oliver Smith851814a2019-01-11 15:30:21 +010072 store-imei
73 no store-imei
Oliver Smithc7f17872019-03-04 15:10:44 +010074 subscriber-create-on-demand (no-msisdn|<3-15>) (none|cs|ps|cs+ps)
75 no subscriber-create-on-demand
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020076
77OsmoHLR(config-hlr)# gsup
78OsmoHLR(config-hlr-gsup)# list
79 help
Oliver Smith2b0bf312019-10-08 11:06:09 +020080...
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020081 exit
82 end
83 bind ip A.B.C.D
84
85OsmoHLR(config-hlr-gsup)# exit
86OsmoHLR(config-hlr)# exit
87OsmoHLR(config)# exit
88OsmoHLR# configure terminal
89OsmoHLR(config)# hlr
Oliver Smith851814a2019-01-11 15:30:21 +010090OsmoHLR(config-hlr)# store-imei
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020091OsmoHLR(config-hlr)# gsup
92OsmoHLR(config-hlr-gsup)# end
93OsmoHLR# disable
94OsmoHLR> enable
95
96OsmoHLR# show running-config
97
98Current configuration:
99!
100!
101log stderr
Neels Hofmeyr13000d82018-09-13 18:13:57 +0200102...
Harald Weltec88bdab2018-09-26 09:18:13 +0200103 logging level main notice
104 logging level db notice
105 logging level auc notice
106 logging level ss info
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200107...
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200108hlr
Oliver Smith851814a2019-01-11 15:30:21 +0100109 store-imei
Neels Hofmeyr5857c592019-04-02 04:24:49 +0200110 database hlr_vty_test.db
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200111 gsup
112 bind ip 127.0.0.1
Harald Weltedab544e2018-07-29 16:14:48 +0200113 ussd route prefix *#100# internal own-msisdn
Neels Hofmeyra5b36a02018-09-13 18:22:24 +0200114 ussd route prefix *#101# internal own-imsi
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200115end