📄 utrannrmdefssagvsep4v1.idl
字号:
//File: UtranNRMDefsSagVseP4V1.idl
#ifndef _UTRANNRMDEFSSAGVSEP4V1_IDL_
#define _UTRANNRMDEFSSAGVSEP4V1_IDL_
#include <GenericNetworkResourcesIRPSystem.idl>
#include <StateManagementIRPConstDefs.idl>
#include "GenericNetworkResourcesNRMDefs.idl"
#pragma prefix "siemens.com"
module UtranNRMDefsSagVseP4V1
{
/**
* Definitions for MO class RncFunction_SagVseP4V1
*/
interface RncFunction : GenericNetworkResourcesNRMDefs::Top
{
const string CLASS = "RncFunction";
// Attribute Names
//
const string rncFunctionId = "rncFunctionId";
const string userLabel = "userLabel";
const string mcc = "mcc";
const string mnc = "mnc";
const string rncId = "rncId";
const string maxCallCapability = "maxCallCapability";
const string maxThroughoutput = "maxThroughoutput";
const string administrativeState = "administrativeState";
const string operationalState = "operationalState";
};
/**
* Definitions for MO class IubLink_SagVseP4V1
*/
interface IubLink : GenericNetworkResourcesNRMDefs::Top
{
const string CLASS = "IubLink";
// Attribute Names
//
const string iubLinkId = "iubLinkId";
const string userLabel = "userLabel";
const string iubLinkUtranCell = "iubLinkUtranCell";
const string iubLinkNodeBFunction = "iubLinkNodeBFunction";
const string iubLinkATMChannelTerminationPoint = "iubLinkATMChannelTerminationPoint";
const string relatedNodeB = "relatedNodeB";
const string relatedUtranCells = "relatedUtranCells";
const string relatedATMCTPList = "relatedATMCTPList";
};
/**
* Definitions for MO class UtranCell_SagVseP4V1
*/
interface UtranCell : GenericNetworkResourcesNRMDefs::Top
{
const string CLASS = "UtranCell";
// Attribute Names
//
const string utranCellId = "utranCellId";
const string userLabel = "userLabel";
const string cId = "cId";
const string localCellId = "localCellId";
const string uarfcnUl = "uarfcnUl";
const string uarfcnDl = "uarfcnDl";
const string primaryScramblingCode = "primaryScramblingCode";
const string primaryCpichPower = "primaryCpichPower";
const string retAntennaFunctionList = "retAntennaFunctionList";
const string maximumTransmissionPower = "maximumTransmissionPower";
const string primarySchPower = "primarySchPower";
const string secondarySchPower = "secondarySchPower";
const string bchPower = "bchPower";
const string lac = "lac";
const string rac = "rac";
const string sac = "sac";
const string uraList = "uraList";
const string utranCellIubLink = "utranCellIubLink";
const string cellMode = "cellMode";
const string uarfcn = "uarfcn";
const string cellParameterId = "cellParameterId";
const string primaryCcpchPower = "primaryCcpchPower";
const string dwPchPower = "dwPchPower";
const string timeSlotList = "timeSlotList";
const string schPower = "schPower";
const string operationalState = "operationalState";
const string cellLevel = "cellLevel";
const string relatedIubLink = "relatedIubLink";
};
/**
* Definitions for MO class NodeBFunction_SagVseP4V1
*/
interface NodeBFunction : GenericNetworkResourcesNRMDefs::Top
{
const string CLASS = "NodeBFunction";
// Attribute Names
//
const string nodeBFunctionId = "nodeBFunctionId";
const string userLabel = "userLabel";
const string nodeBFunctionIubLink = "nodeBFunctionIubLink";
const string administrativeState = "administrativeState";
const string operationalState = "operationalState";
const string relatedIubLink = "relatedIubLink";
};
};
module UtranNRMConstTypesSagVseP4V1
{
// vse identification
const string vSEVersionNumber = "Siemens 4.1.0";
// import from 32.623
typedef GenericNetworkResourcesIRPSystem::AttributeTypes::MOReference MOReference;
typedef GenericNetworkResourcesIRPSystem::AttributeTypes::MOReferenceSet MOReferenceSet;
// import from 32.673
typedef StateManagementIRPCommonConstDefs::AdministrativeState AdministrativeState;
typedef StateManagementIRPCommonConstDefs::OperationalState OperationalState;
// acc. cmcc
enum CellLevelType
{
MacroCell, //0
MicroCell, //1
PicoCell //2
};
typedef unsigned long ULong;
typedef sequence<ULong> ULongSet;
};
#endif //_UTRANNRMDEFSSAGVSEP4V1_IDL_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -