This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/10737 )
Change subject: Add RSPRO support to IPA and logging definitions
......................................................................
Add RSPRO support to IPA and logging definitions
Change-Id: Iee79f5273f32cb9ce4bd7a984e7f0625542e776f
---
M include/osmocom/core/logging.h
M include/osmocom/gsm/protocol/ipaccess.h
2 files changed, 3 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
Harald Welte: Looks good to me, approved
diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h
index 8464043..c60143d 100644
--- a/include/osmocom/core/logging.h
+++ b/include/osmocom/core/logging.h
@@ -122,7 +122,8 @@
#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 0f5d54f..80413d1 100644
--- a/include/osmocom/gsm/protocol/ipaccess.h
+++ b/include/osmocom/gsm/protocol/ipaccess.h
@@ -38,6 +38,7 @@
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 {
--
To view, visit https://gerrit.osmocom.org/10737
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Iee79f5273f32cb9ce4bd7a984e7f0625542e776f
Gerrit-Change-Number: 10737
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180903/5a4ac59f/attachment.htm>