Hi Oliver,
you're welcome. I've just merged the new VTY command and manuals update to master: https://gerrit.osmocom.org/q/topic:subscr-on-demand-manual
thanks!
So if you rebuild your osmo-hlr packages from master, you should have the command (if I understood correctly that you are building the packages yourself, otherwise it will be in the nightly packages tomorrow).
I'm using the armhf nightly builds (running on the cpu of the bts unit), except for the bts and pcu which needs appropriate lc15 flags so I compile by hand from git master.
After a subscriber has been created on demand, with network access mode set to "none", you can give the subscriber access to circuit and packet switched services as follows:
OsmoHLR> enable OsmoHLR# subscriber imei 35761300444848 show ID: 1 IMSI: 123456789023000 MSISDN: 58192 IMEI: 35761300444848 CS disabled PS disabled OsmoHLR# subscriber imei 35761300444848 update network-access-mode cs+ps OsmoHLR# subscriber imei 35761300444848 show ID: 1 IMSI: 123456789023000 MSISDN: 58192 IMEI: 35761300444848
That is what I need for testing, perfect.
Cheers, Rafael Diniz