aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_subscr_create_on_demand.vty
blob: fb587aec5c6a26fb2959df07b611dab631f4067b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
OsmoHLR> enable
OsmoHLR# configure terminal
OsmoHLR(config)# hlr

OsmoHLR(config-hlr)# subscriber-create-on-demand no-msisdn none
OsmoHLR(config-hlr)# show running-config
...
hlr
...
 subscriber-create-on-demand no-msisdn none
...

OsmoHLR(config-hlr)# subscriber-create-on-demand 3 none
OsmoHLR(config-hlr)# show running-config
...
hlr
...
 subscriber-create-on-demand 3 none
...

OsmoHLR(config-hlr)# subscriber-create-on-demand 4 cs
OsmoHLR(config-hlr)# show running-config
...
hlr
...
 subscriber-create-on-demand 4 cs
...

OsmoHLR(config-hlr)# subscriber-create-on-demand 5 ps
OsmoHLR(config-hlr)# show running-config
...
hlr
...
 subscriber-create-on-demand 5 ps
...

OsmoHLR(config-hlr)# subscriber-create-on-demand 6 cs+ps
OsmoHLR(config-hlr)# show running-config
...
hlr
...
 subscriber-create-on-demand 6 cs+ps
...