?? gerannetworkresourcesnrmdefs.idl
字號:
#ifndef GeranNetworkResourcesNRMDefs_idl
#define GeranNetworkResourcesNRMDefs_idl
#include "GenericNetworkResourcesNRMDefs.idl"
#pragma prefix "3gppsa5.org"
/**
* This module defines constants for each MO class name and
* the attribute names for each defined MO class.
*/
module GeranNetworkResourcesNRMDefs
{
/**
* Definitions for MO class BssFunction
*/
interface BssFunction : GenericNetworkResourcesNRMDefs::ManagedFunction
{
const string CLASS = "BssFunction";
// Attribute Names
//
const string bssFunctionId = "bssFunctionId";
};
/**
* Definitions for MO class BtsSiteMgr
*/
interface BtsSiteMgr : GenericNetworkResourcesNRMDefs::ManagedFunction
{
const string CLASS = "BtsSiteMgr";
// Attribute Names
//
const string btsSiteMgrId = "btsSiteMgrId";
const string latitude = "latitude";
const string longitude = "longitude";
const string operationalState = "operationalState";
};
/**
* Definitions for MO class GsmCell
*/
interface GsmCell : GenericNetworkResourcesNRMDefs::ManagedFunction
{
const string CLASS = "GsmCell";
// Attribute Names
//
const string gsmCellId = "gsmCellId";
const string cellIdentity = "cellIdentity";
const string cellAllocation = "cellAllocation";
const string ncc = "ncc";
const string bcc = "bcc";
const string lac = "lac";
const string mcc = "mcc";
const string mnc = "mnc";
const string rac = "rac";
const string racc = "racc";
const string tsc = "tsc";
const string rxLevAccessMin = "rxLevAccessMin";
const string msTxPwrMaxCCH = "msTxPwrMaxCCH";
const string hoppingSequenceNumber = "hoppingSequenceNumber";
const string plmnPermitted = "plmnPermitted";
};
/**
* Definitions for MO class GsmRelation
*/
interface GsmRelation :GenericNetworkResourcesNRMDefs::Top
{
const string CLASS = "GsmRelation";
// Attribute Names
//
const string gsmRelationId = "gsmRelationId";
const string adjacentCell = "adjacentCell";
const string bcchFrequency = "bcchFrequency";
const string ncc = "ncc";
const string bcc = "bcc";
const string lac = "lac";
};
/**
* Definitions for MO class ExternalGsmCell
*/
interface ExternalGsmCell : GenericNetworkResourcesNRMDefs::ManagedFunction
{
const string CLASS = "ExternalGsmCell";
// Attribute Names
//
const string externalGsmCellId = "externalGsmCellId";
const string cellIdentity = "cellIdentity";
const string bcchFrequency = "bcchFrequency";
const string ncc = "ncc";
const string bcc = "bcc";
const string lac = "lac";
const string mcc = "mcc";
const string mnc = "mnc";
const string rac = "rac";
const string racc = "racc";
};
/**
* Definitions for MO class ExternalBssFunction
*/
interface ExternalBssFunction : GenericNetworkResourcesNRMDefs::ManagedFunction
{
const string CLASS = "ExternalBssFunction";
// Attribute Names
//
const string externalBssFunctionId = "externalBssFunctionId";
};
};
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -