cosmetic: clarify BSC's remote MSC data vs. OsmoMSC

Change-Id: I74dd2b3f935d39b8caa718e2c8a51cc81bddf1b9
This commit is contained in:
Neels Hofmeyr 2017-02-23 21:41:20 +01:00
parent fe291de36b
commit 9762b4c579
1 changed files with 6 additions and 0 deletions

View File

@ -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;