summaryrefslogtreecommitdiff
path: root/asn1/ranap/ranap.cnf
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-11-26 07:33:08 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-11-26 07:33:08 +0000
commit6412e5801f98b67b9f13fe2eb9aa4f12c24c2734 (patch)
treefdd4cf78c1e8090ea8a4a52d16775324457bb488 /asn1/ranap/ranap.cnf
parent89d7efc44a2eaaf0aed171b7120ef499d77bb378 (diff)
downloadwireshark-6412e5801f98b67b9f13fe2eb9aa4f12c24c2734.tar.gz
Dissect RRC-container in RelocationResourceAllocation successful outcome.
svn path=/trunk/; revision=31082
Diffstat (limited to 'asn1/ranap/ranap.cnf')
-rw-r--r--asn1/ranap/ranap.cnf6
1 files changed, 5 insertions, 1 deletions
diff --git a/asn1/ranap/ranap.cnf b/asn1/ranap/ranap.cnf
index ab74882168..24e4baf83f 100644
--- a/asn1/ranap/ranap.cnf
+++ b/asn1/ranap/ranap.cnf
@@ -222,7 +222,11 @@ MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
*/
call_dissector(rrc_s_to_trnc_handle,rrc_message_tvb,%(ACTX)s->pinfo, proto_tree_get_root(tree));
}else{
- /* XXX Unsure what to do here */
+ if(pdu_type == SOUT){
+ if(ProcedureCode==id_RelocationResourceAllocation){
+ call_dissector(rrc_ho_to_utran_cmd,rrc_message_tvb,%(ACTX)s->pinfo, proto_tree_get_root(tree));
+ }
+ }
}
}