Charging and Control Applications (MOSC)

MOSC Banner

Setting EDR/CDR/Alarms

edited May 6, 2010 3:20AM in Charging and Control Applications (MOSC) 2 commentsAnswered
hi,

In our environment, we try to group our logs using CDR and Alarms so that our operation team can perform investigation efficiently. e.g If CDR record is create, then notifySmsReception is delivered to service provider. if an Alarm record is created, then the notification fails.

This work well for most api e.g. notifysmsreception.. We use the below settings

EDR

  <edr id="7007" description="receivedMobileOriginatedSMS">
    <filter>
      <method>
        <name>void receivedMobileOriginatedSMS</name>
        <class>com.bea.wlcp.wlng.plugin.sms.smpp.south.SMPPContextMapper</class>
      </method>
    </filter>
  </edr>
 
CDR

  <!-- MO SMS -->
  <cdr>
    <filter>
      <method>
        <name>void receivedMobileOriginatedSMS</name>
        <class>com.bea.wlcp.wlng.plugin.sms.parlay.mmm.south.OSAMMMContextMapper</class>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center