class NtfMap

NtfMap
+-Notification [0..1]

The main class.

Attributes
string
baseDn = ""
Which format the DN strings should be generated with.

"Default" - leaf first and 3GPP prefix is used.
Format is:
3GPPclass1.key1=value,key2=value,class2.key1=value,...
Actual example is:
3GPPSystemComponents.Name=System Components,Ecm.Name=ECM,Host.Address=PL-4,ClassID=1,InstanceType=0,Process.InstanceID=2
"IMM" - root first and all names ends with "Id".
uint32
bindTimer = 10000
The bind timer is how many milliseconds to wait before sending.

connection down alarm when the initial connection attempt fails.
string
dnFormat = Default
Which format the DN strings should be generated with.

"Default" - leaf first and 3GPP prefix is used.
Format is:
3GPPclass1.key1=value,key2=value,class2.key1=value,...
Actual example is:
3GPPSystemComponents.Name=System Components,Ecm.Name=ECM,Host.Address=PL-4,ClassID=1,InstanceType=0,Process.InstanceID=2
"IMM" - root first and all names ends with "Id".
uint32
majorId = 24209
-
uint8
key
noNotification
restricted
ntfmapId = 1
Value component of the RDN for System class.
string
ownDn = SM_NTF_Agent=1
The DN string to use for the agent.
uint32
queueSize = 1000
How many events (notifications) to queue before starting to drop them.

Note that the queue is dynamically allocated so this is just a maximum.
uint32
tryagainCount = 10
How many times to try again when the API responds with this error code.
uint32
tryagainTimer = 5000
How long time to wait between each re-try.
uint32
vendorId = 193
Erricsson vendor ID is 193.