ELS Messages for RTP Header Compression


RHC.001

Level:
U-INFO
Short Syntax:
RHC.001 init RTP hdr comp, tx slots txSlots , rx slots rxSlots , net net
Long Syntax:
RHC.001 init RTP header compressor, tx slots txSlots , rx slots rxSlots , net net
Description:
The datalink has requested RTP header compressor to be initialized on the specified net due to circuit coming up. The negotiated transmit and receive slots are also specified.

RHC.002

Level:
U-INFO
Short Syntax:
RHC.002 cleanup RTP hdr comp on net net
Long Syntax:
RHC.002 cleanup RTP header compressor on net net
Description:
The datalink has requested RTP header compressor to be cleaned up on the specified net due to either circuit coming up or going down.

RHC.003

Level:
UE-ERROR
Short Syntax:
RHC.003 failed to proc pktType , rsn ' reason ', net net
Long Syntax:
RHC.003 failed to process ' pktType ', reason ' reason ', net net
Description:
RTP header decompressor has failed to process the specified packet for the specified reason. Possible reasons could be any of the following: - the packet may be in error; either the length may be less than 36 bytes for a full header, or may not have the expected sequence number. - the context may be in 'discard' state waiting for a full header from the compressor or the context may have timed out. - may have failed to allocate memory to save the context

RHC.004

Level:
U-INFO
Short Syntax:
RHC.004 comp/decomp ctx timed out, id contextId , st ' contextState ', net net
Long Syntax:
RHC.004 comp/decomp ctx timed out, id contextId , state ' contextState ', net net
Description:
A context in the specified state with the specified ID has timed out at either the compressor or decompressor on the specified interface.

RHC.005

Level:
U-INFO
Short Syntax:
RHC.005 send context_state timer, contexts in disc state contextsInDiscardState , net net
Long Syntax:
RHC.005 send context_state timer, contexts in disc state contextsInDiscardState , net net
Description:
RTP header decompressor has the specified number of contexts in discard state. The decompressor timer routine has timed out so it can send out CONTEXT_STATE packets to the compressor so it can send a FULL_HEADER packet to resynchronize the contexts between the compressor and decompressor.

RHC.006

Level:
U-TRACE
Short Syntax:
RHC.006 tx pktType , src : sp -> dst : dp , len len , id id , seq seq , net net
Long Syntax:
RHC.006 transmit pktType src : sp -> dst : dp , len len , id id , seq seq , net net
Description:
A packet of the specified type is transmitted on the specified net by either the RTP header compressor or the decompressor. The context ID and the sequence number are also displayed.

RHC.007

Level:
U-TRACE
Short Syntax:
RHC.007 rx pktType , src : sp -> dst : dp , len len , id id , seq seq , net net
Long Syntax:
RHC.007 receive ' pktType ' src : sp -> dst : dp , len len , id id , seq seq , net net
Description:
A packet of the specified type is received on the specified net for the specified context ID with the specified sequence. The length reflects the value after decompression.

RHC.008

Level:
U-TRACE
Short Syntax:
RHC.008 rx pktType , len len , net net
Long Syntax:
RHC.008 receive pktType , length len , net net
Description:
A packet of the specified type and length is received on the specified net.

RHC.009

Level:
CI-ERROR
Short Syntax:
RHC.009 tx/rx ContextState, len len , id:seq [ contextId:lastValidSeq ], net net
Long Syntax:
RHC.009 tx/rx ContextState, len len , id:seq [ contextId:lastValidSeq ], net net
Description:
A context_state packet has been either transmitted or received on the specified interface for the specified list of context IDs with the specified last valid sequence. This packet is transmitted either because the context has timed out on the decompressor or the received sequence number is not what the decompressor had expected to receive. The compressor is expected to send a full header to the decompressor to synchronize compression.

RHC.010

Level:
U-TRACE
Short Syntax:
RHC.010 tx FullHeader src : sp -> dst : dp , id id , rsn ' reason ', period period , compPkts compPkts , net net
Long Syntax:
RHC.010 transmit FullHeader src : sp -> dst : dp , id id , rsn ' reason ', period period , compPkts compPkts , net net
Description:
A full header packet is transmitted on the specified net by the compressor for the specified reason. The reason could be any of the following: CtxChange - change in header context MaxPeriod - max allowable comp packets between header refreshes MaxTime - maximum time has passed between full headers InvalidCtx - decompressor wishes a full header for this context OutOfRangeDelta - delta value is out of range to be compressed

RHC.011

Level:
CI-ERROR
Short Syntax:
RHC.011 fld to proc protocol , rcvd seq/gen ( received ) != expected seq/gen ( expected ) for id CID on net net
Long Syntax:
RHC.011 failed to proc protocol , rcvd seq/gen ( received ) != expected seq/gen ( expected ) for id CID on net net
Description:
RTP header decompressor has failed to process the specified protocol for the received sequence/generator is not equal to the expected sequence/generator for the specified context ID on the specified net.

RHC.012

Level:
CI-ERROR
Short Syntax:
RHC.012 pkt alloc fld for ctx state msg on net net
Long Syntax:
RHC.012 failed to alloc pkt for context state msg on net net
Description:
RTP header decompressor failed to allocate a packet (I/O request block) to transmit context state message on the specified net. It tries to recover and transmit after some time.

RHC.013

Level:
CI-ERROR
Short Syntax:
RHC.013 fld to alloc size bytes mem for dataType
Long Syntax:
RHC.013 failed to allocate size bytes of memory for dataType
Description:
RTP header compression component has failed to allocate memory of the specified size for the specified data type.

RHC.014

Level:
U-INFO
Short Syntax:
RHC.014 fld to alloc new ctx id, active contexts activeContexts , net net
Long Syntax:
RHC.014 failed to alloc new context ID, active contexts activeContexts , net net
Description:
RTP header compressor has failed to allocate a new context ID for the number of active contexts has exceeded the max allowed.

RHC.015

Level:
U-INFO
Short Syntax:
RHC.015 msg
Long Syntax:
RHC.015 msg
Description:
Generic event that can be used for any debugging purposes.