Add RSPRO support to IPA and logging definitions

Change-Id: Iee79f5273f32cb9ce4bd7a984e7f0625542e776f
This commit is contained in:
Harald Welte 2018-08-13 20:54:44 +02:00
parent 3cdaa8d525
commit b99ed7ff18
2 changed files with 3 additions and 1 deletions

View File

@ -122,7 +122,8 @@ void logp(int subsys, const char *file, int line, int cont, const char *format,
#define DLM3UA -16 /*!< Osmocom M3UA */
#define DLMGCP -17 /*!< Osmocom MGCP */
#define DLJIBUF -18 /*!< Osmocom Jitter Buffer */
#define OSMO_NUM_DLIB 18 /*!< Number of logging sub-systems in libraries */
#define DLRSPRO -19 /*!< Osmocom Remote SIM Protocol */
#define OSMO_NUM_DLIB 19 /*!< Number of logging sub-systems in libraries */
/*! Configuration of single log category / sub-system */
struct log_category {

View File

@ -38,6 +38,7 @@ enum ipaccess_proto_ext {
IPAC_PROTO_EXT_ORC = 0x04, /* OML Router Control */
IPAC_PROTO_EXT_GSUP = 0x05, /* GSUP GPRS extension */
IPAC_PROTO_EXT_OAP = 0x06, /* Osmocom Authn Protocol */
IPAC_PROTO_EXT_RSPRO = 0x07, /* Remote SIM protocol */
};
enum ipaccess_msgtype {