A.1 IDL specification (file name "RepeaterNetworkResourcesNRMDefs.idl")
32.7233GPPCommon Object Request Broker Architecture (CORBA) Solution Set (SS)Configuration Management (CM)Repeater network resources Integration Reference Point (IRP)Telecommunication managementTS
//File:RepeaterNetworkResourcesNRMDefs.idl
#ifndef _REPEATERNETWORKRESOURCESNRMDEFS_IDL_
#define _REPEATERNETWORKRESOURCESNRMDEFS_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 RepeaterNetworkResourcesNRMDefs
{
/**
* Definitions for MO class RepeaterFunction
*/
interface RepeaterFunction : GenericNetworkResourcesNRMDefs::ManagedFunction
{
const string CLASS = "RepeaterFunction";
// Attribute Names
//
const string repeaterFunctionId = "repeaterFunctionId";
const string priority = "priority";
const string latitude = "latitude";
const string longitude = "longitude";
const string ctrlConnMode = "ctrlConnMode";
const string environmentInfo = "environmentInfo";
const string powerSwitch = "powerSwitch";
const string dLAttenuation = "dLAttenuation";
const string uLAttenuation = "uLAttenuation";
const string firmwareVer = "firmwareVer";
const string repeaterType = "repeaterType";
const string repeaterFunctionExternalUtranCell = "repeaterFunctionExternalUtranCell";
};
enum ctrlConnMode
{
GSM_SMS,
WCDMA_SMS,
CIRCLE_SWITCH_DATA_CSD,
PACKAGE_SWITCH_DATA_IP,
SERIAL_PORT
};
enum powerSwitch {ON,OFF};
enum repeaterType
{
WIDE_BAND_REPT_FUNCTION,
FREQ_SEL_REPT_FUNCTION,
FIBER_REPT_FUNCTION,
INDOOR_REPT_FUNCTION,
FREQ_SHIFT_REPT_FUNCTION
};
};
#endif //_REPEATERNETWORKRESOURCESNRMDEFS_IDL_
Annex B (informative):
Change history
Change history | ||||||||
Date | TSG # | TSG Doc. | CR | R | Subject/Comment | Cat | Old | New |
Sep 2006 | SA_33 | SP-060560 | — | — | Submitted to TSG SA #33 for Information | — | — | 1.0.0 |
Dec 2006 | SA_34 | SP-060747 | — | — | Submitted to TSG SA #34 for Approval. | — | 2.0.0 | 7.0.0 |
Sep 2007 | SA_37 | SP-070612 | 0001 | — | Correct CORBA Solution Set Tables | F | 7.0.0 | 7.1.0 |
Dec 2008 | SA_42 | — | — | — | Upgrade to Release 8 | — | 7.1.0 | 8.0.0 |
Dec 2009 | – | – | – | – | Update to Rel-9 version | — | 8.0.0 | 9.0.0 |