blob: a752c931c8d82454ffb60fec6799962f00026a59 [file] [log] [blame]
Neels Hofmeyrabdfdb82019-11-25 03:42:43 +01001OsmoHLR> ?
2 show Show running system information
3 list Print command list
4 exit Exit current mode and down to previous mode
5 help Description of the interactive help system
6 enable Turn on privileged mode command
7 terminal Set terminal line parameters
8 who Display who is on vty
9 logging Configure logging
10 no Negate a command or set its defaults
11 logp Print a message on all log outputs; useful for placing markers in test logs
12 subscriber Subscriber management commands
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020013OsmoHLR> list
14 show version
15 show online-help
16 list
17 exit
18 help
19 enable
20 terminal length <0-512>
21 terminal no length
22 who
23 show history
24 logging enable
25...
26 show logging vty
27 show alarms
Harald Welte7ee6e552018-02-14 00:52:05 +010028 show talloc-context (application|all) (full|brief|DEPTH)
29 show talloc-context (application|all) (full|brief|DEPTH) tree ADDRESS
30 show talloc-context (application|all) (full|brief|DEPTH) filter REGEXP
Max20ddfdb2019-02-18 13:12:27 +010031 show stats
32 show stats level (global|peer|subscriber)
33 show asciidoc counters
34 show rate-counters
Harald Weltefa7ee332018-06-24 13:20:32 +020035 show gsup-connections
Oliver Smith02078b72019-01-11 15:41:29 +010036 subscriber (imsi|msisdn|id|imei) IDENT show
37 show subscriber (imsi|msisdn|id|imei) IDENT
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020038
39OsmoHLR> enable
Neels Hofmeyrabdfdb82019-11-25 03:42:43 +010040OsmoHLR# ?
41 help Description of the interactive help system
42 list Print command list
43 write Write running configuration to memory, network, or terminal
44 show Show running system information
45 exit Exit current mode and down to previous mode
46 disable Turn off privileged mode command
47 configure Configuration from vty interface
48 copy Copy configuration
49 terminal Set terminal line parameters
50 who Display who is on vty
51 logging Configure logging
52 no Negate a command or set its defaults
53 logp Print a message on all log outputs; useful for placing markers in test logs
54 subscriber Subscriber management commands
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020055OsmoHLR# list
56 help
Oliver Smith2b0bf312019-10-08 11:06:09 +020057...
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020058 exit
59 disable
60 configure terminal
61 copy running-config startup-config
62 show startup-config
63 show version
64 show online-help
65 terminal length <0-512>
66 terminal no length
67 who
68 show history
69 terminal monitor
70 terminal no monitor
71 logging enable
72...
73
74OsmoHLR# configure terminal
Neels Hofmeyrabdfdb82019-11-25 03:42:43 +010075OsmoHLR(config)# ?
76...
77 banner Set banner string
78 service Set up miscellaneous service
79 line Configure a terminal line
80 ctrl Configure the Control Interface
81 log Configure logging sub-system
82 stats Configure stats sub-system
83 hlr Configure the HLR
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020084OsmoHLR(config)# list
85 help
Oliver Smith2b0bf312019-10-08 11:06:09 +020086...
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020087 exit
88 end
89...
90 hlr
91
92OsmoHLR(config)# hlr
Neels Hofmeyrabdfdb82019-11-25 03:42:43 +010093OsmoHLR(config-hlr)# ?
94...
95 euse Configure a particular External USSD Entity
96 no Negate a command or set its defaults
97 ussd USSD Configuration
98 ncss-guard-timeout Set guard timer for NCSS (call independent SS) session activity
99 store-imei Save the IMEI in the database when receiving Check IMEI requests. Note that an MSC does not necessarily send Check IMEI requests (for OsmoMSC, you may want to set 'check-imei-rqd 1').
100 subscriber-create-on-demand Make a new record when a subscriber is first seen.
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200101OsmoHLR(config-hlr)# list
102 help
Oliver Smith2b0bf312019-10-08 11:06:09 +0200103...
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200104 exit
105 end
106 gsup
Neels Hofmeyr5857c592019-04-02 04:24:49 +0200107 database PATH
Harald Welte4956ae12018-06-15 22:04:28 +0200108 euse NAME
109 no euse NAME
Harald Weltedab544e2018-07-29 16:14:48 +0200110 ussd route prefix PREFIX internal (own-msisdn|own-imsi)
111 ussd route prefix PREFIX external EUSE
112 no ussd route prefix PREFIX
113 ussd default-route external EUSE
114 no ussd default-route
Vadim Yanitskiyd157a562018-12-01 00:03:39 +0700115 ncss-guard-timeout <0-255>
Oliver Smith851814a2019-01-11 15:30:21 +0100116 store-imei
117 no store-imei
Oliver Smithc7f17872019-03-04 15:10:44 +0100118 subscriber-create-on-demand (no-msisdn|<3-15>) (none|cs|ps|cs+ps)
119 no subscriber-create-on-demand
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200120
121OsmoHLR(config-hlr)# gsup
Neels Hofmeyrabdfdb82019-11-25 03:42:43 +0100122OsmoHLR(config-hlr-gsup)# ?
Oliver Smith2b0bf312019-10-08 11:06:09 +0200123...
Neels Hofmeyrabdfdb82019-11-25 03:42:43 +0100124 bind Listen/Bind related socket option
125OsmoHLR(config-hlr-gsup)# list
126...
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200127 bind ip A.B.C.D
128
129OsmoHLR(config-hlr-gsup)# exit
130OsmoHLR(config-hlr)# exit
131OsmoHLR(config)# exit
132OsmoHLR# configure terminal
133OsmoHLR(config)# hlr
Oliver Smith851814a2019-01-11 15:30:21 +0100134OsmoHLR(config-hlr)# store-imei
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200135OsmoHLR(config-hlr)# gsup
136OsmoHLR(config-hlr-gsup)# end
137OsmoHLR# disable
138OsmoHLR> enable
139
140OsmoHLR# show running-config
141
142Current configuration:
143!
144!
145log stderr
Neels Hofmeyr13000d82018-09-13 18:13:57 +0200146...
Harald Weltec88bdab2018-09-26 09:18:13 +0200147 logging level main notice
148 logging level db notice
149 logging level auc notice
150 logging level ss info
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200151...
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200152hlr
Oliver Smith851814a2019-01-11 15:30:21 +0100153 store-imei
Neels Hofmeyr5857c592019-04-02 04:24:49 +0200154 database hlr_vty_test.db
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200155 gsup
156 bind ip 127.0.0.1
Harald Weltedab544e2018-07-29 16:14:48 +0200157 ussd route prefix *#100# internal own-msisdn
Neels Hofmeyra5b36a02018-09-13 18:22:24 +0200158 ussd route prefix *#101# internal own-imsi
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200159end