This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

camel.EntityReleased

0

What is the correct format for the entity released camel function? The 3GPP document says it should be: Entity released

      ->Call Segment Failure
                 ->CallSegmentID
                 ->Cause
      ->BCSM Failure
                 ->LegID
                 ->Cause

But this causes a 'BER Error - This field lies beyond the end of the known sequence definition' message. I've seen references elsewhere saying that entityReleased is boolean. Any help would be appreciated!

asked 19 Nov '10, 08:24

dbartlett2010's gravatar image

dbartlett2010
1223
accept rate: 0%

edited 19 Nov '10, 08:24

3GPP TS 29.078 9.2.0 (2010-06) has it as

EntityReleasedArg {PARAMETERS-BOUND : bound} ::= CHOICE {

callSegmentFailure                  [0] CallSegmentFailure {bound},
bCSM-Failure                    [1] BCSM-Failure {bound}
}

I don't know if it was defined differently in earlier specs. You could open up a bug report at https://bugs.wireshark.org/bugzilla/ enclosing a trace with the offending packet. Or post a more detailed printout on where it's failing. Regards Anders

(19 Nov '10, 10:19) Anders ♦