You probaly
want:
#.FN_HDR
TargetRNC-ToSourceRNC-Container/dL-DCCHmessage
Regards
Anders
prakash chowbey
wrote:
hi tomas,
thanks for your reply
i m stating what i want to do.
in packet-rrc.c we have
static const per_choice_t TargetRNC_ToSourceRNC_Container_choice[] =
{
{ 0, &hf_rrc_radioBearerSetup,
ASN1_NO_EXTENSIONS , dissect_rrc_RadioBearerSetup
},
{ 1, &hf_rrc_radioBearerReconfiguration,
ASN1_NO_EXTENSIONS ,
dissect_rrc_RadioBearerReconfiguration },
{ 2,
&hf_rrc_radioBearerRelease, ASN1_NO_EXTENSIONS ,
dissect_rrc_RadioBearerRelease },
{ 3,
&hf_rrc_transportChannelReconfiguration,
ASN1_NO_EXTENSIONS ,
dissect_rrc_TransportChannelReconfiguration },
{ 4,
&hf_rrc_physicalChannelReconfiguration,
ASN1_NO_EXTENSIONS ,
dissect_rrc_PhysicalChannelReconfiguration },
{ 5,
&hf_rrc_rrc_FailureInfo , ASN1_NO_EXTENSIONS ,
dissect_rrc_RRC_FailureInfo },
{ 6,
&hf_rrc_dL_DCCHmessage , ASN1_NO_EXTENSIONS ,
dissect_rrc_OCTET_STRING },
{ 7,
&hf_rrc_extension ,
ASN1_NO_EXTENSIONS , dissect_rrc_NULL },
{ 0,
NULL, 0, NULL }
};
Hi,
which
OCTET STRING type do you need to modify?
It is
not possibe to modify "common OCTET STRING".
You
can use #.FN_HDR/BODY/FTR e.g. in following way:
NAS-Message ::= OCTET STRING (SIZE
(1..4095))
#.FN_HDR NAS-Message
...
or
e.g.
RAB-Info-v6b0ext ::= SEQUENCE
{
mbms-ServiceIdentity OCTET STRING (SIZE
(3))
}
#.FN_HDR RAB-Info-v6b0ext/mbms-ServiceIdentity
...
Regards,
Tomas
hi,
im unable to modify dissect_rrc_OCTET_STRING() function in
packet-rrc.c , compiling after changing the rrc.cnf using #.HDR or
#.FTR ..... is not getting reflected for this function, which ive used
successfully to modify other asn genereted disssector functions. can
anyone plz help?
regards,
Prakash |
Explore your hobbies and interests. Click
here to begin.