aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-23 21:41:20 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-24 21:01:55 +0100
commit9762b4c5794edba56b2976fcae5097e514a4b080 (patch)
tree992670646c690ddc1d771169390971abbef39f5e
parentfe291de36b8cf80818dc97b4ad4d790fc01e96ec (diff)
cosmetic: clarify BSC's remote MSC data vs. OsmoMSC
-rw-r--r--openbsc/include/openbsc/osmo_msc_data.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/osmo_msc_data.h b/openbsc/include/openbsc/osmo_msc_data.h
index a5a3f14db..3168d911d 100644
--- a/openbsc/include/openbsc/osmo_msc_data.h
+++ b/openbsc/include/openbsc/osmo_msc_data.h
@@ -20,6 +20,10 @@
*
*/
+/*
+ * NOTE: This is about a *remote* MSC for OsmoBSC and is not part of libmsc.
+ */
+
#ifndef _OSMO_MSC_DATA_H
#define _OSMO_MSC_DATA_H
@@ -43,6 +47,8 @@ enum {
MSC_CON_TYPE_LOCAL,
};
+/*! /brief Information on a remote MSC for libbsc.
+ */
struct osmo_msc_data {
struct llist_head entry;