From 9762b4c5794edba56b2976fcae5097e514a4b080 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 23 Feb 2017 21:41:20 +0100 Subject: [PATCH] cosmetic: clarify BSC's remote MSC data vs. OsmoMSC Change-Id: I74dd2b3f935d39b8caa718e2c8a51cc81bddf1b9 --- openbsc/include/openbsc/osmo_msc_data.h | 6 ++++++ 1 file changed, 6 insertions(+) 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;