ctrl: Introduce cmd SET subscriber.create <imsi>

Create a new subscriber from CTRL, similar to VTY command
"imsi IDENT create".

On success SET_REPLY contains the ID of the newly created subscriber.

Related: SYS#5993
Change-Id: Id1b760cd07712245a0eeabaac7891bce93c1fe8e
This commit is contained in:
Pau Espin Pedrol
2022-06-17 17:54:51 +02:00
parent e427bb299f
commit d63ec88dba
5 changed files with 66 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ enum {
DMSLOOKUP,
DLU,
DDGSM,
DCTRL,
};
extern const struct log_info hlr_log_info;