blob: ee351e30c1adf36f090000a0fbe98e2a79952085 [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
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020014...
Harald Weltefa7ee332018-06-24 13:20:32 +020015 show gsup-connections
Oliver Smith02078b72019-01-11 15:41:29 +010016 subscriber (imsi|msisdn|id|imei) IDENT show
17 show subscriber (imsi|msisdn|id|imei) IDENT
Neels Hofmeyr407925d2019-11-20 03:35:37 +010018 show mslookup services
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020019
20OsmoHLR> enable
Neels Hofmeyrabdfdb82019-11-25 03:42:43 +010021OsmoHLR# ?
Neels Hofmeyr86b507b2019-12-04 02:36:25 +010022...
Neels Hofmeyrabdfdb82019-11-25 03:42:43 +010023 subscriber Subscriber management commands
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020024
25OsmoHLR# configure terminal
Neels Hofmeyrabdfdb82019-11-25 03:42:43 +010026OsmoHLR(config)# ?
27...
Neels Hofmeyrabdfdb82019-11-25 03:42:43 +010028 hlr Configure the HLR
Neels Hofmeyr407925d2019-11-20 03:35:37 +010029 mslookup Configure Distributed GSM mslookup
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020030OsmoHLR(config)# list
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020031...
32 hlr
Neels Hofmeyr407925d2019-11-20 03:35:37 +010033 mslookup
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020034
35OsmoHLR(config)# hlr
Neels Hofmeyrabdfdb82019-11-25 03:42:43 +010036OsmoHLR(config-hlr)# ?
37...
38 euse Configure a particular External USSD Entity
39 no Negate a command or set its defaults
40 ussd USSD Configuration
41 ncss-guard-timeout Set guard timer for NCSS (call independent SS) session activity
42 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').
43 subscriber-create-on-demand Make a new record when a subscriber is first seen.
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020044OsmoHLR(config-hlr)# list
Oliver Smith2b0bf312019-10-08 11:06:09 +020045...
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020046 gsup
Neels Hofmeyr5857c592019-04-02 04:24:49 +020047 database PATH
Harald Welte4956ae12018-06-15 22:04:28 +020048 euse NAME
49 no euse NAME
Harald Weltedab544e2018-07-29 16:14:48 +020050 ussd route prefix PREFIX internal (own-msisdn|own-imsi)
51 ussd route prefix PREFIX external EUSE
52 no ussd route prefix PREFIX
53 ussd default-route external EUSE
54 no ussd default-route
Vadim Yanitskiyd157a562018-12-01 00:03:39 +070055 ncss-guard-timeout <0-255>
Oliver Smith851814a2019-01-11 15:30:21 +010056 store-imei
57 no store-imei
Oliver Smithc7f17872019-03-04 15:10:44 +010058 subscriber-create-on-demand (no-msisdn|<3-15>) (none|cs|ps|cs+ps)
59 no subscriber-create-on-demand
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020060
61OsmoHLR(config-hlr)# gsup
Neels Hofmeyrabdfdb82019-11-25 03:42:43 +010062OsmoHLR(config-hlr-gsup)# ?
Oliver Smith2b0bf312019-10-08 11:06:09 +020063...
Neels Hofmeyrabdfdb82019-11-25 03:42:43 +010064 bind Listen/Bind related socket option
65OsmoHLR(config-hlr-gsup)# list
66...
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020067 bind ip A.B.C.D
68
69OsmoHLR(config-hlr-gsup)# exit
70OsmoHLR(config-hlr)# exit
71OsmoHLR(config)# exit
72OsmoHLR# configure terminal
73OsmoHLR(config)# hlr
Oliver Smith851814a2019-01-11 15:30:21 +010074OsmoHLR(config-hlr)# store-imei
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020075OsmoHLR(config-hlr)# gsup
76OsmoHLR(config-hlr-gsup)# end
77OsmoHLR# disable
78OsmoHLR> enable
79
80OsmoHLR# show running-config
81
82Current configuration:
83!
84!
85log stderr
Neels Hofmeyr13000d82018-09-13 18:13:57 +020086...
Harald Weltec88bdab2018-09-26 09:18:13 +020087 logging level main notice
88 logging level db notice
89 logging level auc notice
90 logging level ss info
Neels Hofmeyrad868e22019-11-20 02:36:45 +010091 logging level mslookup notice
92 logging level lu notice
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020093...
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020094hlr
Oliver Smith851814a2019-01-11 15:30:21 +010095 store-imei
Neels Hofmeyr5857c592019-04-02 04:24:49 +020096 database hlr_vty_test.db
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +020097 gsup
98 bind ip 127.0.0.1
Harald Weltedab544e2018-07-29 16:14:48 +020099 ussd route prefix *#100# internal own-msisdn
Neels Hofmeyra5b36a02018-09-13 18:22:24 +0200100 ussd route prefix *#101# internal own-imsi
Neels Hofmeyr86d09ec2017-10-15 04:58:50 +0200101end