Asset ID: |
1-72-2212622.1 |
Update Date: | 2017-11-12 |
Keywords: | |
Solution Type
Problem Resolution Sure
Solution
2212622.1
:
BSSAP Message Type Is Missing Messages from Summary Windows and Full Decoding
Related Items |
- Oracle Communications Performance Intelligence Center (PIC) Software
|
Related Categories |
- PLA-Support>Sun Systems>CommsGBU>Global Signaling Solutions>SN-SND: Tekelec PIC
|
In this Document
Created from <SR 3-13783160041>
Applies to:
Oracle Communications Performance Intelligence Center (PIC) Software - Version 10.2.0 and later
Information in this document applies to any platform.
Symptoms
CC message types are missing from summary windows of Troubleshooting (ProTrace) application.
Changes
System was upgraded to PIC 10.2.
Cause
Duplicate name in protocol library (ProLib) definitions: BSSAP.a7d shows lclsConnexionStatusControl enum twice.
Solution
Follow this procedure:
- Edit /usr/TKLC/TKLCixp/prod/lib/plugins/ProtocolLibrary/GenericStack/BSSAP.a7d
- Replace:
# 48.008 - 3.2.2.119 LCLS-BSS-Status
ENUM:lclsConnexionStatusControl
VALUE:#0000:Call not yet locally switched
VALUE:#0001:Call not possible to be locally switched
VALUE:#0010:Call is no longer locally switched
VALUE:#0011:Requested LCLS configuration is not supported
VALUE:#0100:Call is locally switched with requested LCLS configuration
- Must be changed to this (lclsConnexionStatusControl replaced by lclsBssStatus):
# 48.008 - 3.2.2.119 LCLS-BSS-Status
ENUM:lclsBssStatus
VALUE:#0000:Call not yet locally switched
VALUE:#0001:Call not possible to be locally switched
VALUE:#0010:Call is no longer locally switched
VALUE:#0011:Requested LCLS configuration is not supported
VALUE:#0100:Call is locally switched with requested LCLS configuration
- Stop dsapi process:
pm.set off dsapi
- Wait few seconds and start it:
pm.set on dsapi
References
<BUG:25221074> - BSSAP CC MESSAGE TYPE NOT DECODED
Attachments
This solution has no attachment