Cisco Cisco Prime Network 4.2 Guide Du Développeur

Page de 214
3GPP OSS Integration
 
 
Cisco Prime OSS  Integration  Guide for  MTOSI and 3GPP 
 
 
57
 
7.14 Overview of Communication Surveillance IRP (CS IRP) 
This Communication Surveillance IRP object represents a capability that can emit heartbeat 
notification to all subscribed OSS clients periodically. The emission frequency is controlled 
by an attribute named heartbeatPeriod. 
7.15 3GPP Communication Surveillance IRP Interface Details 
This  section  describes  the  3GPP  Communication  Surveillance  IRP  Interface    details.    The    
        operations supported in CSIRP, input, output and functionality will be explained. 
 
The  WSDL  document  describing  the  details  of  the  Interface  can  be  accessed  from  the                 
 section. 
 
7.15.1 CSIRP::getHeartbeatPeriod 
The OSS client invokes this operation to obtan the current hearbeat period. The OSS client 
can invoke this request without any subscription.  
 
Input : 
 
No input parameters. 
 
Output: 
 
Upon successful completion of the operation the heartbeat period will be returned. 
 
Sl.No 
Parameter  
Data Type 
Description 
heartbeatPeriod 
int 
 It denotes frequency at which 
IRPAgent transmits heartbeat 
notifications 
status 
ENUM (Operation 
succeeded, Operation failed) 
Status of setHeartbeatPeriod 
operation performed. 
7.15.2 CSIRP::setHeartbeatPeriod 
 
The OSS client invokes this operation to set the hearbeat period. The hearbeat period is in 
minutes  ranges  from  5  min  to  60  min.  After  successful  completion  of  the  operation,  IRP 
Agent  shall  emit  the  notifyHeartbeat  immediately  and  continue  to  emit  based  on  the 
newly  specified  heartbeatPeriod,  to  all  established  notification  subscriptions  of  all 
subscribed  OSS  clients.  If  the  heartbeatPeriod  specified  is  same  as  the  current  value  in 
IRPAgent,  the  operation  shall  fail  The  OSS  client  can  invoke  this  request  without  any 
subscription. Any OSS client can change the value of the Heartbeat period, and the same 
values will be reflected across all the OSS clients.