blob: fb587aec5c6a26fb2959df07b611dab631f4067b [file] [log] [blame]
Oliver Smithc7f17872019-03-04 15:10:44 +01001OsmoHLR> enable
2OsmoHLR# configure terminal
3OsmoHLR(config)# hlr
4
5OsmoHLR(config-hlr)# subscriber-create-on-demand no-msisdn none
6OsmoHLR(config-hlr)# show running-config
7...
8hlr
9...
10 subscriber-create-on-demand no-msisdn none
11...
12
13OsmoHLR(config-hlr)# subscriber-create-on-demand 3 none
14OsmoHLR(config-hlr)# show running-config
15...
16hlr
17...
18 subscriber-create-on-demand 3 none
19...
20
21OsmoHLR(config-hlr)# subscriber-create-on-demand 4 cs
22OsmoHLR(config-hlr)# show running-config
23...
24hlr
25...
26 subscriber-create-on-demand 4 cs
27...
28
29OsmoHLR(config-hlr)# subscriber-create-on-demand 5 ps
30OsmoHLR(config-hlr)# show running-config
31...
32hlr
33...
34 subscriber-create-on-demand 5 ps
35...
36
37OsmoHLR(config-hlr)# subscriber-create-on-demand 6 cs+ps
38OsmoHLR(config-hlr)# show running-config
39...
40hlr
41...
42 subscriber-create-on-demand 6 cs+ps
43...