Any idea how to make : auto create subscriber = no ??
tried subscriber-create-on-demand but the DB subscriber still auto create.
Thanks.
DUO
On Fri, Jan 12, 2018 at 03:59:43PM +0700, Sandi Suhendro wrote:
tried subscriber-create-on-demand but the DB subscriber still auto create.
Please post the actual config you tried. That should be the right setting.
If you use the new osmo-bsc + osmo-msc + osmo-hlr, the entire create-on-demand is not supported at all, so that could be another option.
~N
Dear Neels, here is the config https://pastebin.com/BKcPUbzb
I uses the openbsc + osmo-bts.
Thanks.
DUO
On Fri, Jan 12, 2018 at 8:47 PM, Neels Hofmeyr nhofmeyr@sysmocom.de wrote:
On Fri, Jan 12, 2018 at 03:59:43PM +0700, Sandi Suhendro wrote:
tried subscriber-create-on-demand but the DB subscriber still auto
create.
Please post the actual config you tried. That should be the right setting.
If you use the new osmo-bsc + osmo-msc + osmo-hlr, the entire create-on-demand is not supported at all, so that could be another option.
~N
here is the config https://pastebin.com/BKcPUbzb
Prepend a 'no' to disable it:
nitb no subscriber-create-on-demand
~N