mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr.git
synced 2025-11-01 20:53:46 +00:00
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
18 lines
172 B
C
18 lines
172 B
C
#pragma once
|
|
|
|
#include <osmocom/core/logging.h>
|
|
|
|
enum {
|
|
DMAIN,
|
|
DDB,
|
|
DGSUP,
|
|
DAUC,
|
|
DSS,
|
|
DMSLOOKUP,
|
|
DLU,
|
|
DDGSM,
|
|
DCTRL,
|
|
};
|
|
|
|
extern const struct log_info hlr_log_info;
|