⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gerannetworkresourcesnrmdefs.idl

📁 UCS (Ultra Corba Simulator) is one more powerful corba client/servant simulator tool than other simi
💻 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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -