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 msisdn-from-imsi cs+ps
OsmoHLR(config-hlr)# show running-config
...
hlr
...
 subscriber-create-on-demand msisdn-from-imsi cs+ps
...

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
...