aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-08-13 20:54:44 +0200
committerHarald Welte <laforge@gnumonks.org>2018-09-03 14:21:54 +0200
commitb99ed7ff187283eff83dfb647bdddd09bd9b8a59 (patch)
tree66a306f5a590e198e577b724c42fa488b6087d3d /include/osmocom
parent3cdaa8d52517093ec846774f4ce0f66a43b17e17 (diff)
Add RSPRO support to IPA and logging definitions
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/core/logging.h3
-rw-r--r--include/osmocom/gsm/protocol/ipaccess.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h
index 8464043f..c60143d9 100644
--- a/include/osmocom/core/logging.h
+++ b/include/osmocom/core/logging.h
@@ -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 {
diff --git a/include/osmocom/gsm/protocol/ipaccess.h b/include/osmocom/gsm/protocol/ipaccess.h
index 0f5d54f2..80413d10 100644
--- a/include/osmocom/gsm/protocol/ipaccess.h
+++ b/include/osmocom/gsm/protocol/ipaccess.h
@@ -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 {