This is Routines for Radio Access Network Application Part
Protocol dissection Based on 3GPP TS 25.413 V3.4.0.
Using ethereal for a protocol test, I found a some
problem.
First problem found in Initial UE, RANAP
Procedure.
Initial UE have 6 IEs, CN_Domain Indicator, LAI, SAI, NAS-PDU,
Iu Signalling Connection ID and Global RNC_ID.
I could not decode Iu Signalling Conntion ID and Global
RNC_ID.
ethereal only print out 'Malformed Packet'. because IuSigConID Decoding is mal-functioned, and GlobalRNC_ID
Decoding is not coded.
I try fix routine, and Decode again, But This problem is not
solved.
Second problem founded in RAB Assignment Request
Message.
SDU Format Parameter is not docoded in SDU Parameter
,RAB Parameter, RAB Assignment Request.
I try fix the source code. try again. found
the problem.
problem occured when RAB Subflow Combination bit rate number
is over 2. that is 1 is decoded well, and 2 is not decoded.
ethereal only print out 'Malformed Packet',
Can you help me?
Sincerely,
This message has been 'sanitized'. This means that potentially
dangerous content has been rewritten or removed. The following
log describes which actions were taken.
Sanitizer (start="1019647169"):
Part (pos="1235"):
SanitizeFile (filename="unnamed.txt", mimetype="text/plain"):
Match (rule="2"):
Enforced policy: accept
Part (pos="2786"):
SanitizeFile (filename="unnamed.html", mimetype="text/html"):
Match (rule="default"):
Enforced policy: accept
Rewrote HTML tag: >>_META http-equiv=Content-Type content="text/html; charset=ks_c_5601-1987"_<<
as: >>_MANGLED_ON_PURPOSE_META http-equiv=Content-Type content="text/html; charset=ks_c_5601-1987"_<<
Rewrote HTML tag: >>_META content="MSHTML 5.50.4913.1100" name=GENERATOR_<<
as: >>_MANGLED_ON_PURPOSE_META content="MSHTML 5.50.4913.1100" name=GENERATOR_<<
Rewrote HTML tag: >>_STYLE_<<
as: >>_MANGLED_ON_PURPOSE_STYLE_<<
Total modifications so far: 3
Anomy 0.0.0 : Sanitizer.pm
$Id: Sanitizer.pm,v 1.32 2001/10/11 19:27:15 bre Exp $
|
|