add DLMGCP logging category for libosmo-mgcp

In the course of splitting up the openbsc.git repository, we will create
libosmo-mgcp and need a library logging category for that purpose.

Change-Id: I09c587e2d59472cbde852d467d457254746d9e67
diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h
index e058a57..86a6977 100644
--- a/include/osmocom/core/logging.h
+++ b/include/osmocom/core/logging.h
@@ -104,7 +104,8 @@
 #define DLSCCP		-14	/*!< Osmocom SCCP */
 #define DLSUA		-15	/*!< Osmocom SUA */
 #define DLM3UA		-16	/*!< Osmocom M3UA */
-#define OSMO_NUM_DLIB	16	/*!< Number of logging sub-systems in libraries */
+#define DLMGCP		-17	/*!< Osmocom MGCP */
+#define OSMO_NUM_DLIB	17	/*!< Number of logging sub-systems in libraries */
 
 /*! Configuration of single log category / sub-system */
 struct log_category {