Files
osmo-hlr/include/osmocom/hlr/logging.h
Pau Espin Pedrol d63ec88dba 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
2022-06-20 13:37:53 +02:00

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;